| 513 | }}} |
| 514 | |---------------- |
| 515 | {{{#!td style="vertical-align:top" |
| 516 | [=#use_subsidence_tendencies '''use_subsidence_tendencies'''] |
| 517 | }}} |
| 518 | {{{#!td style="vertical-align:top" |
| 519 | L |
| 520 | }}} |
| 521 | {{{#!td style="vertical-align:top" |
| 522 | .F. |
| 523 | }}} |
| 524 | {{{#!td |
| 525 | |
| 526 | This control parameter determines how the large scale subsidence is computed for runs with large scale forcing. |
| 527 | If it is set to .F., the large scale subsidence velocity w_subs is used to advect the prognostic variables (subroutine {{{subsidence}}}). |
| 528 | If it is set to .T., the subroutine {{{subsidence}}} is not called and the subsidence tendencies from [../../app/iofiles#LSF_DATA LSF_DATA] are applied to the prognostic variables in the new subroutine {{{ls_advec}}}. |
| 529 | The usage of use_subsidence_tendencies requires [wiki:doc/app/inipar#large_scale_forcing large_scale_forcing] = .T. as well as [wiki:doc/app/inipar#large_scale_subsidence large_scale_subsidence] = .T.. |