Ignore:
Timestamp:
Mar 5, 2009 3:33:42 PM (15 years ago)
Author:
heinze
Message:

Output of messages replaced by message handling routine.

File:
1 edited

Legend:

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

    r241 r254  
    22
    33!------------------------------------------------------------------------------!
    4 ! Actual revisions:
     4! Current revisions:
    55! -----------------
     6! Output of messages replaced by message handling routine.
    67! Output of cluster_size
    78! +canyon_height, canyon_width_x, canyon_width_y, canyon_wall_left,
     
    135136       run_classification = '3D - run initialized by user'
    136137    ELSE
    137        PRINT*,'+++ header:  unknown action(s): ',initializing_actions
     138       message_string = ' unknown action(s): ' // TRIM( initializing_actions )
     139       CALL message( 'header', 'PA0191', 0, 0, 0, 6, 0 )
    138140    ENDIF
    139141    IF ( ocean )  THEN
     
    634636!
    635637!-- 1D-profiles
    636     dopr_chr = 'Profile:'
     638    dopr_chr = 'Pofile:'
    637639    IF ( dopr_n /= 0 )  THEN
    638640       WRITE ( io, 331 )
Note: See TracChangeset for help on using the changeset viewer.