Changeset 3349 for trunk/LMDZ.COMMON/libf/evolution/deftank/README
- Timestamp:
- May 31, 2024, 10:46:55 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/README
r3152 r3349 1 1 This folder contains all the files needed to run the Planetary Evolution Model (PEM). 2 2 3 # launch _pem.sh:3 # launchPEM.sh: 4 4 Bash script file to launch the chained simulation of PEM and PCM runs. 5 5 The user has to specify: 6 6 (i) n_mars_years, n_earth_years -> the number of Mars/Earth years to be simulated in total; 7 (ii) nPCM -> the number of PCM calls between PEM runs (usually nPCM=2); 8 (iii) exePEM -> the name of executable file for the PEM run; 9 (iv) exeReshape -> the name of executable file for the data reshaping task with XIOS. 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). 9 The script can take an argument: 10 - If there is no argument, then the script initiates a PEM simulation from scratch. 11 - 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. 12 13 # liblaunchPEM.sh: 14 Library of bash functions used by the PEM launching script "launchPEM.sh". 15 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. 10 18 The path to source the arch file should be adapted to the machine. 11 19 12 # exePCM.sh: 13 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. 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. 22 The path to source the arch file should be adapted to the machine. 14 23 15 24 # run_PEM.def … … 23 32 Bash script file to modify orbital parameters in the file "startfi.nc" (obliquity, eccentricity, Ls perihelion and possibly initial Ls). They should be consistent with Laskar's data in "obl_ecc_lsp.asc" to start a chained simulation at a specific date. 24 33 34 # modify_startfi_var.sh: 35 Bash script file to modify the value of a variable in a file "startfi.nc". 36 37 # inipem_orbit.sh: 38 Bash script file to modify the orbital parameters of a file "startfi.nc" according to the date set in the file "run_PEM.def". 39 25 40 # concat_diagpem.sh: 26 41 Bash script file to concatenate along the variable 'Time' all the "diagpem.nc" files of the PEM into one NetCDF file. 'Time' is re-indexed with the numbering of Martian years simulated by the PEM run. 42 43 # output_layering.py: 44 Python script file to output the stratification data from the "startpem.nc" files. 27 45 28 46 Note:
Note: See TracChangeset
for help on using the changeset viewer.