Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mkexp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esmenv
mkexp
Commits
6d0d45de
Commit
6d0d45de
authored
12 years ago
by
Karl-Hermann Wieners
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
standard_experiments/exp.run.tmpl
+4
-5
4 additions, 5 deletions
standard_experiments/exp.run.tmpl
with
4 additions
and
5 deletions
standard_experiments/exp.run.tmpl
+
4
−
5
View file @
6d0d45de
...
...
@@ -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."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment