Changeset 4346 for palm/trunk/SOURCE/urban_surface_mod.f90
- Timestamp:
- Dec 18, 2019 11:55:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/urban_surface_mod.f90
r4329 r4346 28 28 ! ----------------- 29 29 ! $Id$ 30 ! Removed wall_flags_static_0 from USE statements as it's not used within 31 ! the module 32 ! 33 ! 4329 2019-12-10 15:46:36Z motisi 30 34 ! Renamed wall_flags_0 to wall_flags_static_0 31 35 ! … … 261 265 USE indices, & 262 266 ONLY: nx, ny, nnx, nny, nnz, nxl, nxlg, nxr, nxrg, nyn, nyng, nys, & 263 nysg, nzb, nzt, nbgp, topo_top_ind , wall_flags_static_0267 nysg, nzb, nzt, nbgp, topo_top_ind 264 268 265 269 USE, INTRINSIC :: iso_c_binding
Note: See TracChangeset
for help on using the changeset viewer.