Changeset 4479 for palm


Ignore:
Timestamp:
Mar 30, 2020 10:48:42 AM (4 years ago)
Author:
monakurppa
Message:

salsa_mod.f90: bug fix to the previous commit + according update of the test case

Location:
palm/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/salsa_mod.f90

    r4478 r4479  
    2626! -----------------
    2727! $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
    2832! Bug fixes:
    2933! - call salsa_driver in salsa_init also for the ghost points
     
    81058109                           bc_dirichlet_n  .OR.  bc_radiation_n  .OR.  decycle_salsa_ns,           &
    81068110                           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 )
    81088113       ELSE
    81098114          CALL advec_s_pw( i, j, rs )
  • palm/trunk/TESTS/cases/urban_environment_salsa/MONITORING/urban_environment_salsa_rc.000

    r4478 r4479  
    11
    22 ******************************    --------------------------------------------
    3  * PALM 6.0  Rev: 4477M       *    atmosphere - run without 1D - prerun
     3 * PALM 6.0  Rev: 4478M       *    atmosphere - run without 1D - prerun
    44 ******************************    --------------------------------------------
    55
    6  Date:               2020-03-27    Run:       urban_environment_salsa           
    7  Time:                 15:56:23    Run-No.:   00
     6 Date:               2020-03-30    Run:       urban_environment_salsa           
     7 Time:                 13:38:18    Run-No.:   00
    88 Run on host:           default
    99 Number of PEs:               4    Processor grid (x,y): (   2,   2) calculated
Note: See TracChangeset for help on using the changeset viewer.