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/virtual_measurement_mod.f90

    r4329 r4346  
    2525! -----------------
    2626! $Id$
     27! Introduction of wall_flags_total_0, which currently sets bits based on static
     28! topography information used in wall_flags_static_0
     29!
     30! 4329 2019-12-10 15:46:36Z motisi
    2731! Renamed wall_flags_0 to wall_flags_static_0
    2832!
     
    124128
    125129    USE indices,                                                               &
    126         ONLY:  nzb, nzt, nxl, nxr, nys, nyn, nx, ny, topo_top_ind, wall_flags_static_0
     130        ONLY:  nzb, nzt, nxl, nxr, nys, nyn, nx, ny, topo_top_ind,             &
     131               wall_flags_total_0
    127132
    128133    USE kinds
     
    783788                      DO  j = js-1, js+1
    784789                         DO  k = kl, ku
    785                             meas_flag(k,j,i) = MERGE(                          &
    786                                              IBSET( meas_flag(k,j,i), 0 ),     &
    787                                              0,                                &
    788                                              BTEST( wall_flags_static_0(k,j,i), 0 )  &
     790                            meas_flag(k,j,i) = MERGE(                              &
     791                                             IBSET( meas_flag(k,j,i), 0 ),         &
     792                                             0,                                    &
     793                                             BTEST( wall_flags_total_0(k,j,i), 0 ) &
    789794                                                    )
    790795                         ENDDO
Note: See TracChangeset for help on using the changeset viewer.