Changeset 705 for trunk/LMDZ.MARS/deftank
- Timestamp:
- Jun 14, 2012, 4:14:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/deftank/callphys.def
r677 r705 45 45 # call NLTE radiative schemes ? matters only if callrad=T 46 46 callnlte = .true. 47 # NLTE 15um scheme to use. 48 # 0-> Old scheme, static oxygen 49 # 1-> Old scheme, dynamic oxygen 50 # 2-> New scheme 51 nltemodel = 1 47 52 # call CO2 NIR absorption ? matters only if callrad=T 48 53 callnirco2 = .true. 54 # NIR NLTE correction ? matters only if callnirco2=T 55 nircorr=1 49 56 # call turbulent vertical diffusion ? 50 57 calldifv = .true. … … 59 66 # Impose polar cap surface albedos as observed by TES? 60 67 TESicealbedo = .true. 68 ## Coefficient for Northern cap albedoes 69 TESice_Ncoef=1.6 70 ## Coefficient for Southern cap albedoes 71 TESice_Scoef=1.6 72 61 73 62 74 ## Radiative transfer options : … … 104 116 # call thermal conduction ? (only if callthermos=.true.) 105 117 callconduct = .false. 106 # call EUV heating ? (only if callthermos=.true.)107 calleuv=.false.108 118 # call molecular viscosity ? (only if callthermos=.true.) 109 119 callmolvis = .false. … … 112 122 # call thermospheric photochemistry ? (only if callthermos=.true.) 113 123 thermochem = .false. 124 # call EUV heating ? (only if callthermos=.true.) 125 calleuv=.false. 126 #Method to include solar variability? 127 #0-> Old method 1-> Variability with E10.7 as observed 128 solvarmod=1 114 129 # date for solar flux calculation: (1985 < date < 2002) 115 ## (Solar min=1996.4 ave=1993.4 max=1990.6) 130 ## (Solar min=1996.4 ave=1993.4 max=1990.6) ; Only used if solvarmod=0 116 131 solarcondate = 1993.4 117 132 #Solar variability as observed for MY? (must bebetween MY23 and MY30) 133 # (only matters if solvarmod=1) 134 solvaryear=24 135 # value for the UV heating efficiency 136 ##(experimental values between 0.19 and 0.23, lower values may 137 ## be used to compensate for low 15 um cooling) 138 euveff = 0.21 118 139 119
Note: See TracChangeset
for help on using the changeset viewer.