Changeset 4329 for palm/trunk/SOURCE/indoor_model_mod.f90
- Timestamp:
- Dec 10, 2019 3:46:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/indoor_model_mod.f90
r4310 r4329 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Renamed wall_flags_0 to wall_flags_static_0 29 ! 30 ! 4310 2019-11-26 19:01:28Z suehring 28 31 ! Remove dt_indoor from namelist input. The indoor model is an hourly-based 29 32 ! model, calling it more/less often lead to inaccurate results. … … 478 481 479 482 USE indices, & 480 ONLY: nxl, nxr, nyn, nys, nzb, nzt, wall_flags_ 0483 ONLY: nxl, nxr, nyn, nys, nzb, nzt, wall_flags_static_0 481 484 482 485 USE grid_variables, & … … 668 671 ! 669 672 !-- Check if grid point belongs to a building. 670 IF ( BTEST( wall_flags_ 0(k,j,i), 6 ) ) THEN673 IF ( BTEST( wall_flags_static_0(k,j,i), 6 ) ) THEN 671 674 k_min_l(nb) = MIN( k_min_l(nb), k ) 672 675 k_max_l(nb) = MAX( k_max_l(nb), k )
Note: See TracChangeset
for help on using the changeset viewer.