Ignore:
Timestamp:
Dec 14, 2017 6:46:24 PM (6 years ago)
Author:
suehring
Message:

Particle reflections at downward-facing walls; revision of particle speed interpolations at walls; bugfixes in get_topography_index and in date constants

File:
1 edited

Legend:

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

    r2696 r2698  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Bugfix in get_topography_top_index
    2323!
    2424! Former revisions:
     
    928928
    929929       USE surface_mod,                                                        &
    930            ONLY:  get_topography_top_index
     930           ONLY:  get_topography_top_index_ji
    931931
    932932
     
    945945!
    946946!--          Determine vertical index of topography top
    947              k_wall = get_topography_top_index( j, i, 's' )
     947             k_wall = get_topography_top_index_ji( j, i, 's' )
    948948             DO  k = nzb+1, nzt
    949949!
     
    23192319
    23202320       USE surface_mod,                                                        &
    2321            ONLY:  get_topography_top_index
     2321           ONLY:  get_topography_top_index_ji
    23222322
    23232323
     
    23342334!
    23352335!--    Determine vertical index of topography top
    2336        k_wall = get_topography_top_index( j, i, 's' )
     2336       k_wall = get_topography_top_index_ji( j, i, 's' )
    23372337       DO  k = nzb+1, nzt
    23382338!
Note: See TracChangeset for help on using the changeset viewer.