[3175] | 1 | # |
---|
| 2 | #----------------------------------------------------------------------- |
---|
| 3 | # Run parameters for the 1D 'testphys1d.e' model |
---|
| 4 | #----------------------------------------------------------------------- |
---|
| 5 | |
---|
| 6 | #### Time integration parameters |
---|
| 7 | # |
---|
| 8 | # Length of day (s) ? |
---|
| 9 | daysec=27975 |
---|
| 10 | # Length of year (sol) ? |
---|
| 11 | year_day=348671 |
---|
| 12 | # Initial date (in martian sols ; =0 at Ls=0) |
---|
| 13 | day0=0 |
---|
| 14 | # Initial local time (in hours, between 0 and 24) |
---|
| 15 | time=0 |
---|
| 16 | # Number of time steps per sol |
---|
| 17 | day_step=1 |
---|
| 18 | # Number of sols to run |
---|
| 19 | ndt=1000000 |
---|
| 20 | |
---|
| 21 | #### Physical parameters |
---|
| 22 | # |
---|
| 23 | # Surface pressure (Pa) |
---|
| 24 | psurf=1.e-9 |
---|
| 25 | # Gravity (ms^-2) |
---|
| 26 | g=0.5 |
---|
| 27 | # Molar mass of atmosphere (g) |
---|
| 28 | mugaz=28.00 |
---|
| 29 | # Specific heat capacity of atmosphere (J kg-1 K-1) |
---|
| 30 | cpp=1040.0 |
---|
| 31 | # latitude (in degrees) |
---|
| 32 | latitude=0. |
---|
| 33 | # orbital distance at perihelion (AU) |
---|
| 34 | periheli=38.59 |
---|
| 35 | # orbital distance at aphelion (AU) |
---|
| 36 | aphelie=52.84 |
---|
| 37 | # obliquity (degrees) |
---|
| 38 | obliquit=30 |
---|
| 39 | # Lsperi |
---|
| 40 | Lsperi=0 |
---|
| 41 | |
---|
| 42 | # Albedo of bare ground |
---|
| 43 | albedo=0.9 |
---|
| 44 | # Emissivity of bare ground |
---|
| 45 | emis=0.85 |
---|
| 46 | # Soil thermal inertia (SI) |
---|
| 47 | inertia=100 |
---|
| 48 | # zonal eastward component of the geostrophic wind (m/s) |
---|
| 49 | u=0 |
---|
| 50 | # meridional northward component of the geostrophic wind (m/s) |
---|
| 51 | v=0 |
---|
| 52 | # Initial N2 ice on the surface (kg.m-2) |
---|
| 53 | n2ice=0 |
---|
| 54 | # hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels) |
---|
| 55 | hybrid=.true. |
---|
| 56 | # CH4 VMR (%) |
---|
| 57 | ch4ref=0 |
---|
| 58 | # CO VMR (%) |
---|
| 59 | coref=0.0 |
---|
| 60 | # haze ref (kg/kg) |
---|
| 61 | hazeref=0.0 |
---|
| 62 | # prec haze ref (kg/kg) |
---|
| 63 | prechazeref=0.0 |
---|
| 64 | |
---|
| 65 | ###### Initial atmospheric temperature profile |
---|
| 66 | # |
---|
| 67 | # Type of initial temperature profile |
---|
| 68 | # ichoice=1 Constant Temperature: T=tref |
---|
| 69 | # ichoice=2 Savidjari profile (as Seiff but with dT/dz=cte) |
---|
| 70 | # ichoice=3 Lindner (polar profile) |
---|
| 71 | # ichoice=4 inversion |
---|
| 72 | # ichoice=5 Seiff (standard profile, based on Viking entry) |
---|
| 73 | # ichoice=6 constant T + gaussian perturbation (levels) |
---|
| 74 | # ichoice=7 constant T + gaussian perturbation (km) |
---|
| 75 | # ichoice=8 Read in an ascii file "profile" |
---|
| 76 | ichoice=1 |
---|
| 77 | # Reference temperature tref (K) |
---|
| 78 | tref=30 |
---|
| 79 | # Add a perturbation to profile if isin=1 |
---|
| 80 | isin=0 |
---|
| 81 | # peak of gaussian perturbation (for ichoice=6 or 7) |
---|
| 82 | pic=26.522 |
---|
| 83 | # width of the gaussian perturbation (for ichoice=6 or 7) |
---|
| 84 | largeur=10 |
---|
| 85 | # height of the gaussian perturbation (for ichoice=6 or 7) |
---|
| 86 | hauteur=30. |
---|
| 87 | |
---|
| 88 | |
---|
| 89 | # some definitions for the physics, in file 'callphys.def' |
---|
| 90 | INCLUDEDEF=callphys.def |
---|