Skip to content

Commit

Permalink
Update regression test baseline location on hera; remove redunant 're…
Browse files Browse the repository at this point in the history
…build' in NEMSAppBuilder commands
  • Loading branch information
climbfuji committed Mar 30, 2020
1 parent 9e39c84 commit d179cc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions compsets/fv3mom6cice5.input
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ build fv3_mom6_cice.exe {

# The NEMSAppBuilder is another embedded bash script in nemscommon.input
build=NEMSAppBuilder(NEMS.x="@[target]",modules.nems="@[modules.nems]",
OPTS="app=coupledFV3_MOM6_CICE rebuild",md5sum="@[md5sum]")
OPTS="app=coupledFV3_MOM6_CICE",md5sum="@[md5sum]")
}

build fv3_mom6_cice_ww3.exe {
Expand Down Expand Up @@ -91,7 +91,7 @@ build fv3_mom6_cice_repro.exe {

# The NEMSAppBuilder is another embedded bash script in nemscommon.input
build=NEMSAppBuilder(NEMS.x="@[target]",modules.nems="@[modules.nems]",
OPTS="app=coupledFV3_MOM6_CICE_repro rebuild",md5sum="@[md5sum]")
OPTS="app=coupledFV3_MOM6_CICE_repro",md5sum="@[md5sum]")
}

build fv3_mom6_cice_ww3_repro.exe {
Expand Down
4 changes: 2 additions & 2 deletions compsets/fv3mom6cice5_ccpp.input
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ build fv3_ccpp_mom6_cice.exe {

# The NEMSAppBuilder is another embedded bash script in nemscommon.input
build=NEMSAppBuilder(NEMS.x="@[target]",modules.nems="@[modules.nems]",
OPTS="app=coupledFV3_CCPP_MOM6_CICE rebuild",md5sum="@[md5sum]")
OPTS="app=coupledFV3_CCPP_MOM6_CICE",md5sum="@[md5sum]")
}

build fv3_ccpp_mom6_cice_ww3.exe {
Expand Down Expand Up @@ -91,7 +91,7 @@ build fv3_ccpp_mom6_cice_repro.exe {

# The NEMSAppBuilder is another embedded bash script in nemscommon.input
build=NEMSAppBuilder(NEMS.x="@[target]",modules.nems="@[modules.nems]",
OPTS="app=coupledFV3_CCPP_MOM6_CICE_repro rebuild",md5sum="@[md5sum]")
OPTS="app=coupledFV3_CCPP_MOM6_CICE_repro",md5sum="@[md5sum]")
}

build fv3_ccpp_mom6_cice_ww3_repro.exe {
Expand Down
6 changes: 2 additions & 4 deletions compsets/hera.input
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ platform hera.intel {
# INPUTS is the input directory, which should contain fix and parm
# files, plus any restarts or other inputs.

#BASELINE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200322"
#BASELINE_TEMPLATE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200322"
BASELINE="/scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/FV3-MOM6-CICE5_BASELINES/develop-20200326-test"
BASELINE_TEMPLATE="/scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/FV3-MOM6-CICE5_BASELINES/develop-20200326-test"
BASELINE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200326"
BASELINE_TEMPLATE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200326"
INPUTS="@[BASELINE]"

default_resources={
Expand Down

0 comments on commit d179cc3

Please sign in to comment.