Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto PR - develop β†’ MAPL-v3 - update the path for forcing in case of coupling with adas #683

Merged
merged 3 commits into from
Oct 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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