Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • SUNSET SUNSET
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 42
    • Issues 42
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • SUNSETSUNSET
  • Wiki
  • Autosubmit

Autosubmit · Changes

Page history
Update Autosubmit authored Apr 09, 2025 by vagudets's avatar vagudets
Hide whitespace changes
Inline Side-by-side
Autosubmit.md
View page @ 7e8b7df4
...@@ -14,7 +14,7 @@ We have implemented Autosubmit configuration file templates that can be used to ...@@ -14,7 +14,7 @@ We have implemented Autosubmit configuration file templates that can be used to
```shell ```shell
module load autosubmit/4.0.98-foss-2015a-Python-3.7.3 module load autosubmit/4.0.98-foss-2015a-Python-3.7.3
autosubmit expid -H nord3v2 -d <Description> # Write anything you like in the description, like "SEAS5 Verification experiment" for example. autosubmit expid -H nord4 -d <Description> # Write anything you like in the description, like "SEAS5 Verification experiment" for example.
``` ```
This will create a new autosubmit experiment which you can use for your verification workflows, with a new 4-letter ID ("EXPID"). Store your EXPID somewhere so you remember it. You will not have to create a new experiment every time, as you can use this EXPID for other verification runs. It's up to you how many you want to create. This will create a new autosubmit experiment which you can use for your verification workflows, with a new 4-letter ID ("EXPID"). Store your EXPID somewhere so you remember it. You will not have to create a new experiment every time, as you can use this EXPID for other verification runs. It's up to you how many you want to create.
...@@ -42,7 +42,7 @@ Run: ...@@ -42,7 +42,7 @@ Run:
processors_multimodel: 16 processors_multimodel: 16
custom_directives: ['#SBATCH --exclusive'] custom_directives: ['#SBATCH --exclusive']
custom_directives_multimodel: ['#SBATCH --exclusive', '#SBATCH --constraint=highmem'] custom_directives_multimodel: ['#SBATCH --exclusive', '#SBATCH --constraint=highmem']
platform: nord3v2 platform: nord4
email_notifications: yes # enable/disable email notifications. Change it if you want to. email_notifications: yes # enable/disable email notifications. Change it if you want to.
email_address: victoria.agudetse@bsc.es # replace with your email address email_address: victoria.agudetse@bsc.es # replace with your email address
notify_completed: yes # notify me by email when a job finishes notify_completed: yes # notify me by email when a job finishes
...@@ -135,7 +135,7 @@ Run: ...@@ -135,7 +135,7 @@ Run:
hpc_user: bsc32762 # replace with your hpc username hpc_user: bsc32762 # replace with your hpc username
wallclock: 01:00 # hh:mm wallclock: 01:00 # hh:mm
processors_per_job: 8 # number of cores for single-model jobs processors_per_job: 8 # number of cores for single-model jobs
platform: nord3v2 platform: nord4
email_notifications: yes # enable/disable email notifications. Change it if you want to. email_notifications: yes # enable/disable email notifications. Change it if you want to.
email_address: victoria.agudetse@bsc.es # replace with your email address email_address: victoria.agudetse@bsc.es # replace with your email address
notify_completed: yes # notify me by email when a job finishes notify_completed: yes # notify me by email when a job finishes
...@@ -161,7 +161,7 @@ Run: ...@@ -161,7 +161,7 @@ Run:
processors_multimodel: 16 processors_multimodel: 16
custom_directives: ['#SBATCH --exclusive'] custom_directives: ['#SBATCH --exclusive']
custom_directives_multimodel: ['#SBATCH --exclusive', '#SBATCH --constraint=highmem'] custom_directives_multimodel: ['#SBATCH --exclusive', '#SBATCH --constraint=highmem']
platform: nord3v2 platform: nord4
email_notifications: yes # enable/disable email notifications. Change it if you want to. email_notifications: yes # enable/disable email notifications. Change it if you want to.
email_address: victoria.agudetse@bsc.es # replace with your email address email_address: victoria.agudetse@bsc.es # replace with your email address
notify_completed: yes # notify me by email when a job finishes notify_completed: yes # notify me by email when a job finishes
......
Clone repository
  • Autosubmit
  • Current known bugs
  • FAQ
  • Operational Workflows with Jenkins
  • Home