Changeset 3861 for trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh
- Timestamp:
- Jul 21, 2025, 1:55:12 PM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh
r3851 r3861 15 15 # Modify here the parameters for the simulation 16 16 ############################################### 17 # Set the number of years to be simulated, either Martian or Earth years :17 # Set the number of years to be simulated, either Martian or Earth years (> 0): 18 18 n_mars_years=100. 19 19 #n_earth_years=300. … … 28 28 counting=0 29 29 30 # Set the launching mode (0 = "processing scripts"; any other values = "submitting jobs"). The former option is usually used to process the script on a local machine while the latter is used to submit jobs on a supercomputer :30 # Set the launching mode (0 = "processing scripts"; any other values = "submitting jobs"). The former option is usually used to process the script on a local machine while the latter is used to submit jobs on a supercomputer with SLURM or PBS/TORQUE: 31 31 mode=1 32 32 ########################################################################
Note: See TracChangeset
for help on using the changeset viewer.