Ignore:
Timestamp:
May 28, 2018 7:55:41 AM (6 years ago)
Author:
Giersch
Message:

Code adjusted according to coding standards, renamed namelists, error messages revised until PA0347, output CASE 108 disabled

File:
1 edited

Legend:

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

    r2965 r3045  
    2525! -----------------
    2626! $Id$
     27! Error message revised
     28!
     29! 2965 2018-04-13 07:37:25Z scharf
    2730! adjusted format string for 1D run control output
    2831!
     
    10321035       stop_dt_1d = .TRUE.
    10331036
    1034        WRITE( message_string, * ) 'timestep has exceeded the lower limit &', &
     1037       WRITE( message_string, * ) 'timestep has exceeded the lower limit ',    &
    10351038                                  'dt_1d = ',dt_1d,' s   simulation stopped!'
    10361039       CALL message( 'timestep_1d', 'PA0192', 1, 2, 0, 6, 0 )
Note: See TracChangeset for help on using the changeset viewer.