Changeset 3394 for trunk/LMDZ.COMMON/libf/evolution/deftank/README
- Timestamp:
- Jul 8, 2024, 11:48:37 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/README
r3351 r3394 6 6 (i) n_mars_years, n_earth_years -> the number of Mars/Earth years to be simulated in total; 7 7 (ii) nPCM_ini -> the number of initial PCM runs (at least 2); 8 (iii) nPCM -> the number of PCM runs between each PEM run (usually 2). 8 (iii) nPCM -> the number of PCM runs between each PEM run (usually 2); 9 (iv) dim -> the dimension of the model (1 for 1D, any other values stand for 3D). 9 10 The script can take an argument: 10 11 - If there is no argument, then the script initiates a PEM simulation from scratch. 11 12 - If the argument is 're', then the script relaunches an existing PEM simulation. It will ask for parameters to know the starting point that you want to. 13 The script works only with the job scheduler SLURM to submit chained jobs. 12 14 13 15 # liblaunchPEM.sh: 14 16 Library of bash functions used by the PEM launching script "launchPEM.sh". 15 17 16 # jobPCM.slurm:17 Bash script file to run the PCM with a SLURM job. The name of the PCM executable file should be adapted. The header corresponds to the ADASTRA supercomputer and should be changed for other machines. 18 # PCMrun.job: 19 Bash script file to run the PCM with a SLURM job. The name of the PCM executable file should be adapted. The header corresponds to the ADASTRA supercomputer and should be changed for other machines. In case of 1D, the SBATCH headers are omitted. 18 20 The path to source the arch file should be adapted to the machine. 21 The execution line should also be adapted according to the set-up. 19 22 20 # jobPEM.slurm:21 Bash script file to run the PEM with a SLURM job. The name of the PEM executable file and Reshaping executable file should be adapted. The header corresponds to the ADASTRA supercomputer and should be changed for other machines. 23 # PEMrun.job: 24 Bash script file to run the PEM with a SLURM job. The name of the PEM executable file and Reshaping executable file should be adapted. The header corresponds to the ADASTRA supercomputer and should be changed for other machines. In case of 1D, the SBATCH headers are omitted. 22 25 The path to source the arch file should be adapted to the machine. 26 The execution line should also be adapted according to the set-up. 27 The PEM executable can have an optional argument to specify the SLURM job ID in order to detect the job time limit and deal with it. 23 28 24 29 # run_PEM.def
Note: See TracChangeset
for help on using the changeset viewer.