Last change
on this file since 3545 was
3545,
checked in by afalco, 3 days ago
|
Pluto: scripts to convert from LMDZ lat lon grid to DYNAMICO icosahedral grid.
AF
|
File size:
501 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | #SBATCH --nodes=1 |
---|
3 | #SBATCH --ntasks-per-node=12 |
---|
4 | #SBATCH --cpus-per-task=1 |
---|
5 | ### SBATCH --cpus-per-task=2 |
---|
6 | #SBATCH --partition=zen4 # zen4: 64cores/node and 240GB of memory |
---|
7 | ##SBATCH --partition=zen16 # zen16: 32 cores/node core and 496GB of memory |
---|
8 | #SBATCH -J start_archive2icosa |
---|
9 | #SBATCH --time=39:59:00 |
---|
10 | #SBATCH --output %x.%j.out |
---|
11 | |
---|
12 | arch=ifort_MESOIPSL |
---|
13 | source $HOME/lmdz/LMDZ.COMMON/arch/arch-$arch.env |
---|
14 | |
---|
15 | \rm xios*err |
---|
16 | \rm xios*out |
---|
17 | |
---|
18 | mpirun start_archive2icosa.e > log_start_archive2icosa.out 2>&1 |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.