Changeset 1799
- Timestamp:
- Apr 5, 2016 8:35:55 AM (9 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pres.f90
r1763 r1799 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 21 ! Bugfix: excluded third dimension from horizontal volume flow calculation 22 22 ! 23 23 ! Former revisions: … … 682 682 #endif 683 683 684 volume_flow_offset = ( volume_flow_initial - volume_flow) / &685 volume_flow_area 684 volume_flow_offset(1:2) = ( volume_flow_initial(1:2) - volume_flow(1:2) ) / & 685 volume_flow_area(1:2) 686 686 687 687 !$OMP PARALLEL PRIVATE (i,j,k) -
palm/trunk/SOURCE/user_init.f90
r1784 r1799 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! Bugfix: added dots_num to variable list 22 22 ! 23 23 ! Former revisions: … … 59 59 60 60 USE netcdf_interface, & 61 ONLY: dots_label, dots_unit 61 ONLY: dots_label, dots_unit, dots_num 62 62 63 63 USE pegrid
Note: See TracChangeset
for help on using the changeset viewer.