Ignore:
Timestamp:
Jul 12, 2016 4:34:24 PM (8 years ago)
Author:
suehring
Message:

Separate balance equations for humidity and passive_scalar

File:
1 edited

Legend:

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

    r1818 r1960  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Separate humidity and passive scalar
    2222!
    2323! Former revisions:
     
    8888#if defined( __netcdf )
    8989    USE arrays_3d,                                                             &
    90         ONLY:  e, nr, p, pt, q, qc, ql, ql_c, ql_v, qr, rho, sa, tend, u,      &
     90        ONLY:  e, nr, p, pt, q, qc, ql, ql_c, ql_v, qr, rho, s, sa, tend, u,   &
    9191               v, vpt, w
    9292   
     
    487487          CASE ( 's' )
    488488             IF ( av == 0 )  THEN
    489                 to_be_resorted => q
     489                to_be_resorted => s
    490490             ELSE
    491491                to_be_resorted => s_av
Note: See TracChangeset for help on using the changeset viewer.