Skip to content
Snippets Groups Projects
Commit 6d0d45de authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Updated new script generation

* Updated default template according to r2975, r2976
parent a7d9b8a5
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ SCRIPTDIR=$WORK_DIR/experiments/$EXP/scripts
EXPDIR=%{DATA_ROOT}/experiments/$EXP
#
# absolute path to directory with initial data:
INI_DATA=/pool/data/ECHAM6/input/r0002
INI_DATA=%{INITIAL_DATA}
INIECH=$INI_DATA/T${RES}
#
# absolute path to directory with SST and sea ice files:
......@@ -233,8 +233,8 @@ echo ""
#-----------------------------------------------------------------------------
# Start the run:
#
cp $SCRIPTDIR/job1 .
cp $SCRIPTDIR/job2 .
cp $SCRIPTDIR/$EXP.job1 job1
cp $SCRIPTDIR/$EXP.job2 job2
#
# IBM/POE startup
#
......@@ -250,8 +250,7 @@ case $? in
llsubmit subjob2
#-- submit next production job
cd $SCRIPTDIR
chmod u+x %{EXP_ID}.run
llsubmit %{EXP_ID}.run
llsubmit $EXP.run
;;
127)
echo "Model finished experiment."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment