1 | # |
---|
2 | #----------------------------------------------------------------------- |
---|
3 | # Run parameters for the 1D 'rcm1d.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=24 |
---|
14 | # Number of sols to run |
---|
15 | ndt =2000 |
---|
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 |
---|
25 | # Specific heat capacity of atmosphere? |
---|
26 | cpp=1003.0 |
---|
27 | # latitude (in degrees) |
---|
28 | latitude=60.0 |
---|
29 | # orbital distance at perihelion (AU) |
---|
30 | periastr=1.0 |
---|
31 | # orbital distance at aphelion (AU) |
---|
32 | apoastr=1.0 |
---|
33 | # obliquity (degrees) |
---|
34 | obliquit=0.0 |
---|
35 | |
---|
36 | # Albedo of bare ground |
---|
37 | albedo=0.16 |
---|
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. |
---|
50 | # autocompute vertical discretisation? (useful for exoplanet runs) |
---|
51 | autozlevs=.true. |
---|
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 |
---|