Skip to content

Commit

Permalink
Merge branch 'gdicker1/update/post_beta02' into develop (PR #73)
Browse files Browse the repository at this point in the history
Bring in other EarthWorks-specifc changes including:
- Updating timers in CAM
- Updating input data for MPAS in CAM
- Updating CTSM input data for some MPAS resolutions
- Adding timers to MPAS-O and MPAS-SeaIce
  • Loading branch information
gdicker1 committed Sep 20, 2024
2 parents d4df5c3 + 0aa1530 commit 5df85fe
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
path = components/cam
url = https://www.github.com/EarthWorksOrg/CAM
fxDONOTUSEurl = https://www.github.com/ESCOMP/CAM
fxtag = cam-ew2.3.004
fxtag = cam-ew2.3.006
fxrequired = ToplevelRequired

[submodule "clm"]
path = components/clm
url = https://github.com/EarthWorksOrg/CTSM
fxDONOTUSEurl = https://github.com/ESCOMP/CTSM
fxrequired = ToplevelRequired
fxtag = ctsm-ew2.3.003
fxtag = ctsm-ew2.3.004

[submodule "cice"]
path = components/cice
Expand Down Expand Up @@ -164,14 +164,14 @@
url = https://github.com/EarthWorksOrg/mpas-ocean.git
fxDONOTUSEurl = https://github.com/EarthWorksOrg/mpas-ocean.git
fxrequired = ToplevelRequired
fxtag = mpaso-ew2.3.000
fxtag = mpaso-ew2.3.002

[submodule "mpas-seaice"]
path = components/mpas-seaice
url = https://github.com/EarthWorksOrg/mpas-seaice.git
fxDONOTUSEurl = https://github.com/EarthWorksOrg/mpas-seaice.git
fxrequired = ToplevelRequired
fxtag = mpassi-ew2.3.000
fxtag = mpassi-ew2.3.001

[submodule "mpas-framework"]
path = components/mpas-framework
Expand Down
6 changes: 3 additions & 3 deletions cime_config/testlist_earthworks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
<option name="wallclock"> 00:20:00 </option>
</options>
</test>
<test name="SMS_P128_Vnuopc" grid="mpasa120_oQU120" compset="F2000climoEW" testmods="ew/no_gw_front">
<test name="SMS_P128_Vnuopc" grid="mpasa120_oQU120" compset="F2000climoEW" >
<machines>
<machine name="derecho" compiler="nvhpc" category="ew-pr"/>
</machines>
<options>
<option name="wallclock"> 00:20:00 </option>
</options>
</test>
<test name="SMS_P128_Vnuopc" grid="mpasa120_oQU120" compset="FullyCoupledEW" testmods="ew/no_gw_front">
<test name="SMS_P128_Vnuopc" grid="mpasa120_oQU120" compset="FullyCoupledEW" >
<machines>
<machine name="derecho" compiler="nvhpc" category="ew-pr"/>
</machines>
Expand All @@ -45,7 +45,7 @@
<option name="comment">EarthWorks model with active mpasa, mpaso, mpassi</option>
</options>
</test>
<test name="SMS_P128_Vnuopc" grid="mpasa120_oQU120" compset="CHAOS2000dev" testmods="ew/no_gw_front">
<test name="SMS_P128_Vnuopc" grid="mpasa120_oQU120" compset="CHAOS2000dev" >
<machines>
<machine name="derecho" compiler="nvhpc" category="ew-pr"/>
<machine name="derecho" compiler="intel" category="ew-pr"/>
Expand Down
12 changes: 12 additions & 0 deletions cime_config/testmods_dirs/ew/data_check/shell_commands
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
./case.setup
./preview_namelists
# Have to run the previous two steps for next command to succeed
./check_input_data
# Since cime will continue even if the above commands fail
# output success or fail to a special file
if [[ "0" == "$?" ]]; then
echo "EW INPUT DATA CHECK: SUCCESS" | tee ew_data_check.txt
else
echo "EW INPUT DATA CHECK: FAIL" | tee ew_data_check.txt
echo "It may be necessary to run ./check_input_data --download" | tee ew_data_check.txt
fi
1 change: 0 additions & 1 deletion cime_config/testmods_dirs/ew/no_gw_front/user_nl_cam

This file was deleted.

2 changes: 1 addition & 1 deletion components/clm
2 changes: 1 addition & 1 deletion components/mpas-ocean
2 changes: 1 addition & 1 deletion components/mpas-seaice

0 comments on commit 5df85fe

Please sign in to comment.