Ignore:
Timestamp:
Mar 11, 2020 2:20:43 PM (5 years ago)
Author:
raasch
Message:

ghost point exchange modularized, bugfix for wrong 2d-exchange

File:
1 edited

Legend:

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

    r4442 r4457  
    2626! -----------------
    2727! $Id$
     28! use statement for exchange horiz added
     29!
     30! 4442 2020-03-04 19:21:13Z suehring
    2831! Change order of dimension in surface array %frac to allow for better
    2932! vectorization.
     
    78717874        ONLY:  cpu_log, log_point_s
    78727875
     7876    USE exchange_horiz_mod,                                                    &
     7877        ONLY:  exchange_horiz
     7878
    78737879    IMPLICIT NONE
    78747880
     
    1239012396        ONLY:  bc_dirichlet_l, bc_dirichlet_n, bc_dirichlet_r, bc_dirichlet_s, dt_3d,              &
    1239112397               time_since_reference_point
     12398
     12399    USE exchange_horiz_mod,                                                    &
     12400        ONLY:  exchange_horiz
    1239212401
    1239312402    USE indices,                                                                                   &
Note: See TracChangeset for help on using the changeset viewer.