Skip to content

Commit a466a36

Browse files
committed
edits on bkg lfo query and tar
1 parent f33e3b5 commit a466a36

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/Applications/GEOSdas_App/GEOSdas.csm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6047,10 +6047,9 @@ endif
60476047
/bin/mv $momoutdir/MOM.res_${fn}.nc $FVHOME/recycle/hold/$EXPID.mom${fn}_rst.${momtag}.nc4
60486048
end
60496049
endif
6050-
set lstbkglfo = `ls $FVHOME/recycle/holdpredout/$EXPID.*lfo*.$NCSUFFIX`
6050+
set lstbkglfo = `ls $FVWORK/$EXPID.bkg.lfo*.$NCSUFFIX`
60516051
if ( ${%lstbkglfo} ) then
6052-
cd $FVHOME/recycle/holdpredout
6053-
tar cvf $FVWORK/$EXPID.bkglforst.${rtag}.tar $EXPID.*lfo*.$NCSUFFIX
6052+
tar cvf $FVWORK/$EXPID.bkglforst.${rtag}.tar $EXPID.bkg.lfo*.$NCSUFFIX
60546053
endif
60556054
cd $FVHOME/recycle/hold
60566055
tar cvf $FVWORK/$EXPID.rst.${rtag}.tar $EXPID.*

src/Applications/GEOSdas_App/fvsetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3528,7 +3528,7 @@ sub set_ldasANA {
35283528
die ">>> Error <<< Cannot find directory, $ldashold;"
35293529
unless -d $ldashold;
35303530
3531-
@bkglfo_files = (<$ldashold/*bkg.lfo*${nymdb}_${hhb}*>);
3531+
@bkglfo_files = (<$ldashold/*bkg*lfo*${nymdb}_${hhb}*>);
35323532
die ">>> Error <<< Cannot find bkglfo files in $ldashold;"
35333533
unless scalar(@bkglfo_files);
35343534

0 commit comments

Comments
 (0)