Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
af5001e
Get wetland sites to run
olyson Jun 11, 2026
952eea4
Fix some pylint errors
olyson Jun 13, 2026
1dd9a01
Fix too many positional arguments errors
olyson Jun 13, 2026
b425d8a
Fix testing error
olyson Jun 13, 2026
2d2418d
Another attempt to fix test
olyson Jun 13, 2026
dbb736b
Another test fix
olyson Jun 13, 2026
dd3082b
Add check to subprocess
olyson Jun 15, 2026
0ae1e01
Fix line lengths
olyson Jun 15, 2026
c89b251
Make black happy
olyson Jun 16, 2026
d7e2085
Update ncl script to add spinup variables to csv file
olyson Jun 25, 2026
21cf30a
Changes to generate new shell commands for spinup
olyson Jun 25, 2026
58b2285
Make black happy
olyson Jun 25, 2026
53ce662
Only set RUN_STARTDATE for NEON sites
olyson Jun 25, 2026
130ea64
Make black happy
olyson Jun 25, 2026
5fb47fe
Remove calendar setting
olyson Jun 25, 2026
479de7f
Turn off HumanIndexMod
olyson Jun 25, 2026
70d10e1
shell_commands for spinup
olyson Jun 25, 2026
d4a8625
Change dtlimit from 30 to 50 for spinup
olyson Jun 25, 2026
ff5cde9
Fix some typos and ask a question
olyson Jun 29, 2026
129a96c
Make black happy
olyson Jun 29, 2026
a82bd5a
Explicitly set hist_fincl1 so postad will run
olyson Jul 1, 2026
b75b8a2
Fix syntax error
olyson Jul 1, 2026
db090dd
Make black happy
olyson Jul 1, 2026
f4a7f73
Make black happy again
olyson Jul 1, 2026
9947b88
Remove obsolete commands
olyson Jul 7, 2026
c049239
Remove obsolete commands
olyson Jul 7, 2026
0c698bb
Only NEON should have STOP_OPTION=nmonths
olyson Jul 7, 2026
d64b061
Simplify a conditional.
samsrabin Jul 10, 2026
6060d43
tower_site.py: Factor out new function _set_wetland_baseflow_scalar().
samsrabin Jul 10, 2026
05bfee4
Remove comment and move other PLUMBER specific comment
olyson Jul 14, 2026
f259b18
Merge branch 'PLUMBERwetland' of https://github.com/olyson/ctsm into …
olyson Jul 14, 2026
8dcc04f
Genericize PLUMBER2_sites.csv file path
olyson Jul 14, 2026
a538819
Add spinup rationale
olyson Jul 14, 2026
3b7875e
Change personal work directories to permanent directories
olyson Jul 14, 2026
89a8af5
Remove TODO comment
olyson Jul 14, 2026
d384986
Make case_root and base_case_root different
olyson Jul 15, 2026
82191fc
Remove RUN_REFDATE which doesn't apply for AD runs
olyson Jul 16, 2026
b817c7c
Workaround for CTSM Issue #4122
olyson Jul 16, 2026
247d096
Workaround for CTSM Issue #4122
olyson Jul 16, 2026
0763a3d
Workaround for CTSM Issue #4122
olyson Jul 16, 2026
35fc34d
Make pylint happy
olyson Jul 16, 2026
8ca4334
Add three new tests and associated testmods
olyson Jul 28, 2026
3077b69
Add usermods links to support new tests
olyson Jul 28, 2026
a3ee3fc
Update to newest CDEPS tag
olyson Jul 30, 2026
5979e4a
Remove aux_cime_baselines from PLUMBER2 tests
olyson Aug 5, 2026
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fxDONOTUSEurl = https://github.com/ESCOMP/CMEPS.git
[submodule "cdeps"]
path = components/cdeps
url = https://github.com/ESCOMP/CDEPS.git
fxtag = cdeps1.0.96
fxtag = cdeps1.0.103
fxrequired = ToplevelRequired
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git
Expand Down
61 changes: 61 additions & 0 deletions cime_config/testdefs/testlist_clm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3055,6 +3055,67 @@
</options>
</test>

<test name="SMS_Ly2_D_Mmpi-serial" grid="CLM_USRDAT" compset="I1PtClm60Bgc" testmods="clm/default--clm/PLUMBER2/ARSLu--clm/ADspinup_PLUMBER2">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<test name="SMS_Ly2_D_Mmpi-serial" grid="CLM_USRDAT" compset="I1PtClm60Bgc" testmods="clm/default--clm/PLUMBER2/ARSLu--clm/ADspinup_PLUMBER2">
<test name="SMS_Ly2_D_Mmpi-serial" grid="CLM_USRDAT" compset="I1PtClm60Bgc" testmods="clm/default--clm/PLUMBER2/ARSLu--clm/ADspinup">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See discussion on this below

