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

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

File:
1 edited

Legend:

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

    r4444 r4457  
    2525! -----------------
    2626! $Id$
     27! use statement for exchange horiz added,
     28! bugfix for call of exchange horiz 2d
     29!
     30! 4444 2020-03-05 15:59:50Z raasch
    2731! bugfix: cpp-directives for serial mode added
    2832!
     
    934938        ONLY:  bc_lr_cyc, bc_ns_cyc, message_string, ocean_mode
    935939
     940    USE exchange_horiz_mod,                                                    &
     941        ONLY:  exchange_horiz_int, exchange_horiz_2d
     942
    936943    USE indices,                                                               &
    937944        ONLY:  nbgp, nx, nxl, nxlg, nxr, nxrg, ny, nyn, nyng, nys, nysg, nzb,  &
     
    13151322!--    initialization of building-surface properties.
    13161323       IF ( ALLOCATED( buildings_f%oro_max ) )  THEN
    1317           CALL exchange_horiz_2d( buildings_f%oro_max(:,:), nbgp )
     1324          CALL exchange_horiz_2d( buildings_f%oro_max(:,:) )
    13181325       ENDIF
    13191326!
     
    13771384    USE control_parameters,                                                    &
    13781385        ONLY:  bc_lr_cyc, bc_ns_cyc, message_string
     1386
     1387    USE exchange_horiz_mod,                                                    &
     1388        ONLY:  exchange_horiz_int, exchange_horiz_2d_byte, exchange_horiz_2d_int
    13791389
    13801390    USE indices,                                                               &
     
    15921602               tunnel_wall_depth
    15931603         
     1604    USE exchange_horiz_mod,                                                    &
     1605        ONLY:  exchange_horiz_int
     1606
    15941607    USE grid_variables,                                                        &
    15951608        ONLY:  dx, dy
     
    21822195               scalar_advec, topography, use_surface_fluxes, use_top_fluxes
    21832196
     2197    USE exchange_horiz_mod,                                                    &
     2198        ONLY:  exchange_horiz_int
     2199
    21842200    USE indices,                                                               &
    21852201        ONLY:  nbgp, nx, nxl, nxlg, nxr, nxrg, ny, nyn, nyng, nys, nysg, nzb,  &
Note: See TracChangeset for help on using the changeset viewer.