Ignore:
Timestamp:
Dec 18, 2019 11:55:56 AM (5 years ago)
Author:
motisi
Message:

Introduction of wall_flags_total_0, which currently sets bits based on static topography information used in wall_flags_static_0

File:
1 edited

Legend:

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

    r4329 r4346  
    2828! -----------------
    2929! $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
    3034! Renamed wall_flags_0 to wall_flags_static_0
    3135!
     
    261265    USE indices,                                                               &
    262266        ONLY:  nx, ny, nnx, nny, nnz, nxl, nxlg, nxr, nxrg, nyn, nyng, nys,    &
    263                nysg, nzb, nzt, nbgp, topo_top_ind, wall_flags_static_0
     267               nysg, nzb, nzt, nbgp, topo_top_ind
    264268
    265269    USE, INTRINSIC :: iso_c_binding
Note: See TracChangeset for help on using the changeset viewer.