[135] | 1 | # |
---|
| 2 | #----------------------------------------------------------------------- |
---|
[253] | 3 | # Run parameters for the 1D 'rcm1d.e' model |
---|
[135] | 4 | #----------------------------------------------------------------------- |
---|
| 5 | |
---|
| 6 | #### Time integration parameters |
---|
| 7 | # |
---|
| 8 | # Initial date (in martian sols ; =0 at Ls=0) |
---|
| 9 | day0=0 |
---|
| 10 | # Initial local time (in hours, between 0 and 24) |
---|
| 11 | time=0 |
---|
| 12 | # Number of time steps per sol |
---|
[253] | 13 | day_step=24 |
---|
[135] | 14 | # Number of sols to run |
---|
[253] | 15 | ndt =2000 |
---|
[135] | 16 | |
---|
| 17 | #### Physical parameters |
---|
| 18 | # |
---|
| 19 | # Surface pressure (Pa) |
---|
| 20 | psurf=101325.0 |
---|
| 21 | # Gravity (ms^-2) |
---|
| 22 | g=9.81 |
---|
| 23 | # Molar mass of atmosphere (g) |
---|
| 24 | mugaz=28.97 |
---|
[253] | 25 | # Specific heat capacity of atmosphere? |
---|
[135] | 26 | cpp=1003.0 |
---|
| 27 | # latitude (in degrees) |
---|
| 28 | latitude=60.0 |
---|
| 29 | # orbital distance at perihelion (AU) |
---|
[253] | 30 | periastr=1.0 |
---|
[135] | 31 | # orbital distance at aphelion (AU) |
---|
[253] | 32 | apoastr=1.0 |
---|
[135] | 33 | # obliquity (degrees) |
---|
| 34 | obliquit=0.0 |
---|
| 35 | |
---|
| 36 | # Albedo of bare ground |
---|
[253] | 37 | albedo=0.16 |
---|
[135] | 38 | # Emissivity of bare ground |
---|
| 39 | emis=1.0 |
---|
| 40 | # Soil thermal inertia (SI) |
---|
| 41 | inertia=400 |
---|
| 42 | # zonal eastward component of the geostrophic wind (m/s) |
---|
| 43 | u=10. |
---|
| 44 | # meridional northward component of the geostrophic wind (m/s) |
---|
| 45 | v=0. |
---|
| 46 | # Initial CO2 ice on the surface (kg.m-2) |
---|
| 47 | co2ice=0 |
---|
| 48 | # hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels) |
---|
| 49 | hybrid=.false. |
---|
[253] | 50 | # autocompute vertical discretisation? (useful for exoplanet runs) |
---|
| 51 | autozlevs=.true. |
---|
[135] | 52 | |
---|
| 53 | ###### Initial atmospheric temperature profile |
---|
| 54 | # |
---|
| 55 | # Type of initial temperature profile |
---|
| 56 | # ichoice=1 Constant Temperature: T=tref |
---|
| 57 | # ichoice=2 Savidjari profile (as Seiff but with dT/dz=cte) |
---|
| 58 | # ichoice=3 Lindner (polar profile) |
---|
| 59 | # ichoice=4 inversion |
---|
| 60 | # ichoice=5 Seiff (standard profile, based on Viking entry) |
---|
| 61 | # ichoice=6 constant T + gaussian perturbation (levels) |
---|
| 62 | # ichoice=7 constant T + gaussian perturbation (km) |
---|
| 63 | # ichoice=8 Read in an ascii file "profile" |
---|
| 64 | ichoice=1 |
---|
| 65 | # Reference temperature tref (K) |
---|
| 66 | tref=300 |
---|
| 67 | # Add a perturbation to profile if isin=1 |
---|
| 68 | isin=0 |
---|
| 69 | # peak of gaussian perturbation (for ichoice=6 or 7) |
---|
| 70 | pic=26.522 |
---|
| 71 | # width of the gaussian perturbation (for ichoice=6 or 7) |
---|
| 72 | largeur=10 |
---|
| 73 | # height of the gaussian perturbation (for ichoice=6 or 7) |
---|
| 74 | hauteur=30. |
---|
| 75 | |
---|
| 76 | # some definitions for the physics, in file 'callphys.def' |
---|
| 77 | INCLUDEDEF=callphys.def |
---|