-
Notifications
You must be signed in to change notification settings - Fork 163
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
Set default calendar to 'gregorian' #34
Merged
DusanJovic-NOAA
merged 2 commits into
NOAA-EMC:ufs_public_release
from
DusanJovic-NOAA:model_configure_defaults
Jan 9, 2020
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I would suggest not change the default calendar type from Julian to Gregorian until it is fully tested in FV3 or it is confirmed by GFDL that the FV3 is working with Gregorian calendar and we can test it. So far from the previous GFDL atmosphere model driver, coupler_main.F90 we have:
It looks to me the Gregorian calendar is not supported.
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.
It is supported by FMS. GREGORIAN parameter exists in FMS, it's just not added to this select case block. All data (except for calendar attributes of course) are identical in the new baseline outputs compared to previous baselines.
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.
How do we deal with GFSv15 restart files which had "Julian" specified in the coupler.res file for warming start and restart run, and it is not consistent with default "Gregorian" calendar. The fv3_cap reads calendar_type (line 461 in fv3_cap.F90) and the date, I am not sure if we can replace the calendar_type to "Gregorian" directly or we want to add some code changes to convert he Julian date to Gregrian date, or at lease add some warning message if there is any inconsistency? Please see lines 460-464 in fv3_cap.F90.
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.
Calendar type in coupler.res will be Gregorian not Julian after this change, which should be consistent. See, for example, RESTART/coupler.res in /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20191227/fv3_gfs_v15p2_ccpp.