-
Notifications
You must be signed in to change notification settings - Fork 14
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
Saving Dataset with time varying data #90
Comments
Swap the data dimensions. 1st dimension of the data should be time. |
Thanks for the quick response but now this with time as the first dimension
|
Likely yes. The core problem is that the saving code isn't well tested, and may not be complete :-( It was always the goal to gridded in this way, but our operational needs haven't required it, so it hasn't gotten much attention. PRs more than welcome! |
Sure I can help out but what’s the UGRID convention for the treatment of time variables? Is it mesh_name + number_of_timesteps? |
UGRID doesn't do anything special with time -- we should just follow the CF conventions. |
Can you please give me push access so I can upload my branch here? Or do you want me to work on a fork? Thanks |
Use a fork first now, if you make more contributions, we can add you. Thanks! |
I have a dataset like number of timesteps by number of nodes representing free surface on an unstructured triangular mesh. I'd like to save it to a UGRID compliant file using this package.
gridded
is not recognizing that myfree_surface
variable instance occurs in time and it only creates an error upon writing. Any idea on what I'm doing incorrectly in the syntax?Thanks,
produces
this
The text was updated successfully, but these errors were encountered: