Skip to content

Commit

Permalink
Merge branch 'develop' into release/MAPL-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Oct 27, 2023
2 parents df81909 + 6ea8a88 commit 3fc902f
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 3fc902f

Please sign in to comment.