-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2882 from glemieux/test-update-fateshydro
Update FATES hydro test mod to remove temporary test failure workaround
- Loading branch information
Showing
7 changed files
with
87 additions
and
13 deletions.
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
8 changes: 0 additions & 8 deletions
8
cime_config/testdefs/testmods_dirs/clm/FatesColdHydro/shell_commands
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,80 @@ | ||
=============================================================== | ||
Tag name: ctsm5.3.017 | ||
Tag name: tmp-241219.n02.ctsm5.3.016 | ||
Originator(s): glemieux (Gregory Lemieux, LBNL, [email protected]) | ||
Date: Wed 08 Jan 2025 10:52:49 AM MST | ||
One-line Summary: FATES hydro test update | ||
|
||
Purpose and description of changes | ||
---------------------------------- | ||
|
||
This minor update reverts a temporary work around for FATES hydro system tests. | ||
The FATES tag is updated to capture the FATES-side fix to the issue that predicated | ||
the temporary testing workaround. | ||
|
||
Significant changes to scientifically-supported configurations | ||
-------------------------------------------------------------- | ||
|
||
Does this tag change answers significantly for any of the following physics configurations? | ||
(Details of any changes will be given in the "Answer changes" section below.) | ||
|
||
[Put an [X] in the box for any configuration with significant answer changes.] | ||
|
||
[ ] clm6_0 | ||
|
||
[ ] clm5_0 | ||
|
||
[ ] ctsm5_0-nwp | ||
|
||
[ ] clm4_5 | ||
|
||
|
||
Bugs fixed | ||
---------- | ||
List of CTSM issues fixed (include CTSM Issue # and description) [one per line]: | ||
|
||
#2878 - Remove fates_allom_smode shell_command update in FatesColdHydro testmod | ||
|
||
Notes of particular relevance for developers: | ||
--------------------------------------------- | ||
Changes to tests or testing: | ||
FATES hydro tests will no long build a custom parameter file on the fly | ||
The one FATES PVT test has been added to expected failure per #2919 | ||
|
||
Testing summary: regular + fates | ||
---------------- | ||
[PASS means all tests PASS; OK means tests PASS other than expected fails.] | ||
|
||
regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing): | ||
|
||
derecho ----- OK | ||
izumi ------- OK (see #2924) | ||
|
||
fates tests: (give name of baseline if different from CTSM tagname, normally fates baselines are fates-<FATES TAG>-<CTSM TAG>) | ||
derecho ----- OK | ||
izumi ------- OK | ||
|
||
|
||
Answer changes | ||
-------------- | ||
|
||
Changes answers relative to baseline: Yes, but only for aux_clm fates testmods | ||
|
||
The FATES tag update includes a number of science and bug fix updates since the | ||
last fates tag update, which results in non-B4B changes. These have been reviewed | ||
and differ as expected. | ||
|
||
Other details | ||
------------- | ||
List any git submodules updated (cime, rtm, mosart, cism, fates, etc.): | ||
fates: sci.1.79.3_api.37.0.0 -> sci.1.80.4_api.37.0.0 | ||
|
||
Pull Requests that document the changes (include PR ids): | ||
(https://github.com/ESCOMP/ctsm/pull) | ||
https://github.com/ESCOMP/CTSM/pull/2882 | ||
|
||
=============================================================== | ||
=============================================================== | ||
Tag name: tmp-241219.n01.ctsm5.3.016 | ||
Originator(s): slevis (Samuel Levis,UCAR/TSS,303-665-1310) | ||
Date: Tue 24 Dec 2024 03:43:01 PM MST | ||
One-line Summary: Merge b4b-dev | ||
|
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
Submodule fates
updated
14 files
+11 −7 | biogeochem/EDCohortDynamicsMod.F90 | |
+21 −24 | biogeochem/EDLoggingMortalityMod.F90 | |
+42 −0 | biogeochem/FatesAllometryMod.F90 | |
+36 −37 | biogeochem/FatesCohortMod.F90 | |
+3 −5 | biogeochem/FatesSoilBGCFluxMod.F90 | |
+2 −11 | biogeophys/EDAccumulateFluxesMod.F90 | |
+12 −36 | biogeophys/FatesPlantRespPhotosynthMod.F90 | |
+74 −21 | main/EDMainMod.F90 | |
+5 −0 | main/FatesConstantsMod.F90 | |
+64 −104 | main/FatesHistoryInterfaceMod.F90 | |
+11 −4 | main/FatesInventoryInitMod.F90 | |
+36 −26 | main/FatesRestartInterfaceMod.F90 | |
+6 −1 | parteh/PRTAllometricCNPMod.F90 | |
+59 −27 | radiation/TwoStreamMLPEMod.F90 |