<machines>
<machine name="derecho" compiler="gnu" category="aux_clm"/>
<machine name="derecho" compiler="gnu" category="aux_clm_mpi_serial"/>
<machine name="izumi" compiler="nag" category="aux_clm"/>
<machine name="izumi" compiler="nag" category="aux_clm_mpi_serial"/>
<machine name="izumi" compiler="nag" category="prealpha"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="tput_tolerance">0.5</option>
<option name="comment">Test of PLUMBER2 site in AD mode that has one year of atm forcing (loop over twice). Note that the site usermods_dirs (AR-SLu) has been linked to ARSLu for the purpose of this test.</option>
</options>
</test>

<test name="SMS_Ly1_D_Mmpi-serial" grid="CLM_USRDAT" compset="IHist1PtClm60Bgc" testmods="clm/default--clm/PLUMBER2/ARSLu">
<machines>
<machine name="derecho" compiler="gnu" category="aux_clm"/>
<machine name="derecho" compiler="gnu" category="aux_clm_mpi_serial"/>
<machine name="izumi" compiler="nag" category="aux_clm"/>
<machine name="izumi" compiler="nag" category="aux_clm_mpi_serial"/>
<machine name="izumi" compiler="nag" category="prealpha"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="tput_tolerance">0.5</option>
<option name="comment">Test of PLUMBER2 site in transient mode that has one year of atm forcing. Note that the site usermods_dirs (AR-SLu) has been linked to ARSLu for the purpose of this test.</option>
</options>
</test>

<test name="SMS_Ly1_D_Mmpi-serial" grid="CLM_USRDAT" compset="I1PtClm60Bgc" testmods="clm/default--clm/PLUMBER2/ESLgS--clm/ADspinup_PLUMBER2">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<test name="SMS_Ly1_D_Mmpi-serial" grid="CLM_USRDAT" compset="I1PtClm60Bgc" testmods="clm/default--clm/PLUMBER2/ESLgS--clm/ADspinup_PLUMBER2">
<test name="SMS_Ly1_D_Mmpi-serial" grid="CLM_USRDAT" compset="I1PtClm60Bgc" testmods="clm/default--clm/PLUMBER2/ESLgS--clm/ADspinup">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This suggestion can be applied once #4110 comes in.

<machines>
<machine name="derecho" compiler="gnu" category="aux_clm"/>
<machine name="derecho" compiler="gnu" category="aux_clm_mpi_serial"/>
<machine name="izumi" compiler="nag" category="aux_clm"/>
<machine name="izumi" compiler="nag" category="aux_clm_mpi_serial"/>
<machine name="izumi" compiler="nag" category="prealpha"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="tput_tolerance">0.5</option>
<option name="comment">Test of PLUMBER2 site in AD mode that had previously failed due to negative humidity passed to HumanIndexMod. HumanIndexMod is now off for PLUMBER2 sites. Note that the site usermods_dirs (ES-LgS) has been linked to ESLgS for the purpose of this test.</option>
</options>
</test>


<test name="SMS_Ly1_D_Mmpi-serial" grid="CLM_USRDAT" compset="IHist1PtClm60Bgc" testmods="clm/default--clm/PLUMBER2/ARSLu">
<machines>
<machine name="derecho" compiler="gnu" category="aux_clm"/>
<machine name="derecho" compiler="gnu" category="aux_clm_mpi_serial"/>
<machine name="izumi" compiler="nag" category="aux_clm"/>
<machine name="izumi" compiler="nag" category="aux_clm_mpi_serial"/>
<machine name="izumi" compiler="nag" category="prealpha"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="tput_tolerance">0.5</option>
<option name="comment">Test of PLUMBER2 site in transient mode that has one year of atm forcing. Note that the site usermods_dirs (AR-SLu) has been linked to ARSLu for the purpose of this test.</option>
</options>
</test>

<test name="ERS_P128x1_Ld765" grid="f10_f10_mg37" compset="I2000Clm60Fates" testmods="clm/FatesColdNoComp">
<machines>
<!-- no izumi tests since this has a pe layout specific for derecho -->
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../default

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahhh, this is here, so that MOSART_MODE isn't set. Like in ADspinup. I've fixed this problem a different way in #4110 by checking if MOSART is active first. Once you update to that you can change the tests to use ADspinup rather than ADspinup_PLUMBER2. And then this file and the ADspinup_PLUMBER2 testmod directory can be replaced.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this file when the above changes happen.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

