[2216] | 1 | >> GENERAL INFORMATION |
---|
| 2 | This directory contains examples of "def" files that are inputs for GCM runs, |
---|
| 3 | along with sample scripts to run the model (in serial, on a Linux system). |
---|
| 4 | Subdirectories ciclad, occigen, etc. contain scripts specific to these |
---|
| 5 | machines and their job schedulers; check the README there. |
---|
| 6 | |
---|
| 7 | >> DEF FILES |
---|
| 8 | To run the GCM needs (see documentation) "run.def", "callphys.def", |
---|
| 9 | "traceur.def" and "z2sig.def" input files. |
---|
| 10 | Files stored here are suffixed for different "GCM configurations" |
---|
| 11 | (e.g. *.def.watercycle to run simulations with the dust and water |
---|
| 12 | cycles); rename (and adapt) them for your usage. |
---|
| 13 | Miscelaneous comments: |
---|
| 14 | - run.def.1d is an example specific for the 1D testphys1d model |
---|
| 15 | - run.def.lonxlatxalt illustrate cases for different spatial grids |
---|
| 16 | (typically the GCM is run at 64x48 horizontal resolution) |
---|
| 17 | - z2sig.def is the current standard vertical grid definition (use 54 layers |
---|
| 18 | if running up to ~100km, e.g. water & dust cycle simulations, 73 layers |
---|
| 19 | if including chemistry and thermosphere up to ~300km) |
---|
| 20 | - *.MCD5 files correspond to what was used to generate MCDv5.x simulations |
---|
| 21 | |
---|
[2223] | 22 | >> XML FILES |
---|
| 23 | These are required when running with the XIOS library |
---|
| 24 | - iodef.xml : general settings |
---|
| 25 | - context_lmdz_physics.xml : definition of variables, grids, output files, etc. |
---|
| 26 | |
---|
[2216] | 27 | >> SCRIPTS |
---|
| 28 | - "run0" is a script to run (once or nummax times) chained simulations |
---|
| 29 | - "run_mcd" is a script that uses "run0" and runs simulations taking |
---|
| 30 | into account the change of number of sols every Martian month. |
---|