Ignore:
Timestamp:
Oct 27, 2011 10:56:21 AM (12 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_mask.f90

    r668 r771  
    44! Current revisions:
    55! -----------------
     6! +lpt
    67!
    78! Former revisions:
     
    113114             ELSE
    114115                to_be_resorted => e_av
     116             ENDIF
     117
     118          CASE ( 'lpt' )
     119             IF ( av == 0 )  THEN
     120                to_be_resorted => pt
     121             ELSE
     122                to_be_resorted => lpt_av
    115123             ENDIF
    116124
Note: See TracChangeset for help on using the changeset viewer.