Ignore:
Timestamp:
Oct 27, 2011 10:56:21 AM (13 years ago)
Author:
heinze
Message:

Output of liquid water potential temperature in case of cloud_physics=.T. enabled

File:
1 edited

Legend:

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

    r768 r771  
    44! Current revisions:
    55! -----------------
    6 !
     6! +lpt
    77!
    88! Former revisions:
     
    25632563             unit = 'm2/s2'
    25642564
     2565          CASE ( 'lpt' )
     2566             IF ( .NOT. cloud_physics )  THEN
     2567                message_string = 'output of "' // TRIM( var ) // '" requi' // &
     2568                         'res cloud_physics = .TRUE. or cloud_droplets = .TRUE.'
     2569                CALL message( 'check_parameters', 'PA0347', 1, 2, 0, 6, 0 )
     2570             ENDIF
     2571             unit = 'K'
     2572
    25652573          CASE ( 'pc', 'pr' )
    25662574             IF ( .NOT. particle_advection )  THEN
Note: See TracChangeset for help on using the changeset viewer.