Changeset 232 for palm/trunk
- Timestamp:
- Feb 10, 2009 2:25:26 AM (16 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r231 r232 19 19 with a minimum size of 10 tails if there is no tail initially (init_particles, 20 20 advec_particles) 21 21 22 Bugfix: pressure included for profile output (check_parameters) 23 24 advec_particles, check_parameters, init_particles -
palm/trunk/SOURCE/check_parameters.f90
r226 r232 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 6 ! Bugfix: pressure included for profile output 7 7 ! 8 8 ! Former revisions: … … 1715 1715 hom(:,2,39,:) = SPREAD( zw, 2, statistic_regions+1 ) 1716 1716 1717 CASE ( 'p' ) 1718 dopr_index(i) = 40 1719 dopr_unit(i) = 'Pa' 1720 hom(:,2,40,:) = SPREAD( zu, 2, statistic_regions+1 ) 1721 1717 1722 CASE ( 'q', '#q' ) 1718 1723 IF ( .NOT. humidity ) THEN
Note: See TracChangeset
for help on using the changeset viewer.