Changeset 3958 for trunk/LMDZ.COMMON/libf/evolution/deftank/README
- Timestamp:
- Nov 12, 2025, 5:02:00 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/deftank/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/README
r3938 r3958 27 27 3) [dimensions]: 64x48x54 to define the grid you want to use (longitude x latitude x atmospheric layers). 28 28 To 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 gcm29 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 30 30 After compilation, the executable file can be found in the "bin" sub-directory. 31 31 … … 75 75 The user has to specify: 76 76 > 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; 80 80 > 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. 81 81 The script can take an argument:
Note: See TracChangeset
for help on using the changeset viewer.
