Skip to content

Commit

Permalink
update the path for forcing in case of coupling with adas
Browse files Browse the repository at this point in the history
 	modified:   Applications/LDAS_App/lenkf.j.template
  • Loading branch information
saraqzhang committed Oct 26, 2023
1 parent 0d77b17 commit 42918e6
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 met_forcing to $SCRDIR"
/bin/mv $EXPDIR/input/met_forcing/*lfo_Nx+-*nc4 $SCRDIR/.

endif
endif
Expand Down

0 comments on commit 42918e6

Please sign in to comment.