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
09f27b91
Commit
09f27b91
authored
1 year ago
by
Oriol Tintó
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.physik.uni-muenchen.de:w2w/autosubmit-icon-today
parents
269139ea
a8f94692
No related branches found
No related tags found
No related merge requests found
Pipeline
#18707
failed
1 year ago
Stage: build
Stage: run_ideal
Stage: run_real
Stage: postprocess
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+6
-6
6 additions, 6 deletions
README.md
examples/01_real-from-ideal.sh
+2
-2
2 additions, 2 deletions
examples/01_real-from-ideal.sh
with
8 additions
and
8 deletions
README.md
+
6
−
6
View file @
09f27b91
# Auto
submit-Icon-Today
# Auto
Icon
Available examples:
-
**real-from-ideal**
: Start with a test simulation (ltestcase=.TRUE.) to produce a first-guess file and an analysis file to start a second simulation.
...
...
@@ -12,7 +12,7 @@ With autosubmit installed, we can run these ICON workflows with **autosubmit** w
## 1. Create an experiment:
```bash
autosubmit expid -min -repo https://gitlab.physik.uni-muenchen.de/w2w/auto
submit-icon-today
.git -d "Launching an ICON experiment with autosubmit."
autosubmit expid -min -repo https://gitlab.physik.uni-muenchen.de/w2w/auto
icon
.git -d "Launching an ICON experiment with autosubmit."
```
This will create a new experiment folder and will give us the corresponding experiment id.
...
...
@@ -34,7 +34,7 @@ PROJECT:
PROJECT_TYPE
:
"
git"
PROJECT_DESTINATION
:
"
git_project"
GIT
:
PROJECT_ORIGIN
:
"
https://gitlab.physik.uni-muenchen.de/w2w/auto
submit-icon-today
.git"
PROJECT_ORIGIN
:
"
https://gitlab.physik.uni-muenchen.de/w2w/auto
icon
.git"
PROJECT_BRANCH
:
"
"
PROJECT_COMMIT
:
"
"
PROJECT_SUBMODULES
:
"
"
...
...
@@ -69,7 +69,7 @@ PROJECT:
PROJECT_TYPE
:
"
git"
PROJECT_DESTINATION
:
"
git_project"
GIT
:
PROJECT_ORIGIN
:
"
https://gitlab.physik.uni-muenchen.de/w2w/auto
submit-icon-today
.git"
PROJECT_ORIGIN
:
"
https://gitlab.physik.uni-muenchen.de/w2w/auto
icon
.git"
PROJECT_BRANCH
:
"
master"
PROJECT_COMMIT
:
"
"
PROJECT_SUBMODULES
:
"
"
...
...
@@ -122,7 +122,7 @@ Because we wanted to execute some of the lightweight runs on the login nodes of
For example, if we use the platform
**LMU**
, we need to define
**LMU_LOGIN**
as well.
## 5. Github password-less access
In order to get icon-sources through autosubmit, the password-less through ssh keys should be configured for dkrz gitlab.
In order to get icon-sources through autosubmit, the password-less through ssh keys should be configured for dkrz gitlab.
## 6. Create and run
With this changes in the configuration should be already possible to create the experiment and run it.
With this changes in the configuration should be already possible to create the experiment and run it.
This diff is collapsed.
Click to expand it.
examples/01_real-from-ideal.sh
+
2
−
2
View file @
09f27b91
...
...
@@ -54,7 +54,7 @@ if [ ! -e autosubmit/autosubmit.db ]; then
autosubmit
install
fi
PROJECT_ORIGIN
=
"https://gitlab.physik.uni-muenchen.de/w2w/auto
submit-icon-today
.git"
PROJECT_ORIGIN
=
"https://gitlab.physik.uni-muenchen.de/w2w/auto
icon
.git"
PROJECT_BRANCH
=
"master"
EXPID
=
rfi001
...
...
@@ -84,7 +84,7 @@ DEFAULT:
PROJECT:
PROJECT_TYPE: "git"
PROJECT_DESTINATION: "auto
submit-icon-today
"
PROJECT_DESTINATION: "auto
icon
"
GIT:
PROJECT_ORIGIN: "
$PROJECT_ORIGIN
"
PROJECT_BRANCH: "
$PROJECT_BRANCH
"
...
...
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