Changes between Version 17 and Version 18 of doc/app/radiation_parameters
- Timestamp:
- Apr 5, 2016 3:18:26 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/radiation_parameters
v17 v18 126 126 }}} 127 127 {{{#!td 128 Keep the surface albedos to their initial value for the entire simulation. If set to .F., the actual albedos are calculated after Briegleb (1992). 128 Parameter to fix the surface albedos. 129 130 When {{{constant_albedo = .T.}}}, the surface albedos are kept constant during the entire simulation If set to {{{.F.}}}, the actual albedos are calculated after Briegleb et al. (1986) and Briegleb (1992). 129 131 }}} 130 132 |---------------- … … 184 186 |---------------- 185 187 {{{#!td style="vertical-align:top" 186 [=#lw_radi taion '''lw_radiation''']188 [=#lw_radiation '''lw_radiation'''] 187 189 }}} 188 190 {{{#!td style="vertical-align:top" … … 193 195 }}} 194 196 {{{#!td 195 Switch off longwave radiation. 197 Parameter to switch off longwave radiation. 198 199 When using RRTMG, longwave radiation calls can be switched off by setting {{{lw_radiation = .F.}}}. 196 200 }}} 197 201 |---------------- … … 253 257 |---------------- 254 258 {{{#!td style="vertical-align:top" 255 [=#sw_radi taion '''sw_radiation''']259 [=#sw_radiation '''sw_radiation'''] 256 260 }}} 257 261 {{{#!td style="vertical-align:top" … … 262 266 }}} 263 267 {{{#!td 264 Switch off shortwave radiation. Note that shortwave radiation is automatically switched off during nighttime. 268 Parameter to switch of shortwave radiation. 269 270 When using RRTMG, shortwave radiation calls can be switched off by setting {{{sw_radiation = .F.}}}. Note that shortwave radiation is automatically switched off during nighttime. 265 271 }}} 266 272 |----------------