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