Skip to content
Merged
3 changes: 3 additions & 0 deletions parm/soca/letkf/marine-jcb-lektf.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# JEDI algorithm being invoked
algorithm: marine_letkf

4 changes: 2 additions & 2 deletions test/gw-ci/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ function(add_task task_name test_prefix is_full_cycle HALF_CYCLE FULL_CYCLE pslo
elseif("${task_name}" STREQUAL "gdas_marineanlfinal")
list(APPEND TEST_DEPENDS "${test_prefix}_gdas_marineanlchkpt_${FULL_CYCLE}")
elseif("${task_name}" STREQUAL "gdas_marineanlletkf")
list(APPEND TEST_DEPENDS "${test_prefix}_enkfgdas_fcst_${HALF_CYCLE}")
list(APPEND TEST_DEPENDS "${test_prefix}_gdas_prepoceanobs_${FULL_CYCLE}")
list(APPEND TEST_DEPENDS "${test_prefix}_gdas_marinebmat_${FULL_CYCLE}")
elseif("${task_name}" STREQUAL "gdas_ocnanalecen")
list(APPEND TEST_DEPENDS "${test_prefix}_gdas_marineanlvar_${FULL_CYCLE}")
list(APPEND TEST_DEPENDS "${test_prefix}_gdas_marineanlletkf_${FULL_CYCLE}")
Expand Down Expand Up @@ -393,8 +393,8 @@ if (WORKFLOW_TESTS)
"enkfgdas_fcst")
set(FULL_CYCLE_TASKS
"gdas_prepoceanobs"
"gdas_marineanlletkf"
"gdas_marinebmat"
"gdas_marineanlletkf"
"gdas_marineanlinit"
"gdas_marineanlvar"
"gdas_ocnanalecen"
Expand Down