From 78305e9875620cffbe74699d34d5735f7854b2f8 Mon Sep 17 00:00:00 2001 From: Jiarui Dong Date: Mon, 8 May 2023 08:46:33 -0400 Subject: [PATCH] Adapt the land DA to the new COM structure (#462) --- test/land/apply_jedi_incr.sh | 2 +- test/land/create_bkg_ens.sh | 2 +- test/land/letkfoi_snowda.sh | 2 +- test/land/test_imsproc.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/land/apply_jedi_incr.sh b/test/land/apply_jedi_incr.sh index d1a6ebd9e..c1ceb49bd 100755 --- a/test/land/apply_jedi_incr.sh +++ b/test/land/apply_jedi_incr.sh @@ -16,7 +16,7 @@ GHR=$(date +%H -d "$YY$MM$DD $HH - 6 hours") EXECDIR=$project_source_dir/build/bin WORKDIR=$project_binary_dir/test/land/apply_jedi_incr -RSTDIR=$GDASAPP_TESTDATA/lowres/gdas.$GYMD/$GHR/atmos/RESTART +RSTDIR=$GDASAPP_TESTDATA/lowres/gdas.$GYMD/$GHR/model_data/atmos/restart INCDIR=$GDASAPP_TESTDATA/land/C${RES} export TPATH="$GDASAPP_TESTDATA/land/C${RES}" diff --git a/test/land/create_bkg_ens.sh b/test/land/create_bkg_ens.sh index 388c6e6d3..de6e63e56 100755 --- a/test/land/create_bkg_ens.sh +++ b/test/land/create_bkg_ens.sh @@ -16,7 +16,7 @@ GYMD=$(date +%Y%m%d -d "$YY$MM$DD $HH - 6 hours") GHR=$(date +%H -d "$YY$MM$DD $HH - 6 hours") WORKDIR=$project_binary_dir/test/land/create_jedi_ens -RSTDIR=$GDASAPP_TESTDATA/lowres/gdas.$GYMD/$GHR/atmos/RESTART +RSTDIR=$GDASAPP_TESTDATA/lowres/gdas.$GYMD/$GHR/model_data/atmos/restart GFSv17=NO DAtype=letkfoi_snow diff --git a/test/land/letkfoi_snowda.sh b/test/land/letkfoi_snowda.sh index 37b3ad2a3..8747241c0 100755 --- a/test/land/letkfoi_snowda.sh +++ b/test/land/letkfoi_snowda.sh @@ -16,7 +16,7 @@ GHR=$(date +%H -d "$YY$MM$DD $HH - 6 hours") EXECDIR=$project_source_dir/build/bin WORKDIR=$project_binary_dir/test/land/letkfoi_snowda -RSTDIR=$GDASAPP_TESTDATA/lowres/gdas.$GYMD/$GHR/atmos/RESTART +RSTDIR=$GDASAPP_TESTDATA/lowres/gdas.$GYMD/$GHR/model_data/atmos/restart export OBSDIR=$GDASAPP_TESTDATA/land GFSv17=${GFSv17:-"NO"} diff --git a/test/land/test_imsproc.sh b/test/land/test_imsproc.sh index 53061d729..daca26a68 100755 --- a/test/land/test_imsproc.sh +++ b/test/land/test_imsproc.sh @@ -17,7 +17,7 @@ DOY=$(date +%j -d "$YY$MM$DD + 1 day") EXECDIR=$project_source_dir/build/bin WORKDIR=$project_binary_dir/test/land/ims_proc -RSTDIR=$GDASAPP_TESTDATA/lowres/gdas.$GYMD/$GHR/atmos/RESTART +RSTDIR=$GDASAPP_TESTDATA/lowres/gdas.$GYMD/$GHR/model_data/atmos/restart export OBSDIR=$GDASAPP_TESTDATA/land/snow_ice_cover export TSTUB="oro_C${RES}.mx100"