Ignore:
Timestamp:
Apr 11, 2019 11:29:34 AM (5 years ago)
Author:
kanani
Message:

restructure/add location/debug messages

File:
1 edited

Legend:

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

    r3880 r3885  
    2525! -----------------
    2626! $Id$
     27! Changes related to global restructuring of location messages and introduction
     28! of additional debug messages
     29!
     30! 3880 2019-04-08 21:43:02Z knoop
    2731! Add a call for salsa_prognostic_equations
    2832!
     
    790794
    791795
     796    CALL location_message( 'initializing module-specific arrays', 'start' )
     797
    792798    IF ( bulk_cloud_model    )  CALL bcm_init_arrays
    793799    IF ( air_chemistry       )  CALL chem_init_arrays
     
    801807    IF ( user_module_enabled )  CALL user_init_arrays
    802808
     809    CALL location_message( 'initializing module-specific arrays', 'finished' )
     810
    803811
    804812 END SUBROUTINE module_interface_init_arrays
     
    812820 SUBROUTINE module_interface_init
    813821
     822
     823    CALL location_message( 'initializing module features', 'start' )
    814824
    815825    IF ( biometeorology      )  CALL bio_init
     
    831841    IF ( user_module_enabled )  CALL user_init
    832842
     843    CALL location_message( 'initializing module features', 'finished' )
     844
    833845
    834846 END SUBROUTINE module_interface_init
Note: See TracChangeset for help on using the changeset viewer.