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

Other changes after cesm3_0_beta02 update #73

Merged
merged 11 commits into from
Sep 20, 2024
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-seaice