Skip to content
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

Add long term exact restart test and fixed biogeog + no competition tests to fates suite #1849

Merged
merged 28 commits into from
Oct 15, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0824a12
update SatPhen test defs files
Aug 9, 2022
8cde3fe
fixing some other SP issues
adrifoster Aug 11, 2022
f7223e0
reverting some changes
adrifoster Aug 12, 2022
ee553ef
update testdef for the one of the FATES SP smoke tests
adrifoster Aug 12, 2022
f2019f5
put back call to fates_sp usermods
adrifoster Aug 15, 2022
2275289
add back fates_sp user mods call
adrifoster Aug 15, 2022
b6c239c
changed order of include mods
adrifoster Aug 16, 2022
695ee13
update for DAMP
adrifoster Aug 24, 2022
f6727f2
add nocomp+fbg test and 12 month ERS fates tests
glemieux Sep 12, 2022
f951f8c
update 12 month to 13 month to catch potential start of year clm inte…
glemieux Sep 13, 2022
c0d8e08
rename Fates tests to truncate length
glemieux Sep 15, 2022
c19b5c9
Merge remote-tracking branch 'adrifoster/fates_test_def' into fates-t…
glemieux Sep 16, 2022
d37cb52
remove duplicate satellite phenology test mods
glemieux Sep 16, 2022
4d90237
rename FatesColdDefBasic everywhere
glemieux Sep 16, 2022
6567378
rename DryDep and Megan satellite phenology testmods
glemieux Sep 16, 2022
992f113
fix included directory name to remove complex word
glemieux Oct 4, 2022
19b62ba
Merge tag 'ctsm5.1.dev111' into fates-tests-ers-fbg_nocomp
glemieux Oct 5, 2022
e2593a1
update fates externals to include tveg restart fix
glemieux Oct 13, 2022
63d8794
restore clm mimics fates name to use ColdDef suffix
glemieux Oct 13, 2022
f3b28ff
fix testmod name for nocomp + fixed biogeo
glemieux Oct 13, 2022
e05e50e
update changelog with test status TBD
glemieux Oct 13, 2022
bb2ecf5
add new exact restart tests to known failure list
glemieux Oct 14, 2022
74be22b
adding fates issue 701 to the expected fail list
glemieux Oct 14, 2022
389826f
update compset name to current fates lightning expected diff
glemieux Oct 14, 2022
ec55ade
updating changelog and changesum
glemieux Oct 14, 2022
e27e717
fix minor grammatical error in changelog
glemieux Oct 14, 2022
84f768d
rename mimics fates test to be consistent with other test names
glemieux Oct 15, 2022
b098b6b
Update date on changelog, add note that I ran the build-namelist testing
ekluzek Oct 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion cime_config/testdefs/testlist_clm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1851,6 +1851,22 @@
<option name="wallclock">00:40:00</option>
</options>
</test>
<test name="ERS_Lm12" grid="f10_f10_mg37" compset="I2000Clm50Fates" testmods="clm/FatesColdDef">
ekluzek marked this conversation as resolved.
Show resolved Hide resolved
<machines>
<machine name="cheyenne" compiler="gnu" category="fates"/>
</machines>
<options>
<option name="wallclock">00:40:00</option>
</options>
</test>
<test name="ERS_Lm12" grid="f45_f45_mg37" compset="I2000Clm50Fates" testmods="clm/FatesColdDefReducedComplexNoComp">
<machines>
<machine name="cheyenne" compiler="intel" category="fates"/>
</machines>
<options>
<option name="wallclock">00:40:00</option>
</options>
</test>
<test name="ERS_D_Mmpi-serial_Ld5" grid="1x1_brazil" compset="I2000Clm50FatesRs" testmods="clm/FatesColdDef">
<machines>
<machine name="izumi" compiler="nag" category="aux_clm"/>
Expand Down Expand Up @@ -2252,7 +2268,7 @@
<option name="wallclock">00:40:00</option>
</options>
</test>
<test name="ERS_Ld30" grid="f45_f45_mg37" compset="I2000Clm50FatesCruRsGs" testmods="clm/FatesColdDefReducedComplexNoComp">
<test name="ERS_Ld30" grid="f45_f45_mg37" compset="I2000Clm50FatesCruRsGs" testmods="clm/FatesColdDefReducedComplexNoComp">
<machines>
<machine name="cheyenne" compiler="intel" category="fates"/>
<machine name="lawrencium-lr3" compiler="intel" category="fates"/>
Expand All @@ -2261,6 +2277,14 @@
<option name="wallclock">00:40:00</option>
</options>
</test>
<test name="ERS_Ld30" grid="f45_f45_mg37" compset="I2000Clm50FatesCruRsGs" testmods="clm/FatesColdDefReducedComplexNoCompFbg">
<machines>
<machine name="cheyenne" compiler="intel" category="fates"/>
</machines>
<options>
<option name="wallclock">00:40:00</option>
</options>
</test>
<test name="SMS_D" grid="1x1_brazil" compset="I2000Clm51FatesSpCruRsGs" testmods="clm/FatesColdDefReducedComplexSatPhen">
<machines>
<machine name="cheyenne" compiler="intel" category="fates"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../FatesColdDefReducedComplexNoComp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use_fates_fixed_biogeog=.true.
glemieux marked this conversation as resolved.
Show resolved Hide resolved