[2637] | 1 | ##General options |
---|
| 2 | ##~~~~~~~~~~~~~~~ |
---|
| 3 | #Directory where external input files are: |
---|
[3058] | 4 | datadir=datadir |
---|
[2637] | 5 | |
---|
[3369] | 6 | # Number of outputs per sol for diagfi.nc files |
---|
| 7 | outputs_per_sol=8 |
---|
| 8 | |
---|
[2637] | 9 | #Run with or without tracer transport ? |
---|
| 10 | tracer=.true. |
---|
| 11 | |
---|
| 12 | #Diurnal cycle ? if diurnal=False, diurnal averaged solar heating |
---|
| 13 | diurnal=.true. |
---|
| 14 | |
---|
| 15 | #Seasonal cycle ? if season=False, Ls stays constant, to value set in "start" |
---|
| 16 | season = .true. |
---|
| 17 | |
---|
| 18 | #write some more output on the screen ? |
---|
| 19 | lwrite = .false. |
---|
| 20 | |
---|
| 21 | #Save statistics in file "stats.nc" ? |
---|
| 22 | callstats =.true. |
---|
| 23 | |
---|
| 24 | #Save EOF profiles in file "profiles" for Climate Database? |
---|
| 25 | calleofdump = .false. |
---|
| 26 | |
---|
| 27 | # check input fields when entering physics? |
---|
| 28 | check_physics_inputs=.false. |
---|
| 29 | # check fields at the end of physics? |
---|
| 30 | check_physics_outputs=.false. |
---|
| 31 | |
---|
| 32 | ## Dust scenario. Used to prescribe the dust |
---|
| 33 | ## ~~~~~~~~~~~~~ |
---|
| 34 | # =1 Dust opt.deph read in startfi; =2 Viking scenario; =3 MGS scenario, |
---|
| 35 | # =4 Mars Year 24 from TES assimilation (old version of MY24; dust_tes.nc file) |
---|
| 36 | # =6 "cold" (low dust) scenario ; =7 "warm" (high dust) scenario |
---|
| 37 | # =8 "climatology" (our best guess of a typical Mars year) scenario |
---|
| 38 | # =24 Mars Year 24 from TES assimilation (ie: MCD reference case) |
---|
| 39 | # =25 Mars Year 25 from TES assimilation (ie: a year with a global dust storm) |
---|
| 40 | # =26 Mars Year 26 from TES assimilation |
---|
| 41 | # ... |
---|
| 42 | # =35 Mars Year 35 from observers assimilation |
---|
[3058] | 43 | iaervar = 8 |
---|
[2637] | 44 | # Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case) |
---|
| 45 | tauvis=0.2 |
---|
| 46 | # Dust vertical distribution: |
---|
| 47 | # (=0: old distrib. (Pollack90), =1: top set by "topdustref", |
---|
| 48 | # =2: Viking scenario; =3 MGS scenario) |
---|
| 49 | iddist = 3 |
---|
| 50 | # Dust top altitude (km). (Matters only if iddist=1) |
---|
| 51 | topdustref = 55. |
---|
| 52 | # Dust IR opacity ref. wavelength (for dso diagnostics only) |
---|
| 53 | # "tes" (9.3 microns) [default] or "mcs" (21.6 microns) |
---|
| 54 | dustiropacity = tes |
---|
[2643] | 55 | # Use an IR to VIS scenario conversion coefficient that is |
---|
| 56 | # dependent on the GCM dust effective radius, |
---|
| 57 | # instead of a fixed 2.6 coefficient ? |
---|
| 58 | #(only if dustiropacity = tes ; default = .false.) |
---|
| 59 | reff_driven_IRtoVIS_scenario = .true. |
---|
[2637] | 60 | |
---|
| 61 | ## Physical Parameterizations : |
---|
| 62 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 63 | # call radiative transfer ? |
---|
| 64 | callrad = .true. |
---|
| 65 | # call NLTE radiative schemes ? matters only if callrad=T |
---|
| 66 | callnlte = .true. |
---|
| 67 | # NLTE 15um scheme to use. |
---|
| 68 | # 0-> Old scheme, static oxygen |
---|
| 69 | # 1-> Old scheme, dynamic oxygen |
---|
| 70 | # 2-> New scheme |
---|
| 71 | nltemodel = 0 |
---|
| 72 | # call CO2 NIR absorption ? matters only if callrad=T |
---|
| 73 | callnirco2 = .true. |
---|
| 74 | # NIR NLTE correction ? matters only if callnirco2=T |
---|
| 75 | nircorr=0 |
---|
| 76 | # call turbulent vertical diffusion ? |
---|
| 77 | calldifv = .true. |
---|
| 78 | # call convective adjustment ? |
---|
| 79 | calladj = .true. |
---|
| 80 | # Thermals |
---|
| 81 | calltherm = .true. |
---|
| 82 | callrichsl = .true. |
---|
| 83 | # call CO2 condensation ? |
---|
| 84 | callcond =.true. |
---|
| 85 | # call thermal conduction in the soil ? |
---|
| 86 | callsoil = .true. |
---|
[3058] | 87 | |
---|
| 88 | ##Gravity Waves |
---|
[2637] | 89 | # call Lott's gravity wave/subgrid topography scheme ? |
---|
| 90 | calllott = .true. |
---|
[3058] | 91 | # call Lott's non-orographic gravity waves scheme? |
---|
| 92 | calllott_nonoro=.true. |
---|
| 93 | #Eliassen-Palm FLux(only if calllott_nonoro=.true.) |
---|
| 94 | nonoro_gwd_epflux_max=5.E-4 |
---|
| 95 | # saturation parameter non-orographic gravity waves(only if calllott_nonoro=.true.) |
---|
| 96 | nonoro_gwd_sat=1.5 |
---|
| 97 | # value of the dissaption coefficiet(only if calllott_nonoro=.true.) |
---|
| 98 | nonoro_gwd_rdiss=0.15 |
---|
| 99 | # value of the max wave number |
---|
| 100 | nonoro_gwd_kmax=1.E-4 |
---|
| 101 | # value of the min wave number |
---|
| 102 | nonoro_gwd_kmin=7.E-6 |
---|
| 103 | # value to control the launch altitude |
---|
| 104 | nonoro_gwd_xlaunch=0.6 |
---|
| 105 | |
---|
[2637] | 106 | # Impose polar cap surface albedos as observed by TES? |
---|
| 107 | TESicealbedo = .true. |
---|
| 108 | ## Coefficient for Northern cap albedoes |
---|
| 109 | TESice_Ncoef=1.6 |
---|
| 110 | ## Coefficient for Southern cap albedoes |
---|
| 111 | TESice_Scoef=1.6 |
---|
| 112 | |
---|
| 113 | |
---|
| 114 | ## Radiative transfer options : |
---|
| 115 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 116 | # the rad.transfer is computed every "iradia" physical timestep |
---|
| 117 | iradia = 1 |
---|
| 118 | # Output of the exchange coefficient mattrix ? for diagnostic only |
---|
| 119 | callg2d = .false. |
---|
| 120 | # Rayleigh scattering : (should be .false. for now) |
---|
| 121 | rayleigh = .false. |
---|
| 122 | |
---|
| 123 | ## Tracer (dust water, ice and/or chemical species) options (used if tracer=T): |
---|
| 124 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 125 | # DUST: Transported dust ? (if >0, use 'dustbin' dust bins) |
---|
| 126 | dustbin = 2 |
---|
| 127 | # DUST: Radiatively active dust ? (matters if dustbin>0) |
---|
| 128 | active = .true. |
---|
| 129 | # DUST: use mass and number mixing ratios to predict dust size ? |
---|
| 130 | doubleq = .true. |
---|
| 131 | # DUST: use a small population of dust particules (submicron dust)? |
---|
| 132 | submicron = .false. |
---|
| 133 | # DUST: lifted by GCM surface winds ? |
---|
| 134 | lifting = .true. |
---|
| 135 | # DUST: lifted by dust devils ? |
---|
| 136 | callddevil = .false. |
---|
| 137 | # DUST: Scavenging by H2O snowfall ? |
---|
| 138 | scavenging = .true. |
---|
| 139 | |
---|
| 140 | # DUST: freedust ? |
---|
| 141 | freedust=.true. |
---|
| 142 | # DUST: dustscaling_mode? |
---|
| 143 | # =0 --> freedust, tauscaling=1 |
---|
| 144 | # =1 --> GCM5.3-like, tauscaling |
---|
| 145 | # =2 --> tauscaling=1,dust_rad_adjust |
---|
| 146 | dustscaling_mode=2 |
---|
| 147 | # DUST: dust injection scheme (if >0, use 'dustinjection') |
---|
| 148 | dustinjection=1 |
---|
[2639] | 149 | # DUST: dust injection scheme coefficient (default=0.25) |
---|
[2637] | 150 | coeff_injection=0.25 |
---|
[2639] | 151 | # DUST: dust injection scheme initial local time (default=0.) |
---|
[2637] | 152 | ti_injection=0. |
---|
[2639] | 153 | # DUST: dust injection scheme final local time (default=24.) |
---|
[2637] | 154 | tf_injection=24. |
---|
| 155 | # DUST: Rocket Dust Storm scheme |
---|
| 156 | rdstorm=.true. |
---|
[2639] | 157 | # DUST: RDS detrainment coefficient (default=0.02) |
---|
[2637] | 158 | coeff_detrainment=0.02 |
---|
| 159 | # DUST: Dust entrainment by subgrid-scale slope winds |
---|
| 160 | topflows=.true. |
---|
| 161 | |
---|
| 162 | # DUST/WATERICE: Scavenging by CO2 condensation? |
---|
| 163 | scavco2cond = .true. |
---|
| 164 | # DUST/WATERICE: Gravitationnal sedimentation ? |
---|
| 165 | sedimentation = .true. |
---|
| 166 | |
---|
| 167 | # WATERICE: Radiatively active transported atmospheric water ice ? |
---|
| 168 | activice = .true. |
---|
| 169 | # WATER: Compute water cycle |
---|
| 170 | water = .true. |
---|
| 171 | # WATER: Microphysical scheme for water-ice clouds? |
---|
| 172 | microphys = .true. |
---|
| 173 | # WATER: Effective variance for sedimentation for the log-normal |
---|
| 174 | # distribution of ice particles ? |
---|
| 175 | nuice_sed=0.1 |
---|
[3064] | 176 | # WATER: contact parameter (only if temp_dependent_m = .false.) |
---|
[2637] | 177 | ##mteta = 0.95 |
---|
[3064] | 178 | # Temperature-dependent water contact parameter |
---|
| 179 | temp_dependent_m = .true. |
---|
[2637] | 180 | # WATER: current permanent caps at both poles. True IS RECOMMENDED |
---|
| 181 | # (with .true., North cap is a source of water and South pole |
---|
| 182 | # is a cold trap) |
---|
| 183 | caps = .true. |
---|
| 184 | # WATER: Water ice albedos (old ice/fresh frost)? |
---|
| 185 | # Perennial ice albedo |
---|
| 186 | albedo_h2o_ice = 0.30 |
---|
| 187 | # Account for fresh frost ice albedo if cst_cap_albedo = .false. |
---|
| 188 | cst_cap_albedo = .false. |
---|
| 189 | # Fresh frost albedo (only used if cst_cap_albedo = .false.) |
---|
| 190 | albedo_h2o_frost = 0.35 |
---|
| 191 | # Frost thickness threshold for albedo |
---|
| 192 | frost_albedo_threshold = 0.005 |
---|
| 193 | # Frost metamorphism into old ice |
---|
[2738] | 194 | refill_watercap = .false. |
---|
[2637] | 195 | frost_metam_threshold = 0.05 |
---|
| 196 | # WATER: Water ice thermal inertia (old ice and fresh frost) |
---|
| 197 | inert_h2o_ice = 800 |
---|
[2639] | 198 | # Sublimation latent heat (default = .true.) |
---|
[2637] | 199 | latentheat_surfwater = .true. |
---|
| 200 | #WATER: subgrid clouds |
---|
| 201 | CLFvarying=.false. |
---|
| 202 | #WATER: subgrid clouds |
---|
| 203 | CLFfixval=1 |
---|
| 204 | |
---|
| 205 | # PHOTOCHEMISTRY: include chemical species |
---|
| 206 | photochem = .false. |
---|
| 207 | |
---|
| 208 | # SCATTERERS: set number of scatterers. must be compliant with preceding options. |
---|
| 209 | naerkind = 4 |
---|
| 210 | |
---|
| 211 | |
---|
| 212 | ## Thermospheric options (relevant if tracer=T) : |
---|
| 213 | ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 214 | # call thermosphere ? |
---|
| 215 | callthermos = .false. |
---|
| 216 | # WATER: included without cycle (only if water=.false.) |
---|
| 217 | thermoswater = .false. |
---|
| 218 | # call thermal conduction ? (only if callthermos=.true.) |
---|
| 219 | callconduct = .false. |
---|
| 220 | # call molecular viscosity ? (only if callthermos=.true.) |
---|
| 221 | callmolvis = .false. |
---|
| 222 | # call molecular diffusion ? (only if callthermos=.true.) |
---|
| 223 | callmoldiff = .false. |
---|
| 224 | # call thermospheric photochemistry ? (only if callthermos=.true.) |
---|
| 225 | thermochem = .false. |
---|
| 226 | # call EUV heating ? (only if callthermos=.true.) |
---|
| 227 | calleuv=.false. |
---|
| 228 | #Method to include solar variability? |
---|
| 229 | #0-> Fixed EUV input 1-> Variability with E10.7 as observed |
---|
| 230 | solvarmod=0 |
---|
| 231 | # fixed E10.7 value (for solvarmod=0) |
---|
| 232 | # (min=80 , ave=140, max=320) |
---|
| 233 | fixed_euv_value=140 |
---|
| 234 | #Solar variability as observed for MY? (must be between MY23 and MY32) |
---|
| 235 | # (only matters if solvarmod=1) |
---|
| 236 | solvaryear=24 |
---|
| 237 | # value for the UV heating efficiency |
---|
| 238 | ##(experimental values between 0.19 and 0.23, lower values may |
---|
| 239 | ## be used to compensate for low 15 um cooling) |
---|
| 240 | euveff = 0.21 |
---|
| 241 | |
---|
| 242 | |
---|