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

    r3650 r3685  
    2727! -----------------
    2828! $Id$
     29! Some interface calls moved to module_interface + cleanup
     30!
     31! 3650 2019-01-04 13:01:33Z kanani
    2932! Bugfixes and additions for enabling restarts with biometeorology
    3033!
     
    11141117!-- Internal vriables
    11151118    REAL ( wp )  :: height  !< current height in meters
     1119
     1120    CALL location_message( 'initializing biometeorology module', .FALSE. )
    11161121!
    11171122!-- Determine cell level corresponding to 1.1 m above ground level
     
    11361141!-- Init UVEM and load lookup tables
    11371142    IF ( uv_exposure )  CALL netcdf_data_input_uvem
     1143   
     1144    CALL location_message( 'finished', .TRUE. )
    11381145
    11391146 END SUBROUTINE bio_init
Note: See TracChangeset for help on using the changeset viewer.