ctsm5.4.049: Fix typo, 'expontential' --> 'exponential' in fates c starvation model - #4093
Conversation
… namelist settings
|
Good catch! @glemieux will handle this, including adding a test. |
Remove variables to exclude for fates_sp user mod
Add testing for FATES carbon starvation mode
|
@slevis-lmwg can you bring this in? |
|
@slevis-lmwg note to self: After the b4b-dev merge (.048)
|
|
@slevis-lmwg this is ready to go now. I'll send fates tests for ctsm5.4.048 in a bit. |
|
Oh, I realized that the baselines for: fates-sci.1.92.7_api.46.0.0-ctsm5.4.047 will be sufficient, so I don't really need to do ctsm5.4.048 fates baselines. |
|
Submitted on derecho and izumi: |
|
@r-ward @glemieux, I submitted testing. This PR will also need updated ChangeLog and ChangeSum files. Do you wish to handle that? If you prefer that I do it, then Rachel will need to grant me collaborator permissions: |
|
@r-ward @glemieux this new izumi test fails in the build phase: and may suggest switching the test to a different compiler. Thoughts? |
|
@slevis-lmwg this may be due to #3331. Would you try changing the test to a debug test and see if it passes? If that works, I think we should just update the test in that manner and move forward with the near-term fix. |
|
@glemieux thank you! I submitted the debug version to confirm. Let's see how it goes: |
|
Ok, this one built and ran, though I'm resubmitting due to one of the inexplicable failures where case2run finishes but does not wrap up gracefully. I will push my code change for your review. |
Fix typo, 'expontential' --> 'exponential' in fates c starvation model PR ESCOMP#4093 Testing: aux_clm and fates test-suites OK on derecho and izumi
… namelist settings
Description of changes
Fixes a typo in
src/utils/clmfates_interfaceMod.F90for the fates c starvation namelist option ("expontential" --> "exponential") that causes runs using fates_cstarvation_model=exponential(valid options =linear,exponential) to abort at init with error message "Invalid carbon starvation model".Specific notes
Contributors other than yourself, if any:
CTSM issues resolved or otherwise addressed, if any:
Any user interface changes (namelist or namelist defaults changes)?
None, this makes the already valid
exponentialfates c starvation model functionalTesting planned or performed, if any:
exponentialon ctsm5.3.077, PR branch is on current master because change is a single character typo fix, outcome should be identicalRequirements before merge:
exponentialconfiguration to function