Ignore:
Timestamp:
Dec 18, 2019 11:55:56 AM (4 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/multi_agent_system_mod.f90

    r4329 r4346  
    2525! -----------------
    2626! $Id$
     27! Removed wall_flags_static_0 from USE statements as it's not used within
     28! the module
     29!
     30! 4329 2019-12-10 15:46:36Z motisi
    2731! Renamed wall_flags_0 to wall_flags_static_0
    2832!
     
    9094    USE indices,                                                               &
    9195        ONLY:  nx, nxl, nxlg, nxr, nxrg, ny, nyn, nyng, nys, nysg, nzb,        &
    92                topo_top_ind,                                                   &
    93                wall_flags_static_0
    94 
     96               topo_top_ind
     97               
    9598    USE random_function_mod,                                                   &
    9699        ONLY:  random_function
Note: See TracChangeset for help on using the changeset viewer.