Ignore:
Timestamp:
Feb 25, 2019 3:31:42 PM (5 years ago)
Author:
raasch
Message:

unused variables removed, OpenACC directives re-formatted, statements added to avoid compiler warnings

File:
1 edited

Legend:

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

    r3745 r3761  
    2727! -----------------
    2828! $Id$
     29! unsed variables removed
     30!
     31! 3745 2019-02-15 18:57:56Z suehring
    2932! Bugfix in transpiration, floating invalid when temperature
    3033! becomes > 40 degrees
     
    905908       INTEGER(iwp) ::  k   !< running index
    906909       INTEGER(iwp) ::  m   !< running index
    907        INTEGER(iwp) ::  pch_index_l
    908910
    909911       REAL(wp) ::  int_bpdf        !< vertical integral for lad-profile construction
Note: See TracChangeset for help on using the changeset viewer.