Changeset 1042 for trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/callphys.def.mars0.nothermals
- Timestamp:
- Sep 19, 2013, 2:15:35 AM (11 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/callphys.def.mars0.nothermals
r1041 r1042 3 3 #Run with or without tracer transport ? 4 4 tracer=.false. 5 6 #Directory where external input files are: 7 datadir=/planeto/emlmd/run_mcd5.v0_new/datadir 8 #datadir = /san/home/spiga/DATAFILE 9 #datadir = /d5/aslmd/datafile 10 #datadir=/users/forget/WWW/datagcm/datafile 5 11 6 12 #Diurnal cycle ? if diurnal=False, diurnal averaged solar heating … … 23 29 # =1 Dust opt.deph read in startfi; =2 Viking scenario; =3 MGS scenario, 24 30 # =4 Mars Year 24 from TES assimilation (old version of MY24; dust_tes.nc file) 25 # =24 Mars Year 24 from TES assimilation (ie: MCD reference case) 26 # =25 Mars Year 25 from TES assimilation (ie: a year with a global dust storm) 27 # =26 Mars Year 26 from TES assimilation 28 iaervar = 26 29 # Dust opacity at 700 Pa (when constant, i.e. for the iaervar=1 case) 30 tauvis=0.2 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 iaervar = 26 36 # Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case) 37 tauvis=0.1 31 38 # Dust vertical distribution: 32 39 # (=0: old distrib. (Pollack90), =1: top set by "topdustref", … … 41 48 callrad = .true. 42 49 # call NLTE radiative schemes ? matters only if callrad=T 50 callnlte = .true. 43 51 callnlte = .false. 52 # NLTE 15um scheme to use. 53 # 0-> Old scheme, static oxygen 54 # 1-> Old scheme, dynamic oxygen 55 # 2-> New scheme 56 nltemodel = 2 57 nltemodel = 0 44 58 # call CO2 NIR absorption ? matters only if callrad=T 45 59 callnirco2 = .true. 60 # NIR NLTE correction ? matters only if callnirco2=T 61 nircorr=1 62 nircorr=0 46 63 # call turbulent vertical diffusion ? 47 64 calldifv = .true. 48 65 # call convective adjustment ? 49 66 calladj = .true. 67 # Thermals 68 calltherm = .true. 69 callrichsl = .true. 70 calltherm = .false. 71 callrichsl = .false. 50 72 # call CO2 condensation ? 51 73 callcond =.true. … … 56 78 # Impose polar cap surface albedos as observed by TES? 57 79 TESicealbedo = .true. 80 TESicealbedo = .false. 81 ## Coefficient for Northern cap albedoes 82 TESice_Ncoef=1.6 83 ## Coefficient for Southern cap albedoes 84 TESice_Scoef=1.6 85 58 86 59 87 ## Radiative transfer options : … … 69 97 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 98 # DUST: Transported dust ? (if >0, use 'dustbin' dust bins) 99 dustbin = 2 71 100 dustbin = 0 72 101 # DUST: Radiatively active dust ? (matters if dustbin>0) 102 active = .true. 73 103 active = .false. 74 104 # DUST: use mass and number mixing ratios to predict dust size ? 105 doubleq = .true. 75 106 doubleq = .false. 76 107 # DUST: lifted by GCM surface winds ? 77 lifting = .false. 108 lifting = .true. 109 lifting = .false. 78 110 # DUST: lifted by dust devils ? 79 111 callddevil = .false. 80 # DUST: Scavenging by CO2 snowfall ? 112 # DUST: Scavenging by H2O/CO2 snowfall ? 113 scavenging = .true. 81 114 scavenging = .false. 82 115 # DUST/WATERICE: Gravitationnal sedimentation ? 116 sedimentation = .true. 83 117 sedimentation = .false. 84 118 # WATERICE: Radiatively active transported atmospheric water ice ? 119 activice = .true. 85 120 activice = .false. 86 121 # WATER: Compute water cycle 122 water = .true. 87 123 water = .false. 124 # WATER: Microphysical scheme for water-ice clouds? 125 microphys = .true. 126 microphys = .false. 127 # WATER: parameter contact 128 mteta = 0.95 129 # WATER: Effective variance for sedimentation for the log-normal 130 # distribution of ice particles ? 131 nuice_sed=0.1 88 132 # WATER: current permanent caps at both poles. True IS RECOMMENDED 89 133 # (with .true., North cap is a source of water and South pole 90 134 # is a cold trap) 135 caps = .true. 91 136 caps = .false. 137 # WATER: Water ice albedo ? 138 albedo_h2o_ice = 0.35 139 # WATER: Water ice thermal inertia 140 inert_h2o_ice = 800 141 # WATER: Frost thickness threshold for albedo 142 frost_albedo_threshold = 0.005 92 143 # PHOTOCHEMISTRY: include chemical species 144 photochem = .true. 93 145 photochem = .false. 94 146 … … 96 148 ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 97 149 # call thermosphere ? 150 callthermos = .true. 98 151 callthermos = .false. 99 152 # WATER: included without cycle (only if water=.false.) 100 153 thermoswater = .false. 101 154 # call thermal conduction ? (only if callthermos=.true.) 155 callconduct = .true. 102 156 callconduct = .false. 103 # call EUV heating ? (only if callthermos=.true.)104 calleuv=.false.105 157 # call molecular viscosity ? (only if callthermos=.true.) 158 callmolvis = .true. 106 159 callmolvis = .false. 107 160 # call molecular diffusion ? (only if callthermos=.true.) 161 callmoldiff = .true. 108 162 callmoldiff = .false. 109 163 # call thermospheric photochemistry ? (only if callthermos=.true.) 164 thermochem = .true. 110 165 thermochem = .false. 166 # call EUV heating ? (only if callthermos=.true.) 167 calleuv=.true. 168 calleuv=.false. 169 #Method to include solar variability? 170 #0-> Old method (fixed EUV input) 1-> Variability with E10.7 as observed 171 solvarmod=0 111 172 # date for solar flux calculation: (1985 < date < 2002) 112 ## (Solar min=1996.4 ave=1993.4 max=1990.6) 173 ## (Solar min=1996.4 ave=1993.4 max=1990.6) ; Only used if solvarmod=0 113 174 solarcondate = 1993.4 114 175 #Solar variability as observed for MY? (must bebetween MY23 and MY30) 176 # (only matters if solvarmod=1) 177 solvaryear=24 178 # value for the UV heating efficiency 179 ##(experimental values between 0.19 and 0.23, lower values may 180 ## be used to compensate for low 15 um cooling) 181 euveff = 0.21 115 182 116 183 184
Note: See TracChangeset
for help on using the changeset viewer.