Ignore:
Timestamp:
Nov 22, 2012 5:42:36 PM (11 years ago)
Author:
hoffmann
Message:

cloud physics: rain sedimentation and turbulence effects

File:
1 edited

Legend:

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

    r1054 r1065  
    2020! Current revisions:
    2121! -----------------
     22! Bugfix: Output of cross sections of ql
    2223!
    2324! Former revisions:
     
    488489                      DO  i = nxlg, nxrg
    489490                         DO  j = nysg, nyng
    490                             DO  k = nzb, nz_do3d
     491                            DO  k = nzb, nzt+1
    491492                               local_pf(i,j,k) = ql(k,j,i) + qr(k,j,i)
    492493                            ENDDO
     
    501502                      DO  i = nxlg, nxrg
    502503                         DO  j = nysg, nyng
    503                             DO  k = nzb, nz_do3d
     504                            DO  k = nzb, nzt+1
    504505                               local_pf(i,j,k) = ql_av(k,j,i) + qr_av(k,j,i)
    505506                            ENDDO
Note: See TracChangeset for help on using the changeset viewer.