./xmlchange CLM_ACCELERATED_SPINUP="on"
6 changes: 5 additions & 1 deletion cime_config/usermods_dirs/clm/PLUMBER2/AR-SLu/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./xmlchange PTS_LAT=-33.464802
./xmlchange DATM_YR_END=2010
./xmlchange DATM_YR_START_FILENAME=2010
./xmlchange DATM_YR_END_FILENAME=2010
./xmlchange START_TOD=10800
./xmlchange ATM_NCPL=48

Expand Down Expand Up @@ -35,8 +36,11 @@ if [[ $compset =~ ^HIST ]]; then
else
# for spinup case with I2000 compset
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange DATM_YR_ALIGN=1
./xmlchange CALENDAR=NO_LEAP
./xmlchange DATM_YR_START=2010
./xmlchange DATM_YR_END=2010
./xmlchange DATM_YR_ALIGN=1
./xmlchange START_TOD=10800
fi

# Turn on LAI streams for a SP case
Expand Down
1 change: 1 addition & 0 deletions cime_config/usermods_dirs/clm/PLUMBER2/ARSLu
10 changes: 7 additions & 3 deletions cime_config/usermods_dirs/clm/PLUMBER2/AT-Neu/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./xmlchange PTS_LAT=47.116669
./xmlchange DATM_YR_END=2012
./xmlchange DATM_YR_START_FILENAME=2002
./xmlchange DATM_YR_END_FILENAME=2012
./xmlchange START_TOD=82800
./xmlchange ATM_NCPL=48

Expand Down Expand Up @@ -34,9 +35,12 @@ if [[ $compset =~ ^HIST ]]; then
./xmlchange DATM_YR_START=2001
else
# for spinup case with I2000 compset
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange DATM_YR_ALIGN=1
./xmlchange DATM_YR_START=2002
./xmlchange RUN_STARTDATE=2003-01-01
./xmlchange CALENDAR=NO_LEAP
./xmlchange DATM_YR_START=2003
./xmlchange DATM_YR_END=2010
./xmlchange DATM_YR_ALIGN=2003
./xmlchange START_TOD=82800
fi

# Turn on LAI streams for a SP case
Expand Down
10 changes: 7 additions & 3 deletions cime_config/usermods_dirs/clm/PLUMBER2/AU-ASM/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./xmlchange PTS_LAT=-22.283001
./xmlchange DATM_YR_END=2017
./xmlchange DATM_YR_START_FILENAME=2011
./xmlchange DATM_YR_END_FILENAME=2017
./xmlchange START_TOD=54000
./xmlchange ATM_NCPL=48

Expand Down Expand Up @@ -34,9 +35,12 @@ if [[ $compset =~ ^HIST ]]; then
./xmlchange DATM_YR_START=2010
else
# for spinup case with I2000 compset
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange DATM_YR_ALIGN=1
./xmlchange DATM_YR_START=2011
./xmlchange RUN_STARTDATE=2012-01-01
./xmlchange CALENDAR=NO_LEAP
./xmlchange DATM_YR_START=2012
./xmlchange DATM_YR_END=2015
./xmlchange DATM_YR_ALIGN=2012
./xmlchange START_TOD=54000
fi

# Turn on LAI streams for a SP case
Expand Down
10 changes: 7 additions & 3 deletions cime_config/usermods_dirs/clm/PLUMBER2/AU-Cow/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./xmlchange PTS_LAT=-16.23819
./xmlchange DATM_YR_END=2015
./xmlchange DATM_YR_START_FILENAME=2010
./xmlchange DATM_YR_END_FILENAME=2015
./xmlchange START_TOD=50400
./xmlchange ATM_NCPL=48

Expand Down Expand Up @@ -34,9 +35,12 @@ if [[ $compset =~ ^HIST ]]; then
./xmlchange DATM_YR_START=2009
else
# for spinup case with I2000 compset
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange DATM_YR_ALIGN=1
./xmlchange DATM_YR_START=2010
./xmlchange RUN_STARTDATE=2011-01-01
./xmlchange CALENDAR=NO_LEAP
./xmlchange DATM_YR_START=2011
./xmlchange DATM_YR_END=2014
./xmlchange DATM_YR_ALIGN=2011
./xmlchange START_TOD=50400
fi

