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

    r3871 r3885  
    2525! -----------------
    2626! $Id$
     27! Changes related to global restructuring of location messages and introduction
     28! of additional debug messages
     29!
     30! 3871 2019-04-08 14:38:39Z knoop
    2731! Initialized parameter region
    2832!
     
    11461150    CHARACTER (LEN=100)  ::  restart_string = ' '                         !< for storing strings in case of writing/reading restart data
    11471151    CHARACTER (LEN=210)  ::  run_description_header                       !< string containing diverse run informations as run identifier, coupling mode, host, ensemble number, run date and time
     1152    CHARACTER (LEN=1000) ::  debug_string = ' '                           !<.....
    11481153    CHARACTER (LEN=1000) ::  message_string = ' '                         !< dynamic string for error message output
    11491154
     
    13181323    LOGICAL ::  data_output_during_spinup = .FALSE.              !< namelist parameter
    13191324    LOGICAL ::  data_output_2d_on_each_pe = .TRUE.               !< namelist parameter
     1325    LOGICAL ::  debug_output = .FALSE.                           !< namelist parameter
    13201326    LOGICAL ::  disturbance_created = .FALSE.                    !< flow disturbance imposed?
    13211327    LOGICAL ::  do2d_at_begin = .FALSE.                          !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.