Changeset 4346 for palm/trunk/SOURCE/data_output_3d.f90
- Timestamp:
- Dec 18, 2019 11:55:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/data_output_3d.f90
r4329 r4346 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Introduction of wall_flags_total_0, which currently sets bits based on static 28 ! topography information used in wall_flags_static_0 29 ! 30 ! 4329 2019-12-10 15:46:36Z motisi 27 31 ! Renamed wall_flags_0 to wall_flags_static_0 28 32 ! … … 98 102 USE indices, & 99 103 ONLY: nbgp, nxl, nxlg, nxr, nxrg, nyn, nyng, nys, nysg, nzb, nzt, & 100 wall_flags_ static_0104 wall_flags_total_0 101 105 #else 102 106 USE indices, & 103 107 ONLY: nbgp, nx, nxl, nxlg, nxr, nxrg, ny, nyn, nyng, nys, nysg, nzb, & 104 nzt, wall_flags_ static_0108 nzt, wall_flags_total_0 105 109 #endif 106 110 … … 623 627 to_be_resorted(k,j,i), & 624 628 REAL( fill_value, KIND = wp ), & 625 BTEST( wall_flags_ static_0(k,j,i), flag_nr ) )629 BTEST( wall_flags_total_0(k,j,i), flag_nr ) ) 626 630 ENDDO 627 631 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.