Ignore:
Timestamp:
Nov 12, 2025, 5:02:00 PM (2 months ago)
Author:
jbclement
Message:

PEM:
Checking if a PCM run length is one Martian year + Changing instruction from "run" to "year" to be clearer.
JBC

File:
1 edited

Legend:

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

    r3938 r3958  
    2727    3) [dimensions]: 64x48x54 to define the grid you want to use  (longitude x latitude x atmospheric layers).
    2828To run the PEM, you need a dedicated reshaping tool with consistent options. To compile it, in "LMDZ_COMMON", do: ./makelmdz_fcm -arch [local] -p [planet] -d [dimensions] -j 8 reshape_XIOS_output
    29 To run the PEM, you also need a PCM working with XIOS and consistent options. To compile it, in "LMDZ.COMMON", do: ./makelmdz_fcm -arch [local] -p [planet] -parallel mpi_omp -io XIOS -d [dimensions] -j 8 gcm
     29To run the PEM, you also need a PCM working with XIOS and consistent options. To compile it, in "LMDZ.COMMON", do: ./makelmdz_fcm -arch [local] -p [planet] -parallel mpi_omp -io xios -d [dimensions] -j 8 gcm
    3030After compilation, the executable file can be found in the "bin" sub-directory.
    3131
     
    7575  The user has to specify:
    7676      > n_mars_years, n_earth_years -> the number of Mars/Earth years to be simulated in total (> 0);
    77       > nPCM_ini -> the number of initial PCM runs (>= 2);
    78       > nPCM -> the number of PCM runs between each PEM run (>= 2, usually 2);
    79       > counting -> the counting method for the number of years to be simulated (0 = "only PEM runs count"; any other values = "PCM runs are taken into account"). The former option is the usual one;
     77      > nPCM_ini -> the number of initial PCM years (>= 2);
     78      > nPCM -> the number of PCM years between each PEM run (>= 2, usually 2);
     79      > counting -> the counting method for the number of years to be simulated (0 = "only PEM years count"; any other values = "PCM years are taken into account"). The former option is the usual one;
    8080      > mode -> 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.
    8181  The script can take an argument:
Note: See TracChangeset for help on using the changeset viewer.