| 1 | ##General options |
|---|
| 2 | ##~~~~~~~~~~~~~~~ |
|---|
| 3 | #Run with or without tracer transport ? |
|---|
| 4 | tracer=.true. |
|---|
| 5 | |
|---|
| 6 | #Diurnal cycle ? if diurnal=False, diurnal averaged solar heating |
|---|
| 7 | diurnal=.true. |
|---|
| 8 | |
|---|
| 9 | #Seasonal cycle ? if season=False, Ls stays constant, to value set in "start" |
|---|
| 10 | season = .true. |
|---|
| 11 | |
|---|
| 12 | #write some more output on the screen ? |
|---|
| 13 | lwrite = .false. |
|---|
| 14 | |
|---|
| 15 | #Save statistics in file "stats.nc" ? |
|---|
| 16 | callstats =.false. |
|---|
| 17 | |
|---|
| 18 | #Save EOF profiles in file "profiles" for Climate Database? |
|---|
| 19 | calleofdump = .false. |
|---|
| 20 | |
|---|
| 21 | #Directory where external input files are: |
|---|
| 22 | datadir=datadir |
|---|
| 23 | |
|---|
| 24 | ## use (read/write) a startfi.nc file? (default=.true.) |
|---|
| 25 | startphy_file = .false. |
|---|
| 26 | surfemis =0.5 |
|---|
| 27 | surfalbedo =0.5 |
|---|
| 28 | |
|---|
| 29 | ## Dust scenario. Used if the dust is prescribed (i.e. if tracer=F or active=F) |
|---|
| 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 "clim" 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 | iaervar = 8 |
|---|
| 39 | # Dust opacity at 700 Pa (when constant, i.e. for the iaervar=1 case) |
|---|
| 40 | tauvis=0.5 |
|---|
| 41 | # Dust vertical distribution: |
|---|
| 42 | # (=0: old distrib. (Pollack90), =1: top set by "topdustref", |
|---|
| 43 | # =2: Viking scenario; =3 MGS scenario) |
|---|
| 44 | iddist = 3 |
|---|
| 45 | # Dust top altitude (km). (Matters only if iddist=1) |
|---|
| 46 | topdustref = 55. |
|---|
| 47 | |
|---|
| 48 | ## Physical Parameterizations : |
|---|
| 49 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 50 | # call radiative transfer ? |
|---|
| 51 | callrad = .false. |
|---|
| 52 | # call NLTE radiative schemes ? matters only if callrad=T |
|---|
| 53 | callnlte = .false. |
|---|
| 54 | # NLTE 15um scheme to use. |
|---|
| 55 | # 0-> Old scheme, static oxygen |
|---|
| 56 | # 1-> Old scheme, dynamic oxygen |
|---|
| 57 | # 2-> New scheme |
|---|
| 58 | nltemodel = 0 |
|---|
| 59 | # call CO2 NIR absorption ? matters only if callrad=T |
|---|
| 60 | callnirco2 = .false. |
|---|
| 61 | # NIR NLTE correction ? matters only if callnirco2=T |
|---|
| 62 | nircorr=0 |
|---|
| 63 | # call turbulent vertical diffusion ? |
|---|
| 64 | calldifv = .false. |
|---|
| 65 | # call convective adjustment ? |
|---|
| 66 | calladj = .false. |
|---|
| 67 | # Thermals |
|---|
| 68 | calltherm = .false. |
|---|
| 69 | callrichsl = .false. |
|---|
| 70 | # call CO2 condensation ? |
|---|
| 71 | callcond =.false. |
|---|
| 72 | # call thermal conduction in the soil ? |
|---|
| 73 | callsoil = .false. |
|---|
| 74 | # call Lott's gravity wave/subgrid topography scheme ? |
|---|
| 75 | calllott = .false. |
|---|
| 76 | calllott_nonoro = .false. |
|---|
| 77 | # Impose polar cap surface albedos as observed by TES? |
|---|
| 78 | TESicealbedo = .true. |
|---|
| 79 | ## Coefficient for Northern cap albedoes |
|---|
| 80 | TESice_Ncoef=1.6 |
|---|
| 81 | ## Coefficient for Southern cap albedoes |
|---|
| 82 | TESice_Scoef=1.6 |
|---|
| 83 | |
|---|
| 84 | |
|---|
| 85 | ## Radiative transfer options : |
|---|
| 86 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 87 | # the rad.transfer is computed every "iradia" physical timestep |
|---|
| 88 | iradia = 1 |
|---|
| 89 | # Output of the exchange coefficient mattrix ? for diagnostic only |
|---|
| 90 | callg2d = .false. |
|---|
| 91 | # Rayleigh scattering : (should be .false. for now) |
|---|
| 92 | rayleigh = .false. |
|---|
| 93 | |
|---|
| 94 | ## Tracer (dust water, ice and/or chemical species) options (used if tracer=T): |
|---|
| 95 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 96 | # DUST: Transported dust ? (if >0, use 'dustbin' dust bins) |
|---|
| 97 | dustbin = 0 |
|---|
| 98 | # DUST: Radiatively active dust ? (matters if dustbin>0) |
|---|
| 99 | active = .false. |
|---|
| 100 | # DUST: use mass and number mixing ratios to predict dust size ? |
|---|
| 101 | doubleq = .false. |
|---|
| 102 | # DUST: lifted by GCM surface winds ? |
|---|
| 103 | lifting = .false. |
|---|
| 104 | # DUST: lifted by dust devils ? |
|---|
| 105 | callddevil = .false. |
|---|
| 106 | # DUST: Scavenging by H2O snowfall ? |
|---|
| 107 | scavenging = .false. |
|---|
| 108 | # DUST: Scavenging by instantaneous CO2 snowfall ? |
|---|
| 109 | scavco2cond = .false. |
|---|
| 110 | |
|---|
| 111 | # DUST: freedust ? |
|---|
| 112 | freedust=.false. |
|---|
| 113 | # DUST: dust injection scheme (if >0, use 'dustinjection') |
|---|
| 114 | dustinjection=0 |
|---|
| 115 | # DUST: dust injection scheme coefficient |
|---|
| 116 | coeff_injection=0.25 |
|---|
| 117 | # DUST: Rocket Dust Storm scheme |
|---|
| 118 | rdstorm=.false. |
|---|
| 119 | # DUST: slpwind scheme |
|---|
| 120 | slpwind = .false. |
|---|
| 121 | |
|---|
| 122 | # DUST/WATERICE: Gravitationnal sedimentation ? |
|---|
| 123 | sedimentation = .false. |
|---|
| 124 | |
|---|
| 125 | |
|---|
| 126 | # WATERICE: Radiatively active transported atmospheric water ice ? |
|---|
| 127 | activice = .false. |
|---|
| 128 | # WATER: Compute water cycle |
|---|
| 129 | water = .false. |
|---|
| 130 | # WATER: Microphysical scheme for water-ice clouds? |
|---|
| 131 | microphys = .false. |
|---|
| 132 | # WATER: Microphysical time step for water-ice clouds? (30 by default) |
|---|
| 133 | #imicro = 100 |
|---|
| 134 | # WATER: parameter contact |
|---|
| 135 | mteta = 0.95 |
|---|
| 136 | # WATER: current permanent caps at both poles. True IS RECOMMENDED |
|---|
| 137 | # (with .true., North cap is a source of water and South pole |
|---|
| 138 | # is a cold trap) |
|---|
| 139 | caps = .true. |
|---|
| 140 | # WATER: Water ice albedo ? |
|---|
| 141 | albedo_h2o_ice = 0.35 |
|---|
| 142 | # WATER: Water ice thermal inertia |
|---|
| 143 | inert_h2o_ice = 800 |
|---|
| 144 | # WATER: Frost thickness threshold for albedo |
|---|
| 145 | frost_albedo_threshold = 0.005 |
|---|
| 146 | nuice_sed=0.1 |
|---|
| 147 | # PHOTOCHEMISTRY: include chemical species |
|---|
| 148 | photochem = .false. |
|---|
| 149 | #WATER: subgrid clouds |
|---|
| 150 | CLFvarying=.false. |
|---|
| 151 | #WATER: subgrid clouds |
|---|
| 152 | CLFfixval=1 |
|---|
| 153 | #WATER: naerkind |
|---|
| 154 | naerkind=0 |
|---|
| 155 | |
|---|
| 156 | ## Thermospheric options (relevant if tracer=T) : |
|---|
| 157 | ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 158 | # call thermosphere ? |
|---|
| 159 | callthermos = .false. |
|---|
| 160 | # WATER: included without cycle (only if water=.false.) |
|---|
| 161 | thermoswater = .false. |
|---|
| 162 | # call thermal conduction ? (only if callthermos=.true.) |
|---|
| 163 | callconduct = .false. |
|---|
| 164 | # call EUV heating ? (only if callthermos=.true.) |
|---|
| 165 | calleuv=.false. |
|---|
| 166 | # call molecular viscosity ? (only if callthermos=.true.) |
|---|
| 167 | callmolvis = .false. |
|---|
| 168 | # call molecular diffusion ? (only if callthermos=.true.) |
|---|
| 169 | callmoldiff = .false. |
|---|
| 170 | # call thermospheric photochemistry ? (only if callthermos=.true.) |
|---|
| 171 | thermochem = .false. |
|---|
| 172 | # date for solar flux calculation: (1985 < date < 2002) |
|---|
| 173 | ## (Solar min=1996.4 ave=1993.4 max=1990.6) |
|---|
| 174 | solarcondate = 1993.4 |
|---|
| 175 | |
|---|