Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sorc/saber
2 changes: 1 addition & 1 deletion test/atm/global-workflow/setup_workflow_exp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sed -i -e "s~@dumpdir@~${GDASAPP_TESTDATA}/lowres~g" config.yaml

# run the script
echo "Running global-workflow experiment generation script"
$srcdir/../../workflow/setup_expt.py gfs cycled --idate $idate \
$srcdir/../../dev/workflow/setup_expt.py gfs cycled --idate $idate \
--edate $edate \
--app $app \
--start $starttype \
Expand Down
12 changes: 6 additions & 6 deletions test/gw-ci/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ if (WORKFLOW_TESTS)
# GSI Atm DA C96/C48
# ------------------
set(pslot "C96C48_hybatmDA")
set(YAML_PATH ${HOMEgfs}/ci/cases/pr/${pslot}.yaml)
set(YAML_PATH ${HOMEgfs}/dev/ci/cases/pr/${pslot}.yaml)
set(HALF_CYCLE_TASKS
"gdas_stage_ic"
"gdas_fcst"
Expand Down Expand Up @@ -287,7 +287,7 @@ if (WORKFLOW_TESTS)
# -------------------
if(${TEST_GFS18})
set(pslot "C96C48_ufs_hybatmDA")
set(YAML_PATH ${HOMEgfs}/ci/cases/pr/${pslot}.yaml)
set(YAML_PATH ${HOMEgfs}/dev/ci/cases/pr/${pslot}.yaml)
set(HALF_CYCLE_TASKS
"gdas_stage_ic"
"gdas_fcst"
Expand Down Expand Up @@ -321,7 +321,7 @@ if (WORKFLOW_TESTS)
# ----------------
if(${TEST_AERO_LAND})
set(pslot "C96C48_hybatmaerosnowDA")
set(YAML_PATH ${HOMEgfs}/ci/cases/pr/${pslot}.yaml)
set(YAML_PATH ${HOMEgfs}/dev/ci/cases/pr/${pslot}.yaml)
set(HALF_CYCLE_TASKS
"gdas_stage_ic"
"gdas_fcst"
Expand Down Expand Up @@ -356,7 +356,7 @@ if (WORKFLOW_TESTS)
# GSI Atm DA C48, JEDI Marine DA 500
# ----------------------------------
set(pslot "C48mx500_3DVarAOWCDA")
set(YAML_PATH ${HOMEgfs}/ci/cases/pr/${pslot}.yaml)
set(YAML_PATH ${HOMEgfs}/dev/ci/cases/pr/${pslot}.yaml)
set(HALF_CYCLE_TASKS
"gdas_stage_ic"
"gdas_waveinit"
Expand All @@ -382,7 +382,7 @@ if (WORKFLOW_TESTS)
# -------------
set(pslot "C48mx500_hybAOWCDA")
set(letkf TRUE)
set(YAML_PATH ${HOMEgfs}/ci/cases/pr/${pslot}.yaml)
set(YAML_PATH ${HOMEgfs}/dev/ci/cases/pr/${pslot}.yaml)
set(HALF_CYCLE_TASKS
"gdas_stage_ic"
"gdas_fcst"
Expand All @@ -406,7 +406,7 @@ if (WORKFLOW_TESTS)
# -----------------------
if(TEST_GFS17)
set(pslot "C384mx025_3DVarAOWCDA")
set(YAML_PATH ${HOMEgfs}/ci/cases/gfsv17/${pslot}.yaml)
set(YAML_PATH ${HOMEgfs}/dev/ci/cases/gfsv17/${pslot}.yaml)
set(HALF_CYCLE_TASKS
"gdas_stage_ic"
"gdas_fcst")
Expand Down
6 changes: 3 additions & 3 deletions test/gw-ci/create_exp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exp_path=$4

# Get ICSDIR_ROOT
source "${HOMEgfs}/ush/detect_machine.sh"
source "${HOMEgfs}/ci/platforms/config.${MACHINE_ID}"
source "${HOMEgfs}/dev/ci/platforms/config.${MACHINE_ID}"

# Arguments for the exp setup
expyaml=${expyaml_ctest}
Expand All @@ -18,7 +18,7 @@ if [[ $MACHINE_ID = wcoss2 ]]; then
fi

# Source the gw environement
source ${HOMEgfs}/workflow/gw_setup.sh
source ${HOMEgfs}/dev/workflow/gw_setup.sh

# Create the experiment
${HOMEgfs}/workflow/create_experiment.py --yaml ${expyaml} --overwrite --force
${HOMEgfs}/dev/workflow/create_experiment.py --yaml ${expyaml} --overwrite --force