Changeset 232


Ignore:
Timestamp:
Feb 10, 2009 2:25:26 AM (15 years ago)
Author:
raasch
Message:

bugfix concerning output of p profile

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r231 r232  
    1919with a minimum size of 10 tails if there is no tail initially (init_particles,
    2020advec_particles)
    21  
     21
     22Bugfix: pressure included for profile output (check_parameters)
     23
     24advec_particles, check_parameters, init_particles
  • palm/trunk/SOURCE/check_parameters.f90

    r226 r232  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Bugfix: pressure included for profile output
    77!
    88! Former revisions:
     
    17151715             hom(:,2,39,:) = SPREAD( zw, 2, statistic_regions+1 )
    17161716
     1717          CASE ( 'p' )
     1718             dopr_index(i) = 40
     1719             dopr_unit(i)  = 'Pa'
     1720             hom(:,2,40,:) = SPREAD( zu, 2, statistic_regions+1 )
     1721
    17171722          CASE ( 'q', '#q' )
    17181723             IF ( .NOT. humidity )  THEN
Note: See TracChangeset for help on using the changeset viewer.