Ignore:
Timestamp:
Oct 10, 2007 12:03:15 AM (17 years ago)
Author:
raasch
Message:

preliminary updates for implementing buildings in poismg

File:
1 edited

Legend:

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

    r110 r114  
    55! Actual revisions:
    66! -----------------
    7 !
     7! +flags, wall_flags_1..10
    88!
    99! Former revisions:
     
    589589                nzb_v_outer, nzb_w_inner, nzb_w_outer, nzb_2d
    590590
     591    INTEGER, DIMENSION(:,:,:), POINTER ::  flags
     592
     593    INTEGER, DIMENSION(:,:,:), ALLOCATABLE, TARGET ::  wall_flags_1,           &
     594                wall_flags_2, wall_flags_3, wall_flags_4, wall_flags_5,        &
     595                wall_flags_6, wall_flags_7, wall_flags_8, wall_flags_9,        &
     596                wall_flags_10
     597
    591598    SAVE
    592599
Note: See TracChangeset for help on using the changeset viewer.