Changeset 4479 for palm/trunk/SOURCE


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

File:
1 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 )
Note: See TracChangeset for help on using the changeset viewer.