1 | ##General options |
---|
2 | ##~~~~~~~~~~~~~~~ |
---|
3 | |
---|
4 | # Number of outputs per sol for diagfi.nc files |
---|
5 | outputs_per_sol=4 |
---|
6 | |
---|
7 | # check input fields when entering physics? |
---|
8 | check_physics_inputs=.false. |
---|
9 | # check fields at the end of physics? |
---|
10 | check_physics_outputs=.false. |
---|
11 | |
---|
12 | #Directory where external input files are: |
---|
13 | datadir=/home/audouard/GCM_MARS/datadir |
---|
14 | |
---|
15 | #Diurnal cycle ? if diurnal=False, diurnal averaged solar heating |
---|
16 | diurnal=.true. |
---|
17 | |
---|
18 | #Seasonal cycle ? if season=False, Ls stays constant, to value set in "start" |
---|
19 | season = .true. |
---|
20 | |
---|
21 | #write some more output on the screen ? |
---|
22 | lwrite = .false. |
---|
23 | |
---|
24 | #Save statistics in file "stats.nc" ? |
---|
25 | callstats =.true. |
---|
26 | |
---|
27 | ## Dust scenario. Used if the dust is prescribed (i.e. if active=F) |
---|
28 | ## ~~~~~~~~~~~~~ |
---|
29 | # =1 Dust opt.deph read in startfi; =2 Viking scenario; =3 MGS scenario, |
---|
30 | # =4 Mars Year 24 from TES assimilation (old version of MY24; dust_tes.nc file) |
---|
31 | # =6 "cold" (low dust) scenario ; =7 "warm" (high dust) scenario |
---|
32 | # =24 Mars Year 24 ; =25 Mars Year 25 (year with a global dust storm) ; ... |
---|
33 | # =30 Mars Year 30 |
---|
34 | iaervar = 24 |
---|
35 | # Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case) |
---|
36 | tauvis=0.1 |
---|
37 | # Dust vertical distribution: |
---|
38 | # (=0: old distrib. (Pollack90), =1: top set by "topdustref", |
---|
39 | # =2: Viking scenario; =3 MGS scenario) |
---|
40 | iddist = 1 |
---|
41 | # Dust top altitude (km). (Matters only if iddist=1) |
---|
42 | topdustref = 130. |
---|
43 | |
---|
44 | ## Physical Parameterizations : |
---|
45 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
46 | # call radiative transfer ? |
---|
47 | callrad = .true. |
---|
48 | # call NLTE radiative schemes ? matters only if callrad=T |
---|
49 | callnlte = .true. |
---|
50 | # NLTE 15um scheme to use. |
---|
51 | # 0-> Old scheme, static oxygen |
---|
52 | # 1-> Old scheme, dynamic oxygen |
---|
53 | # 2-> New scheme |
---|
54 | nltemodel = 0 |
---|
55 | # call CO2 NIR absorption ? matters only if callrad=T |
---|
56 | callnirco2 = .true. |
---|
57 | # NIR NLTE correction ? matters only if callnirco2=T |
---|
58 | nircorr=0 |
---|
59 | # call turbulent vertical diffusion ? |
---|
60 | calldifv = .true. |
---|
61 | # call convective adjustment ? |
---|
62 | calladj = .true. |
---|
63 | # Thermals |
---|
64 | calltherm = .true. |
---|
65 | callrichsl = .true. |
---|
66 | # call CO2 condensation ? |
---|
67 | callcond =.true. |
---|
68 | # call thermal conduction in the soil ? |
---|
69 | callsoil = .true. |
---|
70 | # call Lott's gravity wave/subgrid topography scheme ? |
---|
71 | calllott = .true. |
---|
72 | # Impose polar cap surface albedos as observed by TES? |
---|
73 | TESicealbedo = .true. |
---|
74 | ## Coefficient for Northern cap albedoes |
---|
75 | TESice_Ncoef=1.6 |
---|
76 | ## Coefficient for Southern cap albedoes |
---|
77 | TESice_Scoef=1.6 |
---|
78 | |
---|
79 | |
---|
80 | ## Radiative transfer options : |
---|
81 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
82 | # the rad.transfer is computed every "iradia" physical timestep |
---|
83 | iradia = 1 |
---|
84 | # Output of the exchange coefficient mattrix ? for diagnostic only |
---|
85 | callg2d = .false. |
---|
86 | # Rayleigh scattering : (should be .false. for now) |
---|
87 | rayleigh = .false. |
---|
88 | |
---|
89 | ## Tracer (dust water, ice and/or chemical species) options : |
---|
90 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
91 | # DUST: Transported dust ? (if >0, use 'dustbin' dust bins) |
---|
92 | dustbin = 2 |
---|
93 | # DUST: Radiatively active dust ? (matters if dustbin>0) |
---|
94 | active = .true. |
---|
95 | # DUST: use mass and number mixing ratios to predict dust size ? |
---|
96 | doubleq = .true. |
---|
97 | # DUST: lifted by GCM surface winds ? |
---|
98 | lifting = .false. |
---|
99 | # DUST: lifted by dust devils ? |
---|
100 | callddevil = .false. |
---|
101 | # DUST: Scavenging by H2O/CO2 snowfall ? |
---|
102 | scavenging = .true. |
---|
103 | # DUST/WATERICE: Gravitationnal sedimentation ? |
---|
104 | sedimentation = .true. |
---|
105 | # WATERICE: Radiatively active transported atmospheric water ice ? |
---|
106 | activice = .false. |
---|
107 | # WATER: Compute water cycle |
---|
108 | water = .true. |
---|
109 | # WATER: Microphysical scheme for water-ice clouds? |
---|
110 | microphys = .true. |
---|
111 | # WATER: parameter contact |
---|
112 | mteta = 0.95 |
---|
113 | # WATER: Effective variance for sedimentation for the log-normal |
---|
114 | # distribution of ice particles ? |
---|
115 | nuice_sed=0.1 |
---|
116 | # WATER: current permanent caps at both poles. True IS RECOMMENDED |
---|
117 | # (with .true., North cap is a source of water and South pole |
---|
118 | # is a cold trap) |
---|
119 | caps = .true. |
---|
120 | # WATER: Water ice albedo ? |
---|
121 | albedo_h2o_ice = 0.35 |
---|
122 | # WATER: Water ice thermal inertia |
---|
123 | inert_h2o_ice = 800 |
---|
124 | # WATER: Frost thickness threshold for albedo |
---|
125 | frost_albedo_threshold = 0.005 |
---|
126 | # PHOTOCHEMISTRY: include chemical species |
---|
127 | photochem = .false. |
---|
128 | |
---|
129 | # SCATTERERS: set number of scatterers. must be compliant with preceding options. |
---|
130 | naerkind = 1 |
---|
131 | |
---|
132 | imicro=30 |
---|
133 | #include co2 clouds scheme? |
---|
134 | co2clouds=.true. |
---|
135 | # Microphysical scheme for co2 clouds? |
---|
136 | microphysco2 = .true. |
---|
137 | #Effective variance for sedimentation for the log-normal |
---|
138 | # distribution of CO2 clouds particles ? |
---|
139 | nuiceco2_sed=0.1 |
---|
140 | |
---|
141 | ## Thermospheric options : |
---|
142 | ##~~~~~~~~~~~~~~~~~~~~~~ |
---|
143 | # call thermosphere ? |
---|
144 | callthermos = .false. |
---|
145 | # WATER: included without cycle (only if water=.false.) |
---|
146 | thermoswater = .false. |
---|
147 | # call thermal conduction ? (only if callthermos=.true.) |
---|
148 | callconduct = .false. |
---|
149 | # call molecular viscosity ? (only if callthermos=.true.) |
---|
150 | callmolvis = .false. |
---|
151 | # call molecular diffusion ? (only if callthermos=.true.) |
---|
152 | callmoldiff = .false. |
---|
153 | # call thermospheric photochemistry ? (only if callthermos=.true.) |
---|
154 | thermochem = .false. |
---|
155 | # call EUV heating ? (only if callthermos=.true.) |
---|
156 | calleuv=.false. |
---|
157 | #Method to include solar variability? |
---|
158 | #0-> Old method (fixed EUV input) 1-> Variability with E10.7 as observed |
---|
159 | solvarmod=1 |
---|
160 | # date for solar flux calculation: (1985 < date < 2002) |
---|
161 | ## (Solar min=1996.4 ave=1993.4 max=1990.6) ; Only used if solvarmod=0 |
---|
162 | solarcondate = 1993.4 |
---|
163 | #Solar variability as observed for MY? (must bebetween MY23 and MY30) |
---|
164 | # (only matters if solvarmod=1) |
---|
165 | solvaryear=24 |
---|
166 | # value for the UV heating efficiency |
---|
167 | ##(experimental values between 0.19 and 0.23, lower values may |
---|
168 | ## be used to compensate for low 15 um cooling) |
---|
169 | euveff = 0.21 |
---|
170 | #meteoritic flux of dust |
---|
171 | meteo_flux_mass=2.21938e-14 |
---|
172 | meteo_flux_number= 2.11935e+09 |
---|
173 | meteo_alt= 90 |
---|
174 | |
---|
175 | |
---|
176 | |
---|