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_3d.f90

    r760 r771  
    44! Current revisions:
    55! -----------------
    6 !
     6! +lpt
    77!
    88! Former revisions:
     
    166166             ELSE
    167167                to_be_resorted => e_av
     168             ENDIF
     169
     170          CASE ( 'lpt' )
     171             IF ( av == 0 )  THEN
     172                to_be_resorted => pt
     173             ELSE
     174                to_be_resorted => lpt_av
    168175             ENDIF
    169176
Note: See TracChangeset for help on using the changeset viewer.