Changeset 4079 for palm/trunk/SOURCE/modules.f90
- Timestamp:
- Jul 9, 2019 6:04:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r4069 r4079 25 25 ! ----------------- 26 26 ! $Id$ 27 ! + monotonic_limiter_z 28 ! 29 ! 4069 2019-07-01 14:05:51Z Giersch 27 30 ! Masked output running index mid has been introduced as a local variable to 28 31 ! avoid runtime error (Loop variable has been modified) in time_integration … … 1360 1363 LOGICAL :: masking_method = .FALSE. !< namelist parameter 1361 1364 LOGICAL :: mg_switch_to_pe0 = .FALSE. !< internal multigrid switch for steering the ghost point exchange in case that data has been collected on PE0 1365 LOGICAL :: monotonic_limiter_z = .FALSE. !< use monotonic flux limiter for vertical scalar advection 1362 1366 LOGICAL :: nesting_offline = .FALSE. !< flag controlling offline nesting in COSMO model 1363 1367 LOGICAL :: neutral = .FALSE. !< namelist parameter
Note: See TracChangeset
for help on using the changeset viewer.