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

    r760 r771  
    44! Current revisions:
    55! -----------------
    6 !
     6! +lpt
    77!
    88! Former revisions:
     
    230230                ELSE
    231231                   to_be_resorted => e_av
     232                ENDIF
     233                IF ( mode == 'xy' )  level_z = zu
     234
     235             CASE ( 'lpt_xy', 'lpt_xz', 'lpt_yz' )
     236                IF ( av == 0 )  THEN
     237                   to_be_resorted => pt
     238                ELSE
     239                   to_be_resorted => lpt_av
    232240                ENDIF
    233241                IF ( mode == 'xy' )  level_z = zu
Note: See TracChangeset for help on using the changeset viewer.