|
Last change
on this file since 3321 was
3096,
checked in by jbclement, 2 years ago
|
|
PEM:
The management of files during the chained simulation of PCM/PEM runs has been simplified:
- "tmp_PEMyears.txt" and "info_run_PEM.txt" have been merged into one file called "info_PEM.txt";
- "reshape_XIOS_output.F90" now creates directly the "data_PCM_Y*.nc" files needed by the PEM;
- where it is relevant, 'GCM' has been replaced by 'PCM' in the files naming;
- the files in deftank have been updated consequently.
Following r3095, 'iniorbit' is now a subroutine of "planete_h.F90".
JBC
|
-
Property svn:executable set to
*
|
|
File size:
464 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | #SBATCH --account=cin0391 |
|---|
| 3 | #SBATCH --job-name=runPCM1 |
|---|
| 4 | #SBATCH --constraint=GENOA |
|---|
| 5 | ### GENOA nodes accommodate 96 cores |
|---|
| 6 | ### Number of Nodes to use |
|---|
| 7 | #SBATCH --nodes=1 |
|---|
| 8 | ### Number of MPI tasks per node |
|---|
| 9 | #SBATCH --ntasks-per-node=1 |
|---|
| 10 | ### Number of OpenMP threads per MPI task |
|---|
| 11 | #SBATCH --cpus-per-task=1 |
|---|
| 12 | #SBATCH --threads-per-core=1 |
|---|
| 13 | ###SBATCH --exclusive |
|---|
| 14 | #SBATCH --output=run_PCM_%A.out |
|---|
| 15 | #SBATCH --time=10:00:00 |
|---|
| 16 | |
|---|
| 17 | srun testphys1d_29_phymars_para.e > out_runPCM1 2>&1 |
|---|
Note: See
TracBrowser
for help on using the repository browser.