Skip to content

Commit

Permalink
Merge pull request #117 from ESMCI/fischer/derecho_baselines
Browse files Browse the repository at this point in the history
For derecho,
BASELINE_ROOT was set to ccsm_baselines, it should be cesm_baselines.
Also update ESMF library to ESMF8.6.0b03.
  • Loading branch information
fischer-ncar authored Aug 9, 2023
2 parents 61290e7 + 81c5b99 commit 4b74f76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ This allows using a different mpirun command to launch unit tests
<DIN_LOC_ROOT>$ENV{CESMDATAROOT}/inputdata</DIN_LOC_ROOT>
<DIN_LOC_ROOT_CLMFORC>$ENV{CESMDATAROOT}/inputdata/atm/datm7</DIN_LOC_ROOT_CLMFORC>
<DOUT_S_ROOT>$CIME_OUTPUT_ROOT/archive/$CASE</DOUT_S_ROOT>
<BASELINE_ROOT>$ENV{CESMDATAROOT}/ccsm_baselines</BASELINE_ROOT>
<BASELINE_ROOT>$ENV{CESMDATAROOT}/cesm_baselines</BASELINE_ROOT>
<CCSM_CPRNC>$ENV{CESMDATAROOT}/cprnc/cprnc</CCSM_CPRNC>
<GMAKE_J>16</GMAKE_J>
<BATCH_SYSTEM>pbs</BATCH_SYSTEM>
Expand Down Expand Up @@ -1370,12 +1370,12 @@ This allows using a different mpirun command to launch unit tests

<modules DEBUG="TRUE">
<command name="load">parallelio/2.6.0-debug</command>
<command name="load">esmf/8.5.0b23-debug</command>
<command name="load">esmf/8.6.0b03</command>
</modules>

<modules DEBUG="FALSE">
<command name="load">parallelio/2.6.0</command>
<command name="load">esmf/8.5.0b23</command>
<command name="load">esmf/8.6.0b03</command>
</modules>
</module_system>

Expand Down

0 comments on commit 4b74f76

Please sign in to comment.