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

    r3879 r3885  
    2525! -----------------
    2626! $Id$
     27! Changes related to global restructuring of location messages and introduction
     28! of additional debug messages
     29!
     30! 3879 2019-04-08 20:25:23Z knoop
    2731! Moved wtm_forces to module_interface_actions
    2832!
     
    821825#endif
    822826
    823     CALL location_message( 'starting timestep-sequence', .TRUE. )
     827    CALL location_message( 'atmosphere (and/or ocean) time-stepping', 'start' )
    824828
    825829!
     
    18581862#endif
    18591863
    1860     CALL location_message( 'finished time-stepping', .TRUE. )
     1864    CALL location_message( 'atmosphere (and/or ocean) time-stepping', 'finished' )
    18611865
    18621866 END SUBROUTINE time_integration
Note: See TracChangeset for help on using the changeset viewer.