Skip to content

Commit

Permalink
Adapt the land DA to the new COM structure (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaruidong2017 committed May 8, 2023
1 parent f5ae69c commit 78305e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/land/apply_jedi_incr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion test/land/create_bkg_ens.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/land/letkfoi_snowda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion test/land/test_imsproc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 78305e9

Please sign in to comment.