Changeset 4079 for palm/trunk/SOURCE/salsa_mod.f90
- Timestamp:
- Jul 9, 2019 6:04:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/salsa_mod.f90
r4069 r4079 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Application of monotonic flux limiter for the vertical scalar advection 29 ! up to the topography top (only for the cache-optimized version at the 30 ! moment). 31 ! 32 ! 4069 2019-07-01 14:05:51Z Giersch 28 33 ! Masked output running index mid has been introduced as a local variable to 29 34 ! avoid runtime error (Loop variable has been modified) in time_integration … … 7773 7778 IF ( timestep_scheme(1:5) == 'runge' ) THEN 7774 7779 IF ( ws_scheme_sca ) THEN 7775 CALL advec_s_ws( i, j, rs, id, flux_s, diss_s, flux_l, diss_l, i_omp_start, tn ) 7780 CALL advec_s_ws( i, j, rs, id, flux_s, diss_s, flux_l, diss_l, i_omp_start, tn, & 7781 monotonic_limiter_z ) 7776 7782 ELSE 7777 7783 CALL advec_s_pw( i, j, rs )
Note: See TracChangeset
for help on using the changeset viewer.