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

    r2967 r3045  
    2525! -----------------
    2626! $Id$
     27! Error messages revised
     28!
     29! 2967 2018-04-13 11:22:08Z raasch
    2730! bugfix: missing parallel cpp-directives added
    2831!
     
    550553    ELSEIF ( INDEX( initializing_actions, 'by_user' ) /=0 )  THEN
    551554       run_classification = 'run initialized by user'
     555    ELSEIF ( INDEX( initializing_actions, 'initialize_vortex' ) /=0 )  THEN
     556       run_classification = 'run additionally initialized by a Rankine-vortex'
     557    ELSEIF ( INDEX( initializing_actions, 'initialize_ptanom' ) /=0 )  THEN
     558       run_classification = 'run additionally initialized by temperature anomaly'
    552559    ELSE
    553560       message_string = ' unknown action(s): ' // TRIM( initializing_actions )
Note: See TracChangeset for help on using the changeset viewer.