-
Notifications
You must be signed in to change notification settings - Fork 19
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
added obc generation workflow #128
Conversation
@uwagura , thank you for your comments. I have addressed most of them. Please feel free to review them again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good Yi-Cheng, I was able to rerun the workflow without any issues!
Thanks for this workflow! One minor suggestion: I have had trouble in the past with xarray interpreting and resetting datetimes so I usually set "decode_times=False" for xarray.open_dataset or "decode_cf=False" for xarray.open_mfdataset in the write_boundary python script to prevent modification of the time variable. I then have a few ncatted lines at the end of the script to ensure it has GLORYS-consistent metadata. |
Inspired by #126 and Andrew's original Python script for OBC generation, we have provided an example workflow as well as templates for the entire OBC generation process using the GLORYS data. @uwagura, it's still a work in progress, but you can take a look when you get a chance.