source: trunk/LMDZ.MARS/deftank/pem/README @ 3023

Last change on this file since 3023 was 2963, checked in by romain.vande, 20 months ago

Mars PEM :

Adapt PEM to the subslope PCM configuration, it is now fully compatible.

Create a PEM folder in deftank that contains:

run_pem1: a bash file that runs chained simulation of PEM as well as running a parameterizable number of PCM simulation in between.

It also takes care of reshaping XIOS output as well as renaming outputs etc… in the spirit of run_month1.

It is written for Irene machine and the header needs to be adapted for other machines.

run_PEM.def: A text file that shows the possible parameters to choose before a PEM simulation.

It should be included at the end of run.def just like callphys.def

ob_ex_lsp.asc: An ascii file containing the obliquity, eccentricity, ls_peri data from Laskar in Martian year.
README: A txt file explaining the content of the folder

Adapt field_def_physics_mars.xml to consider the case with 7 subslopes in the PCM.
Change context_lmdz_physics.xml to be able to output the file needed by the PEM.

Correct a few other minor bugs.

RV

File size: 996 bytes
Line 
1This folder contains all the files needed to run the Planetary Evolution Model (PEM).
2
3run_pem1:
4  Bash file that runs chained simulation of PEM.
5  The number of PCM simulation in between each PEM run is setup via "nb_GCM_call" variable.
6  It is running using the run0 file from the Mars PCM.
7  The number of PEM simulation to be done is setup via "num_PEM_now" and "num_PEM_end".
8  The path to source the arch file needs to be adapted, as well as the number of MPI/OMP.
9  The resolution and the planet type needs also to be adapted.
10  The header correspond to the IRENE calculator, and should be changed for other machines.
11
12run_PEM.def
13  All the possible parameter of PEM (read if conf_pem.F90).
14  Nees to be included in run.def with INCLUDEDEF=run_PEM.def
15
16ob_ex_lsp.asc
17  File containing obliquity, excentricity and ls of perihelion form laskar in Martian year.
18
19To run the PEM you need to change in context_lmdz_physics.xml the line enabled=".false." to enabled=".true." of Xdiurnalave
20
21
22
23
24
Note: See TracBrowser for help on using the repository browser.