Changeset 1949 for trunk/LMDZ.MARS/deftank/callphys.def.watercycle
- Timestamp:
- Jun 19, 2018, 12:06:14 PM (7 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/deftank/callphys.def.watercycle
r1922 r1949 20 20 21 21 #Directory where external input files are: 22 datadir=/users/ forget/WWW/datagcm/datafile/22 datadir=/users/lmdz/WWW/planets/mars/datadir 23 23 24 24 ## Dust scenario. Used if the dust is prescribed (i.e. if tracer=F or active=F) … … 27 27 # =4 Mars Year 24 from TES assimilation (old version of MY24; dust_tes.nc file) 28 28 # =6 "cold" (low dust) scenario ; =7 "warm" (high dust) scenario 29 # =8 "climatology" (our best guess of a typical Mars year) scenario 29 30 # =24 Mars Year 24 ; =25 Mars Year 25 (year with a global dust storm) ; ... 30 31 # =30 Mars Year 30 … … 45 46 # call NLTE radiative schemes ? matters only if callrad=T 46 47 callnlte = .true. 48 # NLTE 15um scheme to use. 49 # 0-> Old scheme, static oxygen 50 # 1-> Old scheme, dynamic oxygen 51 # 2-> New scheme 52 nltemodel = 0 47 53 # call CO2 NIR absorption ? matters only if callrad=T 48 54 callnirco2 = .true. 55 # NIR NLTE correction ? matters only if callnirco2=T 56 nircorr=0 49 57 # call turbulent vertical diffusion ? 50 58 calldifv = .true. 51 59 # call convective adjustment ? 52 60 calladj = .true. 61 # Thermals 62 calltherm = .true. 63 callrichsl = .true. 53 64 # call CO2 condensation ? 54 65 callcond =.true. … … 60 71 TESicealbedo = .true. 61 72 ## Coefficient for Northern cap albedoes 62 TESice_Ncoef=1. 473 TESice_Ncoef=1.6 63 74 ## Coefficient for Southern cap albedoes 64 TESice_Scoef=1. 475 TESice_Scoef=1.6 65 76 66 77 … … 130 141 # call thermal conduction ? (only if callthermos=.true.) 131 142 callconduct = .false. 132 # call EUV heating ? (only if callthermos=.true.)133 calleuv=.false.134 143 # call molecular viscosity ? (only if callthermos=.true.) 135 144 callmolvis = .false. … … 138 147 # call thermospheric photochemistry ? (only if callthermos=.true.) 139 148 thermochem = .false. 140 # date for solar flux calculation: (1985 < date < 2002) 141 ## (Solar min=1996.4 ave=1993.4 max=1990.6) 142 solarcondate = 1993.4 143 144 ## Thermals 145 ## ~~~~~~~~ 146 calltherm = .true. 147 callrichsl = .true. 149 # call EUV heating ? (only if callthermos=.true.) 150 calleuv=.false. 151 #Method to include solar variability? 152 #0-> Fixed EUV input 1-> Variability with E10.7 as observed 153 solvarmod=0 154 # fixed E10.7 value (for solvarmod=0) 155 # (min=80 , ave=140, max=320) 156 fixed_euv_value=140 157 #Solar variability as observed for MY? (must be between MY23 and MY32) 158 # (only matters if solvarmod=1) 159 solvaryear=24 160 # value for the UV heating efficiency 161 ##(experimental values between 0.19 and 0.23, lower values may 162 ## be used to compensate for low 15 um cooling) 163 euveff = 0.21 148 164 165
Note: See TracChangeset
for help on using the changeset viewer.