# Turn on LAI streams for a SP case
Expand Down
10 changes: 7 additions & 3 deletions cime_config/usermods_dirs/clm/PLUMBER2/AU-Cpr/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./xmlchange PTS_LAT=-34.00206
./xmlchange DATM_YR_END=2017
./xmlchange DATM_YR_START_FILENAME=2011
./xmlchange DATM_YR_END_FILENAME=2017
./xmlchange START_TOD=46800
./xmlchange ATM_NCPL=48

Expand Down Expand Up @@ -34,9 +35,12 @@ if [[ $compset =~ ^HIST ]]; then
./xmlchange DATM_YR_START=2010
else
# for spinup case with I2000 compset
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange DATM_YR_ALIGN=1
./xmlchange DATM_YR_START=2011
./xmlchange RUN_STARTDATE=2012-01-01
./xmlchange CALENDAR=NO_LEAP
./xmlchange DATM_YR_START=2012
./xmlchange DATM_YR_END=2015
./xmlchange DATM_YR_ALIGN=2012
./xmlchange START_TOD=46800
fi

# Turn on LAI streams for a SP case
Expand Down
10 changes: 7 additions & 3 deletions cime_config/usermods_dirs/clm/PLUMBER2/AU-Ctr/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./xmlchange PTS_LAT=-16.103279
./xmlchange DATM_YR_END=2017
./xmlchange DATM_YR_START_FILENAME=2010
./xmlchange DATM_YR_END_FILENAME=2017
./xmlchange START_TOD=50400
./xmlchange ATM_NCPL=48

Expand Down Expand Up @@ -34,9 +35,12 @@ if [[ $compset =~ ^HIST ]]; then
./xmlchange DATM_YR_START=2009
else
# for spinup case with I2000 compset
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange DATM_YR_ALIGN=1
./xmlchange DATM_YR_START=2010
./xmlchange RUN_STARTDATE=2011-01-01
./xmlchange CALENDAR=NO_LEAP
./xmlchange DATM_YR_START=2011
./xmlchange DATM_YR_END=2014
./xmlchange DATM_YR_ALIGN=2011
./xmlchange START_TOD=50400
fi

# Turn on LAI streams for a SP case
Expand Down
10 changes: 7 additions & 3 deletions cime_config/usermods_dirs/clm/PLUMBER2/AU-Cum/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./xmlchange PTS_LAT=-33.613297
./xmlchange DATM_YR_END=2018
./xmlchange DATM_YR_START_FILENAME=2013
./xmlchange DATM_YR_END_FILENAME=2018
./xmlchange START_TOD=46800
./xmlchange ATM_NCPL=48

Expand Down Expand Up @@ -34,9 +35,12 @@ if [[ $compset =~ ^HIST ]]; then
./xmlchange DATM_YR_START=2012
else
# for spinup case with I2000 compset
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange DATM_YR_ALIGN=1
./xmlchange DATM_YR_START=2013
./xmlchange RUN_STARTDATE=2014-01-01
./xmlchange CALENDAR=NO_LEAP
./xmlchange DATM_YR_START=2014
./xmlchange DATM_YR_END=2017
./xmlchange DATM_YR_ALIGN=2014
./xmlchange START_TOD=46800
fi

# Turn on LAI streams for a SP case
Expand Down
6 changes: 5 additions & 1 deletion cime_config/usermods_dirs/clm/PLUMBER2/AU-DaP/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./xmlchange PTS_LAT=-14.0633
./xmlchange DATM_YR_END=2012
./xmlchange DATM_YR_START_FILENAME=2009
./xmlchange DATM_YR_END_FILENAME=2012
./xmlchange START_TOD=54000
./xmlchange ATM_NCPL=48

Expand Down Expand Up @@ -35,8 +36,11 @@ if [[ $compset =~ ^HIST ]]; then
else
# for spinup case with I2000 compset
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange DATM_YR_ALIGN=1
./xmlchange CALENDAR=NO_LEAP
./xmlchange DATM_YR_START=2009
./xmlchange DATM_YR_END=2009
./xmlchange DATM_YR_ALIGN=1
./xmlchange START_TOD=0
fi

# Turn on LAI streams for a SP case
Expand Down
10 changes: 7 additions & 3 deletions cime_config/usermods_dirs/clm/PLUMBER2/AU-DaS/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./xmlchange PTS_LAT=-14.159283
./xmlchange DATM_YR_END=2017
./xmlchange DATM_YR_START_FILENAME=2010
./xmlchange DATM_YR_END_FILENAME=2017
./xmlchange START_TOD=54000
./xmlchange ATM_NCPL=48

