File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/Applications/GEOSdas_App Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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.*
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments