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

    r3014 r3045  
    2525! -----------------
    2626! $Id$
     27! Error message revised
     28!
     29! 3014 2018-05-09 08:42:38Z maronga
    2730! Added nzb_do and nzt_do for some modules for 3d output
    2831!
     
    309312       IF ( do3d_time_count(av) + 1 > ntdim_3d(av) )  THEN
    310313          WRITE ( message_string, * ) 'Output of 3d data is not given at t=',  &
    311                                       simulated_time, '&because the maximum ', &
     314                                      simulated_time, ' because the maximum ', &
    312315                                      'number of output time levels is ',      &
    313316                                      'exceeded.'
Note: See TracChangeset for help on using the changeset viewer.