Expand Down Expand Up @@ -34,9 +35,12 @@ if [[ $compset =~ ^HIST ]]; then
./xmlchange DATM_YR_START=2009
else
# for spinup case with I2000 compset
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange DATM_YR_ALIGN=1
./xmlchange DATM_YR_START=2010
./xmlchange RUN_STARTDATE=2011-01-01
./xmlchange CALENDAR=NO_LEAP
./xmlchange DATM_YR_START=2011
./xmlchange DATM_YR_END=2014
./xmlchange DATM_YR_ALIGN=2011
./xmlchange START_TOD=54000
fi

# Turn on LAI streams for a SP case
Expand Down
6 changes: 5 additions & 1 deletion cime_config/usermods_dirs/clm/PLUMBER2/AU-Dry/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./xmlchange PTS_LAT=-15.2588
./xmlchange DATM_YR_END=2015
./xmlchange DATM_YR_START_FILENAME=2011
./xmlchange DATM_YR_END_FILENAME=2015
./xmlchange START_TOD=54000
./xmlchange ATM_NCPL=48

Expand Down Expand Up @@ -35,8 +36,11 @@ if [[ $compset =~ ^HIST ]]; then
else
# for spinup case with I2000 compset
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange DATM_YR_ALIGN=1
./xmlchange CALENDAR=NO_LEAP
./xmlchange DATM_YR_START=2011
./xmlchange DATM_YR_END=2011
./xmlchange DATM_YR_ALIGN=1
./xmlchange START_TOD=0
fi

# Turn on LAI streams for a SP case
Expand Down
6 changes: 5 additions & 1 deletion cime_config/usermods_dirs/clm/PLUMBER2/AU-Emr/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./xmlchange PTS_LAT=-23.8587
./xmlchange DATM_YR_END=2013
./xmlchange DATM_YR_START_FILENAME=2012
./xmlchange DATM_YR_END_FILENAME=2013
./xmlchange START_TOD=50400
./xmlchange ATM_NCPL=48

Expand Down Expand Up @@ -35,8 +36,11 @@ if [[ $compset =~ ^HIST ]]; then
else
# for spinup case with I2000 compset
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange DATM_YR_ALIGN=1
./xmlchange CALENDAR=NO_LEAP
./xmlchange DATM_YR_START=2012
./xmlchange DATM_YR_END=2012
./xmlchange DATM_YR_ALIGN=1
./xmlchange START_TOD=0
fi

# Turn on LAI streams for a SP case
Expand Down
6 changes: 5 additions & 1 deletion cime_config/usermods_dirs/clm/PLUMBER2/AU-GWW/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./xmlchange PTS_LAT=-30.191299
./xmlchange DATM_YR_END=2017
./xmlchange DATM_YR_START_FILENAME=2013
./xmlchange DATM_YR_END_FILENAME=2017
./xmlchange START_TOD=57600
./xmlchange ATM_NCPL=48

Expand Down Expand Up @@ -35,8 +36,11 @@ if [[ $compset =~ ^HIST ]]; then
else
# for spinup case with I2000 compset
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange DATM_YR_ALIGN=1
./xmlchange CALENDAR=NO_LEAP
./xmlchange DATM_YR_START=2013
./xmlchange DATM_YR_END=2013
./xmlchange DATM_YR_ALIGN=1
./xmlchange START_TOD=0
fi

# Turn on LAI streams for a SP case
Expand Down
10 changes: 7 additions & 3 deletions cime_config/usermods_dirs/clm/PLUMBER2/AU-Gin/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./xmlchange PTS_LAT=-31.375
./xmlchange DATM_YR_END=2017
./xmlchange DATM_YR_START_FILENAME=2012
./xmlchange DATM_YR_END_FILENAME=2017
./xmlchange START_TOD=57600
./xmlchange ATM_NCPL=48

Expand Down Expand Up @@ -34,9 +35,12 @@ if [[ $compset =~ ^HIST ]]; then
./xmlchange DATM_YR_START=2011
else
# for spinup case with I2000 compset
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange DATM_YR_ALIGN=1
./xmlchange DATM_YR_START=2012
./xmlchange RUN_STARTDATE=2013-01-01
./xmlchange CALENDAR=NO_LEAP
./xmlchange DATM_YR_START=2013
./xmlchange DATM_YR_END=2016
./xmlchange DATM_YR_ALIGN=2013
./xmlchange START_TOD=57600
fi

# Turn on LAI streams for a SP case
Expand Down
Loading
Loading