Ignore:
Timestamp:
Dec 10, 2019 3:46:36 PM (4 years ago)
Author:
motisi
Message:

Renamed wall_flags_0 to wall_flags_static_0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/indoor_model_mod.f90

    r4310 r4329  
    2626! -----------------
    2727! $Id$
     28! Renamed wall_flags_0 to wall_flags_static_0
     29!
     30! 4310 2019-11-26 19:01:28Z suehring
    2831! Remove dt_indoor from namelist input. The indoor model is an hourly-based
    2932! model, calling it more/less often lead to inaccurate results.
     
    478481
    479482    USE indices,                                                               &
    480         ONLY:  nxl, nxr, nyn, nys, nzb, nzt, wall_flags_0
     483        ONLY:  nxl, nxr, nyn, nys, nzb, nzt, wall_flags_static_0
    481484
    482485    USE grid_variables,                                                        &
     
    668671!
    669672!--             Check if grid point belongs to a building.
    670                 IF ( BTEST( wall_flags_0(k,j,i), 6 ) )  THEN
     673                IF ( BTEST( wall_flags_static_0(k,j,i), 6 ) )  THEN
    671674                   k_min_l(nb) = MIN( k_min_l(nb), k )
    672675                   k_max_l(nb) = MAX( k_max_l(nb), k )
Note: See TracChangeset for help on using the changeset viewer.