Changes between Version 229 and Version 230 of doc/app/initialization_parameters
- Timestamp:
- Mar 6, 2014 1:59:04 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/initialization_parameters
v229 v230 283 283 }}} 284 284 {{{#!td 285 Parameter to enable large scale subsidence/ascent for atmospheric simulations. In case large scale vertical motion is applied, an additional tendency term, tend_subs, is calculated for the scalar quantities, e.g. for potential temperature it is tend_subs(k,j,i) = - w_subs(k)* dpt(k,j,i) / dz. \\285 Parameter to enable large scale subsidence/ascent for atmospheric simulations. With '''large_scale_subsidence''' = ''.T.'', an additional tendency term, tend_subs, is calculated for the scalar quantities, e.g. for potential temperature it is tend_subs(k,j,i) = - w_subs(k)* dpt(k,j,i) / dz. \\ 286 286 287 287 The profile for the subsidence velocity w_subs can either be set via [#subs_vertical_gradient subs_vertical_gradient] and [#subs_vertical_gradient_level subs_vertical_gradient_level] or by reading it from the large scale forcing data set [../iofiles#LSF_DATA LSF_DATA]. \\ 288 288 289 large_scale_subsidenceis not implemented for ocean runs. \\289 '''large_scale_subsidence''' is not implemented for ocean runs. \\ 290 290 291 291 '''Attention:'''\\