Ignore:
Timestamp:
Jan 21, 2019 1:02:11 AM (5 years ago)
Author:
knoop
Message:

Some interface calls moved to module_interface + cleanup

File:
1 edited

Legend:

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

    r3655 r3685  
    2727! -----------------
    2828! $Id$
     29! Some interface calls moved to module_interface + cleanup
     30!
     31! 3655 2019-01-07 16:51:22Z knoop
    2932! unused variables removed
    3033!
     
    902905       REAL(wp) ::  canopy_height   !< canopy height for lad-profile construction
    903906
     907       CALL location_message( 'initializing plant canopy model', .FALSE. )
    904908!
    905909!--    Allocate one-dimensional arrays for the computation of the
     
    12091213       ENDIF
    12101214
     1215       CALL location_message( 'finished', .TRUE. )
     1216
    12111217
    12121218    END SUBROUTINE pcm_init
Note: See TracChangeset for help on using the changeset viewer.