Skip to content

Commit

Permalink
start from ens mem 1
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Jul 9, 2024
1 parent f96ebd9 commit 082359b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gw-ci/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function(add_cycling_tests pslot YAML_PATH HOMEgfs RUNTESTS PROJECT_SOURCE_DIR T

# 1/2 cycle enkfgdasfcst
message(STATUS "preparing 1/2 cycle ensemble forecast for ${pslot} ctest")
foreach(mem RANGE ${NMEM})
foreach(mem RANGE 1 ${NMEM})
set(test_name "${pslot}_enkfgdasfcst_00${mem}_${HALF_CYCLE}")
add_test(NAME ${test_name}
COMMAND /bin/bash -c "${PROJECT_SOURCE_DIR}/test/gw-ci/run_exp.sh ${pslot} enkfgdasfcst_00${mem} ${HALF_CYCLE}"
Expand Down

0 comments on commit 082359b

Please sign in to comment.