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

    r2696 r2698  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Bugfix in get_topography_top_index
    2323!
    2424! Former revisions:
     
    410410
    411411    USE surface_mod,                                                           &
    412         ONLY:  surf_def_h, get_topography_top_index
     412        ONLY:  surf_def_h, get_topography_top_index_ji
    413413
    414414    USE synthetic_turbulence_generator_mod,                                    &
     
    993993       WRITE( io, 280 )
    994994       IF ( turbulent_inflow )  THEN
    995           WRITE( io, 281 )  zu( get_topography_top_index( 0, 0, 's' ) )
     995          WRITE( io, 281 )  zu( get_topography_top_index_ji( 0, 0, 's' ) )
    996996       ENDIF
    997997       IF ( TRIM( initializing_actions ) == 'cyclic_fill' )  THEN
Note: See TracChangeset for help on using the changeset viewer.