Changeset 4479 for palm/trunk/SOURCE/salsa_mod.f90
- Timestamp:
- Mar 30, 2020 10:48:42 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/salsa_mod.f90
r4478 r4479 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Bug fix to the previous commit: the logical switch monotonic_limiter_z missing 29 ! from advec_s_ws in salsa_tendency_ij 30 ! 31 ! 4478 2020-03-27 14:06:23Z monakurppa 28 32 ! Bug fixes: 29 33 ! - call salsa_driver in salsa_init also for the ghost points … … 8105 8109 bc_dirichlet_n .OR. bc_radiation_n .OR. decycle_salsa_ns, & 8106 8110 bc_dirichlet_r .OR. bc_radiation_r .OR. decycle_salsa_lr, & 8107 bc_dirichlet_s .OR. bc_radiation_s .OR. decycle_salsa_ns ) 8111 bc_dirichlet_s .OR. bc_radiation_s .OR. decycle_salsa_ns, & 8112 monotonic_limiter_z ) 8108 8113 ELSE 8109 8114 CALL advec_s_pw( i, j, rs )
Note: See TracChangeset
for help on using the changeset viewer.