Skip to content

Commit

Permalink
Merge pull request ESCOMP#40 from ekluzek/moretestsmergeprs
Browse files Browse the repository at this point in the history
Update README and comments
  • Loading branch information
ekluzek authored Jan 27, 2024
2 parents 118b220 + a25aa1b commit 95a6bba
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ The River Transport Model, RTM, is part of the Community Earth System Model.
See the CESM web site for documentation and information:

http://www.cesm.ucar.edu

IMPORTANT NOTE: RTM is only used for Paleo work -- use MOSART or mizuRoute otherwise
IMPORTANT NOTE: RTM's planned successor is mizuRoute

RTM is part of CESM3, but it's only supported use is for Paleo
work, and other uses should use MOSART.

Longer term RTM will be removed in future versions of CESM and the new model
mizuRoute will be used for Paleo work.

24 changes: 22 additions & 2 deletions cime_config/testdefs/testlist_rtm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment" >Restart test without DEBUG on all machines/compilers</option>
<option name="comment" >Restart test without DEBUG on all machines/compilers (except nag because of a CTSM issue)</option>
</options>
</test>
<test name="SMS_D_Ld5" grid="f10_f10_mg37" compset="I2000Clm50BgcCropRtm" testmods="rtm/default">
Expand All @@ -28,7 +28,7 @@
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment" >Run a Cold-Start with all machine/compilers</option>
<option name="comment" >Run a Cold-Start with main machine all compilers</option>
</options>
</test>
<test name="ERS_Ld5" grid="f10_f10_mg37" compset="I2000Clm50BgcCropRtm" testmods="rtm/rtmOnIceOff">
Expand All @@ -39,6 +39,10 @@
</options>
</machine>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment" >Run with ice off</option>
</options>
</test>
<test name="ERS_Ld5" grid="f10_f10_mg37" compset="I2000Clm50BgcCropRtm" testmods="rtm/rtmOnFloodOnEffvelOn">
<machines>
Expand All @@ -48,6 +52,10 @@
</options>
</machine>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment" >Run with flooding on and effective velocity on</option>
</options>
</test>
<test name="ERS_D_Ld5" grid="f10_f10_mg37" compset="I2000Clm50BgcCropRtm" testmods="rtm/rtmOnFloodOnEffvelOn">
<machines>
Expand All @@ -57,6 +65,10 @@
</options>
</machine>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment" >Run with flooding on and effective velocity on, DEBUG on, all machines/compilers</option>
</options>
</test>
<test name="ERS_Ld5" grid="f10_f10_mg37" compset="I2000Clm50BgcCropRtm" testmods="rtm/rtmOnFloodOnEffvelOff">
<machines>
Expand All @@ -66,6 +78,10 @@
</options>
</machine>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment" >Run with flooding on and effective velocity off</option>
</options>
</test>
<test name="ERS_Ld5" grid="f10_f10_mg37" compset="I2000Clm50BgcCropRtm" testmods="rtm/rtmOff">
<machines>
Expand All @@ -75,6 +91,10 @@
</options>
</machine>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment" >Run for RTM off</option>
</options>
</test>
<test name="SMS_D_Ld5_Vmct" grid="f10_f10_mg37" compset="I2000Clm50BgcCropRtm" testmods="rtm/default">
<machines>
Expand Down

0 comments on commit 95a6bba

Please sign in to comment.