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_spinup.f90

    r3766 r3885  
    2525! -----------------
    2626! $Id$
     27! Changes related to global restructuring of location messages and introduction
     28! of additional debug messages
     29!
     30! 3766 2019-02-26 16:23:41Z raasch
    2731! unused variable removed
    2832!
     
    257261    dt_3d   = dt_spinup
    258262
    259     CALL location_message( 'starting spinup-sequence', .TRUE. )
     263    CALL location_message( 'wall/soil spinup time-stepping', 'start' )
    260264!
    261265!-- Start of the time loop
     
    573577#endif
    574578
    575     CALL location_message( 'finished spinup-sequence', .TRUE. )
     579    CALL location_message( 'wall/soil spinup time-stepping', 'finished' )
    576580
    577581
Note: See TracChangeset for help on using the changeset viewer.