Skip to content

Commit

Permalink
update met forcing path when coupled with ADAS (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-rreichle committed Oct 26, 2023
2 parents 0d77b17 + 4bce2dd commit 6ea8a88
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Applications/LDAS_App/lenkf.j.template
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,9 @@ if ( $LADAS_COUPLING == 1 ) then
cd $SCRDIR
else

# copy central-simulation forcing from $FVWORK to scratch dir

echo "copying lfo_Nx+- met forcing from $FVWORK to $SCRDIR"
/bin/cp -f $FVWORK/*lfo_Nx+-*nc4 $SCRDIR/.
# move central-simulation forcing held in met_forcing to scratch dir
echo "move lfo_Nx+- met forcing from $EXPDIR/input/met_forcing to $SCRDIR"
/bin/mv $EXPDIR/input/met_forcing/*lfo_Nx+-*nc4 $SCRDIR/.

endif
endif
Expand Down

0 comments on commit 6ea8a88

Please sign in to comment.