-
Notifications
You must be signed in to change notification settings - Fork 145
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
Bug-fix: Mom6 time #514
Bug-fix: Mom6 time #514
Conversation
see #494 for discusion. I'm still not sure whether write_time should match the obs or the model
@@ -9,6 +9,48 @@ Instructions for using MOM6 in CESM are available on the `MOM_interface GitHub W | |||
|
|||
This DART-MOM6 interface was developed for `MOM6 <https://github.com/NCAR/MOM6>`_ within the CESM framework. | |||
|
|||
MOM6 time |
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.
Documentation is good! Are there other models in CESM that need this info added to their documentation pages? For example, I looked through the CLM documentation, and it doesn't talk about the calendar.
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.
The dart shell scripts for CLM, POP, CAM set the CALENDAR.
./xmlchange CALENDAR=GREGORIAN |
MOM6 with dart is fairly new (e.g. Robin developing the MOM6-Marble, Alper adding MOM6 multi-instance capability) so I figured it is worth noting in the docs about the calendar.
Maybe it is worth noting about the calendar in the CESM page? @kdraeder what do you think? https://docs.dart.ucar.edu/en/latest/models/CESM/readme.html
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.
@hkershaw-brown we could move this discussion to email so that we can get this PR approved and released. Especially since the doc changes proposed above could be done in a separate PR. What do you think?
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.
@mjs2369 sounds like a plan, lets get this one out.
fix misplaced comment about writing an obs_seq file
Description:
This pull request fixes read_model_time MOM6:
MOM6 time is in days from year 1. DART time is from 1601. This pull request converts MOM6 time to DART time in read_model_time.
Documentation updated to show how to turn on leap years for CESM (the default is no leap year). Added an example in the docs to illustrate Time in days vs. YYYY-MM-DD when you do not have leap years.
The write_model_time is not converted back to MOM6 time. See MOM6 time #494 for discussion on this. DART created files have dart time to match the observation times.
Fixes issue
fixes #494
Types of changes
Documentation changes needed?
Tests
Please describe any tests you ran to verify your changes.
Checklist for merging
Checklist for release
Testing Datasets