Ignore:
Timestamp:
Aug 16, 2007 2:30:26 PM (17 years ago)
Author:
raasch
Message:

preliminary update of bugfixes and extensions for non-cyclic BCs

File:
1 edited

Legend:

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

    r104 r106  
    55! -----------------
    66! Check coupling_mode and set default (obligatory) values (like boundary
    7 ! conditions for temperature and fluxes) in case of coupled runs
     7! conditions for temperature and fluxes) in case of coupled runs.
     8! +profiles for w*p* and w"e
    89! Bugfix: Error message concerning output of particle concentration (pc)
    910! modified
     
    19681969             dopr_index(i) = 56
    19691970             dopr_unit(i)  = 'm2/s3'
    1970              hom(:,2,56,:) = SPREAD( zu, 2, statistic_regions+1 )
     1971             hom(:,2,56,:) = SPREAD( zw, 2, statistic_regions+1 )
    19711972
    19721973          CASE ( 'w"e/dz' )
     
    20512052                hom(:,2,67,:) = SPREAD( zw, 2, statistic_regions+1 )
    20522053             ENDIF
     2054
     2055          CASE ( 'w*p*' )
     2056             dopr_index(i) = 68
     2057             dopr_unit(i)  = 'm3/s3'
     2058             hom(:,2,68,:) = SPREAD( zu, 2, statistic_regions+1 )
     2059
     2060          CASE ( 'w"e' )
     2061             dopr_index(i) = 69
     2062             dopr_unit(i)  = 'm3/s3'
     2063             hom(:,2,69,:) = SPREAD( zu, 2, statistic_regions+1 )
    20532064
    20542065
Note: See TracChangeset for help on using the changeset viewer.