Difference between revisions of "Advanced Topics Mars PEM"
From Planets
(→Running the PEM in 1D) |
|||
| Line 11: | Line 11: | ||
./makelmdz_fcm -arch somearch -p mars -d 32 -j 8 pem | ./makelmdz_fcm -arch somearch -p mars -d 32 -j 8 pem | ||
</pre> | </pre> | ||
| + | |||
| + | To work with the 1D PEM, you must use the related PCM in 1D. For example, for the Mars PCM, see [[Mars 1D testphys1d program]]. | ||
[[Category:Planetary-Evolution-Model]] | [[Category:Planetary-Evolution-Model]] | ||
Latest revision as of 15:49, 23 October 2025
Running the PEM with the launching script
The script launchPEM.sh can take an argument:
# If there is no argument, then the script initiates a PEM simulation from scratch.
# If the argument is 're', then the script relaunches an existing PEM simulation. It will ask for parameters to know the starting point that you want to.
Running the PEM in 1D
One can run the PEM in a single column configuration, i.e. as a 1D model. Compilation is done using the makelmdz_fcm script except that only a number of vertical layers needs be specified. For example, to compile a version of 32 vertical layers, one would run the following command:
./makelmdz_fcm -arch somearch -p mars -d 32 -j 8 pem
To work with the 1D PEM, you must use the related PCM in 1D. For example, for the Mars PCM, see Mars 1D testphys1d program.