Skip to content

Commit

Permalink
Add GFS 17 test back
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Nov 8, 2024
1 parent 84b80e5 commit ad32cd1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parm/jcb-algorithms
Submodule jcb-algorithms updated 0 files
2 changes: 1 addition & 1 deletion parm/jcb-gdas
29 changes: 27 additions & 2 deletions test/gw-ci/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ if (WORKFLOW_TESTS)
"gdas_sfcanl"
"gdas_fcst"
)
add_cycling_tests(${pslot} ${YAML_PATH} ${HOMEgfs} ${RUNTESTS} ${PROJECT_SOURCE_DIR} "${HALF_CYCLE_TASKS}" "${FULL_CYCLE_TASKS}")
add_cycling_tests(${pslot} ${YAML_PATH} ${HOMEgfs} ${RUNTESTS} ${PROJECT_SOURCE_DIR} "${HALF_CYCLE_TASKS}" "${FULL_CYCLE_TASKS}")

# WCDA, low-res, ensemble da
# -------------
Expand All @@ -203,5 +203,30 @@ if (WORKFLOW_TESTS)
# "gdas_marineanlfinal"
)
add_cycling_tests(${pslot} ${YAML_PATH} ${HOMEgfs} ${RUNTESTS} ${PROJECT_SOURCE_DIR} "${HALF_CYCLE_TASKS}" "${FULL_CYCLE_TASKS}")
set(letkf FALSE)
set(letkf FALSE)

# GFSv17, 3DVAR prototype
# -----------------------
option(TEST_GFS17 "Enable the GFSv17 prototype CI tests" OFF)
if(TEST_GFS17)
set(pslot "GFSv17-3DVAR-C384mx025")
set(YAML_PATH ${HOMEgfs}/ci/cases/gfsv17/${pslot}.yaml)
set(HALF_CYCLE_TASKS
"gdas_stage_ic"
"gdas_fcst")
set(FULL_CYCLE_TASKS
"gdas_prepoceanobs"
"gdas_marinebmat"
"gdas_marineanlinit"
"gdas_marineanlvar"
"gdas_marineanlchkpt"
"gdas_marineanlfinal"
"gdas_ocnanalvrfy"
"gdas_prep"
"gdas_anal"
"gdas_sfcanl"
"gdas_fcst"
)
add_cycling_tests(${pslot} ${YAML_PATH} ${HOMEgfs} ${RUNTESTS} ${PROJECT_SOURCE_DIR} "${HALF_CYCLE_TASKS}" "${FULL_CYCLE_TASKS}")
endif()
endif()

0 comments on commit ad32cd1

Please sign in to comment.