Skip to content

Commit

Permalink
use more self-describing filename for atmospheric radiance bias corre…
Browse files Browse the repository at this point in the history
…ction tarball (NOAA-EMC#1264)
  • Loading branch information
RussTreadon-NOAA committed Aug 29, 2024
1 parent f4b9698 commit c9c5955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/atm/global-workflow/jjob_ens_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ done
# Link radiance bias correction tarball
dpath=gdas.$gPDY/$gcyc/analysis/atmos
mkdir -p $COM_ATMOS_ANALYSIS_PREV
flist="radbcor"
flist="rad_varbc_params.tar"
for file in $flist; do
ln -fs $GDASAPP_TESTDATA/lowres/$dpath/$gprefix.${file} $COM_ATMOS_ANALYSIS_PREV/$gprefix.${file}
done
Expand Down
2 changes: 1 addition & 1 deletion test/atm/global-workflow/jjob_var_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ done
# Link radiance bias correction tarball
dpath=gdas.$gPDY/$gcyc/analysis/atmos
mkdir -p $COM_ATMOS_ANALYSIS_PREV
flist="radbcor"
flist="rad_varbc_params.tar"
for file in $flist; do
ln -fs $GDASAPP_TESTDATA/lowres/$dpath/$gprefix.${file} $COM_ATMOS_ANALYSIS_PREV/$gprefix.${file}
done
Expand Down

0 comments on commit c9c5955

Please sign in to comment.