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/plant_canopy_model_mod.f90

    r4448 r4457  
    2727! -----------------
    2828!
     29! use statement for exchange horiz added
     30!
     31!
    2932! $Id$
    3033! (salim) removed the error message PA0672 to consider PC 3d data via ascii file
     
    972975    SUBROUTINE pcm_init
    973976
     977       USE exchange_horiz_mod,                                                    &
     978           ONLY:  exchange_horiz
     979
    974980       INTEGER(iwp) ::  i   !< running index
    975981       INTEGER(iwp) ::  j   !< running index
     
    15401546    SUBROUTINE pcm_read_plant_canopy_3d
    15411547
     1548       USE exchange_horiz_mod,                                                    &
     1549           ONLY:  exchange_horiz
     1550
    15421551       INTEGER(iwp)                        ::  dtype     !< type of input data (1=lad)
    15431552       INTEGER(iwp)                        ::  pctype    !< type of plant canopy (deciduous,non-deciduous,...)
Note: See TracChangeset for help on using the changeset viewer.