[38] | 1 | # |
---|
| 2 | #----------------------------------------------------------------------- |
---|
| 3 | # Run parameters for the 1D 'testphys1d.e' model |
---|
| 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 |
---|
| 13 | day_step=48 |
---|
| 14 | # Number of sols to run |
---|
| 15 | ndt = 100 |
---|
| 16 | |
---|
| 17 | #### Physical parameters |
---|
| 18 | # |
---|
| 19 | # Surface pressure (Pa) |
---|
| 20 | psurf= 610 |
---|
[627] | 21 | # Reference dust opacity at 610 Pa, in the visible (true tau~tauref*psurf/610) |
---|
[38] | 22 | tauvis=0.2 |
---|
| 23 | # latitude (in degrees) |
---|
| 24 | latitude= 0. |
---|
| 25 | # Albedo of bare ground |
---|
| 26 | albedo=0.2 |
---|
| 27 | # Soil thermal inertia (SI) |
---|
| 28 | inertia=400 |
---|
| 29 | # zonal eastward component of the geostrophic wind (m/s) |
---|
| 30 | u=10. |
---|
| 31 | # meridional northward component of the geostrophic wind (m/s) |
---|
| 32 | v=0. |
---|
| 33 | # Initial CO2 ice on the surface (kg.m-2) |
---|
| 34 | co2ice=0 |
---|
| 35 | # hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels) |
---|
| 36 | hybrid=.true. |
---|
[520] | 37 | # Water ice cap on ground ? |
---|
| 38 | watercaptag=.false. |
---|
[38] | 39 | |
---|
| 40 | ###### Initial atmospheric temperature profile |
---|
| 41 | # |
---|
| 42 | # Type of initial temperature profile |
---|
| 43 | # ichoice=1 Constant Temperature: T=tref |
---|
| 44 | # ichoice=2 Savidjari profile (as Seiff but with dT/dz=cte) |
---|
| 45 | # ichoice=3 Lindner (polar profile) |
---|
| 46 | # ichoice=4 inversion |
---|
| 47 | # ichoice=5 Seiff (standard profile, based on Viking entry) |
---|
| 48 | # ichoice=6 constant T + gaussian perturbation (levels) |
---|
| 49 | # ichoice=7 constant T + gaussian perturbation (km) |
---|
| 50 | # ichoice=8 Read in an ascii file "profile" |
---|
| 51 | ichoice=5 |
---|
| 52 | # Reference temperature tref (K) |
---|
| 53 | tref=200 |
---|
| 54 | # Add a perturbation to profile if isin=1 |
---|
| 55 | isin=0 |
---|
| 56 | # peak of gaussian perturbation (for ichoice=6 or 7) |
---|
| 57 | pic=26.522 |
---|
| 58 | # width of the gaussian perturbation (for ichoice=6 or 7) |
---|
| 59 | largeur=10 |
---|
| 60 | # height of the gaussian perturbation (for ichoice=6 or 7) |
---|
| 61 | hauteur=30. |
---|
| 62 | |
---|
| 63 | |
---|
| 64 | # some definitions for the physics, in file 'callphys.def' |
---|
| 65 | INCLUDEDEF=callphys.def |
---|