-
Notifications
You must be signed in to change notification settings - Fork 315
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
Fix RXCROPMATURITY test #2599
Fix RXCROPMATURITY test #2599
Conversation
Useful for troubleshooting: * RXCROPMATURITYSKIPRUN skips the build and run phases. * RXCROPMATURITYSKIPBUILD just skips the build phase. It still does the run phase so as to test everything before actual run submission.
b018060
to
72f1194
Compare
Also adds rxcropmaturity test suite with that and a coarse version of the existing RXCROPMATURITY test. So: * RXCROPMATURITY_Lm61.f10_f10_mg37.IHistClm50BgcCrop.derecho_intel.clm-cropMonthOutput * RXCROPMATURITYSKIPGEN_Ld1097.f10_f10_mg37.IHistClm50BgcCrop.derecho_intel.clm-cropMonthOutput
bbce00e
to
3efa49a
Compare
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.
This is great. I love that you are not only fixing the issue, but also bringing in some new testing that is likely to catch issues sooner.
There's a few questions I have, and some changes I ask for. One is potentially bigger if it does make sense, but that could be done by opening an issue and working on it later.
If it would be beneficial to meet, that's also something we could do.
…20240620 Merge b4bdev 20240620 Fix long names ESCOMP#2512 Dust emissions moved to Object Oriented design ESCOMP#2552 Fix RXCROPMATURITY test ESCOMP#2599 NB: This will be the first tag in branch tmp-240620 in a series of temporary tags while we wait for the completion of the beta01 cesm tag.
…ximod Merge b4bdev 20240620 Fix long names ESCOMP#2512 Dust emissions moved to Object Oriented design ESCOMP#2552 Fix RXCROPMATURITY test ESCOMP#2599 NB: This will be the first tag in branch tmp-240620 in a series of temporary tags while we wait for the completion of the beta01 cesm tag. Conflicts: doc/ChangeLog doc/ChangeSum
Description of changes
Copies a file from one case directory to another, fixing the RXCROPMATURITY test. Also adds a shorter version of that, RXCROPMATURITYSKIPGEN, which is useful for testing. It's short enough that I've added it as a new test in
aux_clm
, so now we have some coverage of the RXCROPMATURITY stuff.Specific notes
Contributors other than yourself, if any: None
CTSM Issues Fixed:
Are answers expected to change (and if so in what way)? No
Any User Interface Changes (namelist or namelist defaults changes)? No
Does this create a need to change or add documentation? Did you do so? No
Testing performed, if any:
pylint
, which complains about a file I didn't touch.aux_clm
test passes (RXCROPMATURITYSKIPGEN_Ld1097.f10_f10_mg37.IHistClm50BgcCrop.derecho_intel.clm-cropMonthOutput
).ctsm_sci
test in progress (RXCROPMATURITY_Lm61.f09_g17.IHistClm50BgcCrop.derecho_intel.clm-cropMonthOutput
).RXCROPMATURITY_Lm61.f10_f10_mg37.IHistClm50BgcCrop.derecho_intel.clm-cropMonthOutput
).