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

bugfix concerning output of p profile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.