Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoicon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
w2w
autoicon
Commits
318dfc03
Commit
318dfc03
authored
2 years ago
by
Oriol Tintó
Browse files
Options
Downloads
Patches
Plain Diff
Keep name of fg and an files
parent
5973cdb2
No related branches found
No related tags found
1 merge request
!2
Split prepare_rundir.sh into three different stages for the whole experiment,...
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/prepare_chunk.sh
+2
-2
2 additions, 2 deletions
templates/prepare_chunk.sh
templates/prepare_rundir.sh
+6
-2
6 additions, 2 deletions
templates/prepare_rundir.sh
with
8 additions
and
4 deletions
templates/prepare_chunk.sh
+
2
−
2
View file @
318dfc03
...
...
@@ -10,8 +10,8 @@ BGRID=%simulation.BGRID%
RGRID
=
%simulation.RGRID%
BEXTPAR
=
%simulation.BEXTPAR%
AN_FILE
=
analysis.grb
FG_FILE
=
fg.grb
AN_FILE
=
$(
cat
an_file.txt
)
FG_FILE
=
$(
cat
fg_file.txt
)
STARTDATE
=
%SDATE%
...
...
This diff is collapsed.
Click to expand it.
templates/prepare_rundir.sh
+
6
−
2
View file @
318dfc03
...
...
@@ -58,8 +58,12 @@ if [ ! -f "${FG_SOURCE}" ]; then
fi
AN_FILE
=
analysis.grb
FG_FILE
=
fg.grb
AN_FILE
=
$(
basename
${
AN_SOURCE
}
)
FG_FILE
=
$(
basename
${
FG_SOURCE
}
)
echo
${
AN_FILE
}
>
an_file.txt
echo
${
FG_FILE
}
>
fg_file.txt
BGRID
=
%simulation.BGRID%
RGRID
=
%simulation.RGRID%
...
...
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