266 | | Parameter to choose large scale forcing from an external file. By means of '''large_scale_forcing''' = ''.T.'' the time-dependent surface heat flux '''shf''', surface water flux '''qsws''', surface temperature '''pt_surface''', surface humidity and surface pressure '''surface_pressure''' as well as vertical profiles of the geostrophic wind components '''ug''' and '''vg''' and the large scale vertical subsidence profile '''w_subs''' are provided in the simulation. An example can be found [../examples/nudging here].\\\\ |
267 | | |
268 | | '''large_scale_forcing''' = ''.T.'' requires [#humidity humidity] = .T.. It is not implemented for [#ocean ocean] runs and non cyclic lateral boundary conditions. It is possible to drive the simulations either by means of surface fluxes or by means of prescribed surface values for temperature and humidity. \\\\ |
269 | | |
270 | | This mode requires the input file [../iofiles#LSF_DATA LSF_DATA]. This file has to contain two kinds of information: time-dependent surface values and time-dependent profile information which can be provided by measurements or larger scale models.\\\\ |
| 266 | Parameter to choose large scale forcing from an external file. By means of '''large_scale_forcing''' = ''.T.'' the time-dependent surface heat flux '''shf''', surface water flux '''qsws''', surface temperature '''pt_surface''', surface humidity and surface pressure '''surface_pressure''' as well as vertical profiles of the geostrophic wind components '''ug''' and '''vg''' and the large scale vertical subsidence profile '''w_subs''' are provided in the simulation. An example can be found [../examples/nudging here].\\ |
| 267 | |
| 268 | '''large_scale_forcing''' = ''.T.'' requires [#humidity humidity] = .T.. It is not implemented for [#ocean ocean] runs and non cyclic lateral boundary conditions. It is possible to drive the simulations either by means of surface fluxes or by means of prescribed surface values for temperature and humidity. \\ |
| 269 | |
| 270 | This mode requires the input file [../iofiles#LSF_DATA LSF_DATA]. This file has to contain two kinds of information: time-dependent surface values and time-dependent profile information which can be provided by measurements or larger scale models.\\ |
| 273 | }}} |
| 274 | |---------------- |
| 275 | {{{#!td style="vertical-align:top" |
| 276 | [=#large_scale_subsidence '''large_scale_subsidence'''] |
| 277 | }}} |
| 278 | {{{#!td style="vertical-align:top" |
| 279 | L |
| 280 | }}} |
| 281 | {{{#!td style="vertical-align:top" |
| 282 | .F. |
| 283 | }}} |
| 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. \\ |
| 286 | |
| 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 | |
| 289 | large_scale_subsidence is not implemented for ocean runs. \\ |
| 290 | |
| 291 | '''Attention:'''\\ |
| 292 | The large scale vertical motion is only applied to the prognostic equation for the scalar quantities (potential temperature, humidity if [#humidity humidity] = ''.T.'' or passive scalar if [#passive_scalar passive_scalar] = ''.T.''). It should not be applied to the momentum equations due to incompressibility. Applying it also to the horizontal velocity components would results in mass inconsistencies. |