Ignore:
Timestamp:
Jul 21, 2025, 1:55:12 PM (13 days ago)
Author:
jbclement
Message:

PEM:

  • Big update of "README" file in the "deftank" folder.
  • Renaming the log files "out_run*" into "run.log".
  • Merging the folders "out_PCM" and "out_PEM" into "logs" where the log files are gathered with convenient renaming.
  • Update of job files.
  • More robust tests in "lib_launchPEM.sh".

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh

    r3851 r3861  
    1515# Modify here the parameters for the simulation
    1616###############################################
    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):
    1818n_mars_years=100.
    1919#n_earth_years=300.
     
    2828counting=0
    2929
    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:
    3131mode=1
    3232########################################################################
Note: See TracChangeset for help on using the changeset viewer.