Ignore:
Timestamp:
May 30, 2017 5:47:52 PM (7 years ago)
Author:
suehring
Message:

Adjustments according new topography and surface-modelling concept implemented

File:
1 edited

Legend:

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

    r2101 r2232  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Adjustments to new topography concept
    2323!
    2424! Former revisions:
     
    123123
    124124    USE indices,                                                               &
    125         ONLY: nxl, nxr, nys, nyn, nzb, nzb_max, nzt, nzb_w_inner
     125        ONLY: nxl, nxr, nys, nyn, nzb, nzb_max, nzt
    126126
    127127    USE kinds
     
    365365!--    Increment time since last release
    366366       IF ( dt_3d_reached )  time_prel = time_prel + dt_3d
    367 
    368367!
    369368!--    Move Particles local to PE to a different grid cell
Note: See TracChangeset for help on using the changeset viewer.