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