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

    r2696 r2698  
    391391    PRIVATE
    392392
    393     INTERFACE get_topography_top_index
    394        MODULE PROCEDURE get_topography_top_index
    395        MODULE PROCEDURE get_topography_top_index_ji
    396     END  INTERFACE get_topography_top_index
    397 
    398393    INTERFACE init_bc
    399394       MODULE PROCEDURE init_bc
     
    431426!
    432427!-- Public subroutines and functions
    433     PUBLIC get_topography_top_index, init_bc, init_surfaces,                   &
     428    PUBLIC get_topography_top_index, get_topography_top_index_ji, init_bc,     &
     429           init_surfaces,                                                      &
    434430           init_surface_arrays, surface_read_restart_data,                     &
    435431           surface_restore_elements, surface_write_restart_data,               &
Note: See TracChangeset for help on using the changeset viewer.