- Timestamp:
- Mar 30, 2020 10:48:42 AM (5 years ago)
- Location:
- palm/trunk
- Files:
-
- 4 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 ) -
palm/trunk/TESTS/cases/urban_environment_salsa/MONITORING/urban_environment_salsa_rc.000
r4478 r4479 1 1 2 2 ****************************** -------------------------------------------- 3 * PALM 6.0 Rev: 447 7M * atmosphere - run without 1D - prerun3 * PALM 6.0 Rev: 4478M * atmosphere - run without 1D - prerun 4 4 ****************************** -------------------------------------------- 5 5 6 Date: 2020-03- 27Run: urban_environment_salsa7 Time: 1 5:56:23Run-No.: 006 Date: 2020-03-30 Run: urban_environment_salsa 7 Time: 13:38:18 Run-No.: 00 8 8 Run on host: default 9 9 Number of PEs: 4 Processor grid (x,y): ( 2, 2) calculated
Note: See TracChangeset
for help on using the changeset viewer.