From 9798b20e688c22fa5f3cc53105b93256728508d8 Mon Sep 17 00:00:00 2001 From: Jordan Laser Date: Thu, 24 Oct 2024 15:27:29 -0600 Subject: [PATCH] include datastream options test for analysis_assim_extend --- .github/workflows/test_datastream_options.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_datastream_options.yml b/.github/workflows/test_datastream_options.yml index 0f8a778a9..732fca42c 100644 --- a/.github/workflows/test_datastream_options.yml +++ b/.github/workflows/test_datastream_options.yml @@ -140,10 +140,10 @@ jobs: ./scripts/stream.sh -s DAILY -C NWM_MEDIUM_RANGE -d $(pwd)/data/datastream_test -g $(pwd)/palisade.gpkg -R $(pwd)/configs/ngen/realization_sloth_nom_cfe_pet.json - # - name: DAILY analysis assim extend today test - # if: always() - # run: | - # sudo rm -rf $(pwd)/data/datastream_test - # ./scripts/stream.sh -s DAILY -C NWM_ANALYSIS_ASSIM_EXTEND -e $(date -d '-2 day' '+%Y%m%d0000') -d $(pwd)/data/datastream_test -g $(pwd)/palisade.gpkg -R $(pwd)/configs/ngen/realization_sloth_nom_cfe_pet.json + - name: DAILY analysis assim extend today test + if: always() + run: | + sudo rm -rf $(pwd)/data/datastream_test + ./scripts/stream.sh -s DAILY -C NWM_ANALYSIS_ASSIM_EXTEND -e $(date -d '-2 day' '+%Y%m%d0000') -d $(pwd)/data/datastream_test -g $(pwd)/palisade.gpkg -R $(pwd)/configs/ngen/realization_sloth_nom_cfe_pet.json \ No newline at end of file