Ignore:
Timestamp:
May 22, 2019 9:52:13 AM (5 years ago)
Author:
kanani
Message:

clean up location, debug and error messages

File:
1 edited

Legend:

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

    r3885 r3987  
    2525! -----------------
    2626! $Id$
     27! Introduce alternative switch for debug output during timestepping
     28!
     29! 3885 2019-04-11 11:29:34Z kanani
    2730! Changes related to global restructuring of location messages and introduction
    2831! of additional debug messages
     
    13241327    LOGICAL ::  data_output_2d_on_each_pe = .TRUE.               !< namelist parameter
    13251328    LOGICAL ::  debug_output = .FALSE.                           !< namelist parameter
     1329    LOGICAL ::  debug_output_timestep = .FALSE.                  !< namelist parameter
    13261330    LOGICAL ::  disturbance_created = .FALSE.                    !< flow disturbance imposed?
    13271331    LOGICAL ::  do2d_at_begin = .FALSE.                          !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.