Ignore:
Timestamp:
Apr 21, 2010 6:47:21 AM (14 years ago)
Author:
heinze
Message:

call of subsidence added in prognostic equations for humidity/passive scalar, some bugfixes

File:
1 edited

Legend:

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

    r392 r531  
    880880       hom(:,1,39,sr) = sums(:,38) / ( sums(:,32) + 1E-20 )**1.5    ! Sw
    881881       hom(:,1,40,sr) = sums(:,40)     ! p
    882        hom(:,1,45,sr) = sums(:,45)     ! w"q"
     882       hom(:,1,45,sr) = sums(:,45)     ! w"vpt"
    883883       hom(:,1,46,sr) = sums(:,46)     ! w*vpt*       
    884884       hom(:,1,47,sr) = sums(:,45) + sums(:,46)    ! wvpt
     
    907907       hom(:,1,70,sr) = sums(:,70)     ! q*2
    908908       hom(:,1,71,sr) = sums(:,71)     ! prho
    909        hom(:,1,72,sr) = hyp * 1E-4     ! hyp in kPa
     909       hom(:,1,72,sr) = hyp * 1E-4     ! hyp in dbar
    910910
    911911       hom(:,1,pr_palm-1,sr) = sums(:,pr_palm-1)
Note: See TracChangeset for help on using the changeset viewer.