-
Notifications
You must be signed in to change notification settings - Fork 169
Made ERI F1850C test work with gregorian calendar. #1437
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
base: cam_development
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,4 +3,4 @@ if [ "$driver" = "nuopc" ]; then | |
| ./xmlchange ROF_NCPL=\$ATM_NCPL | ||
| ./xmlchange GLC_NCPL=\$ATM_NCPL | ||
| fi | ||
| ./xmlchange RUN_STARTDATE=2012-02-29 | ||
| ./xmlchange RUN_STARTDATE=2008-02-29 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why this change? Aren't these both leapyears?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Some of the external forcing files end in 2014. Since I'm changing the increment between the forecasts from 2 to 4 years I wanted to avoid problems from requesting a year that's beyond |
||
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'm not sure that it will be acceptable to change the start year for this usecase, could you create a new usecase instead? 1852_cam_lt.xml perhaps
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've moved the new 1850_cam_lt.xml to leapyears_cam_lt.xml and reverted 1850_cam_lt.xml.
My push of these changes to my fork is failing with "The requested URL returned error: 500".
Should I push it somewhere else instead?