Ignore:
Timestamp:
Oct 23, 2023, 4:10:10 PM (15 months ago)
Author:
jbclement
Message:

PEM:
The management of files during the chained simulation of PCM/PEM runs has been simplified:

  • "tmp_PEMyears.txt" and "info_run_PEM.txt" have been merged into one file called "info_PEM.txt";
  • "reshape_XIOS_output.F90" now creates directly the "data_PCM_Y*.nc" files needed by the PEM;
  • where it is relevant, 'GCM' has been replaced by 'PCM' in the files naming;
  • the files in deftank have been updated consequently.

Following r3095, 'iniorbit' is now a subroutine of "planete_h.F90".
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/pem/README

    r3093 r3096  
    22
    33# launch_pem.sh:
    4   Bash script file to launch the chained simulation of PEM and GCM runs.
     4  Bash script file to launch the chained simulation of PEM and PCM runs.
    55  The user has to specify:
    66      (i)   n_earth_years -> the number of Earth years to be simulated in total;
    7       (ii)  nGCM -> the number of GCM calls between PEM runs (usually nGCM=2);
     7      (ii)  nPCM -> the number of PCM calls between PEM runs (usually nPCM=2);
    88      (iii) exePEM -> the name of executable file for the PEM run;
    99      (iv)  exeReshape -> the name of executable file for the data reshaping task with XIOS.
    1010  The path to source the arch file should be adapted to the machine.
    1111
    12 # exeGCM.sh:
    13   Bash script file to run the GCM with a SLURM job. The name of the GCM executable file should be adapted. The header corresponds to the ADASTRA supercomputer and should be changed for other machines.
     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.
    1414
    1515# run_PEM.def
    1616  All the possible parameters to define a PEM run (read in "conf_pem.F90").
    17   It needs to be included in "run_GCM.def" with "INCLUDEDEF=run_PEM.def".
     17  It needs to be included in "run_PCM.def" with "INCLUDEDEF=run_PEM.def".
    1818
    1919# obl_ecc_lsp.asc
     
    2929  To run the chained simulation, be careful to have:
    3030      (i)   the xml files for XIOS. There should be "iodef.xml", "context_lmdz_physics.xml", "file_def_physics_mars.xml" and "field_def_physics_mars.xml" which can be found in the deftank folder. In "context_lmdz_physics.xml", the line for Xdiurnalave should be activated (enabled=".true.");
    31       (ii)  the usual def files to run the GCM. "run.def" should be renamed in "run_GCM.def";
     31      (ii)  the usual def files to run the PCM. "run.def" should be renamed in "run_PCM.def";
    3232      (iii  the starting files ("startfi.nc" and "start.nc"). The former can be modified by "modify_startfi_orbit.sh";
    3333      (iv)  some optional files. For example, "diagfi.def" and "diagpem.def".
Note: See TracChangeset for help on using the changeset viewer.