Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PLUM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Land Use Lab
PLUM
Commits
385dc544
Commit
385dc544
authored
7 years ago
by
Peter Alexander
Browse files
Options
Downloads
Patches
Plain Diff
Schdule script changes
parent
d62417b7
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
scripts/scheduleScenarios.sh
+4
-2
4 additions, 2 deletions
scripts/scheduleScenarios.sh
with
4 additions
and
2 deletions
scripts/scheduleScenarios.sh
+
4
−
2
View file @
385dc544
...
@@ -27,8 +27,10 @@ do
...
@@ -27,8 +27,10 @@ do
continue
;
continue
;
fi
fi
echo
"qsub /exports/csce/eddie/geos/groups/LURG/models/PLUM/plumv2/scripts/runPlum.sh
$ensemble
/
$scenario
"
jobName
=
$ensemble
"_"
$scenario
qsub /exports/csce/eddie/geos/groups/LURG/models/PLUM/plumv2/scripts/runPlum.sh
$ensemble
/
$scenario
echo
"qsub -N
$jobName
/exports/csce/eddie/geos/groups/LURG/models/PLUM/plumv2/scripts/runPlum.sh
$ensemble
/
$scenario
"
qsub
-N
$jobName
/exports/csce/eddie/geos/groups/LURG/models/PLUM/plumv2/scripts/runPlum.sh
$ensemble
/
$scenario
fi
fi
done
<
$filename
done
<
$filename
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