-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set start/end time for run #188
Comments
@kkappler I pushed a slight adjustment to making synthetic MTH5 files. There are a few things to keep in mind:
Hopefully that helps |
6 tasks
kkappler
added a commit
that referenced
this issue
Apr 7, 2023
In this commit is a hodgepodge of experiments aimed at setting the start/end times in mt_metadata for the synthetic data. Many lines are from the old fix_issue_188 branch which has not been looked at in some time, and not all are needed. These will be cleaned up in following commits [Issue(s): #188]
kkappler
added a commit
that referenced
this issue
Apr 7, 2023
This has been addressed on branch Deleting the old fix_issue_188 branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When working with synthetic data, the default start time of a run is
1980-01-01T00:00:00+00:00
But if you want to tell mth5 that the run should start at a different time, how is that done?
Tried manually changing
runts.run_metadata.time_period.start
but no joy.Example can be found in
aurora/test_utils/synthetic/make_mth5_from_asc.py
create_test3_h5
I created a
fix_issue_188
branch with a few things I was trying.The text was updated successfully, but these errors were encountered: