Ignore:
Timestamp:
Jul 9, 2012 2:31:00 PM (12 years ago)
Author:
raasch
Message:

temperature equation can be switched off; bugfix of tridia_1dd for current Intel (12.1) compilers

File:
1 edited

Legend:

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

    r928 r940  
    44! Current revisions:
    55! -----------------
    6 !
     6! Output in case of simulations for pure neutral stratification (no pt-equation
     7! solved)
    78!
    89! Former revisions:
     
    349350       ENDIF
    350351    ENDIF
     352    IF ( neutral )  WRITE ( io, 131 )  pt_surface
    351353    IF ( humidity )  THEN
    352354       IF ( .NOT. cloud_physics )  THEN
     
    16821684129 FORMAT (' --> Additional prognostic equation for the specific humidity')
    16831685130 FORMAT (' --> Additional prognostic equation for the total water content')
     1686131 FORMAT (' --> No pt-equation solved. Neutral stratification with pt = ', &
     1687                  F6.2, ' K assumed')
    16841688132 FORMAT ('     Parameterization of long-wave radiation processes via'/ &
    16851689            '     effective emissivity scheme')
Note: See TracChangeset for help on using the changeset viewer.