Changeset 2698 for palm/trunk/SOURCE/microphysics_mod.f90
- Timestamp:
- Dec 14, 2017 6:46:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/microphysics_mod.f90
r2696 r2698 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! Bugfix in get_topography_top_index 23 23 ! 24 24 ! Former revisions: … … 928 928 929 929 USE surface_mod, & 930 ONLY: get_topography_top_index 930 ONLY: get_topography_top_index_ji 931 931 932 932 … … 945 945 ! 946 946 !-- 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' ) 948 948 DO k = nzb+1, nzt 949 949 ! … … 2319 2319 2320 2320 USE surface_mod, & 2321 ONLY: get_topography_top_index 2321 ONLY: get_topography_top_index_ji 2322 2322 2323 2323 … … 2334 2334 ! 2335 2335 !-- 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' ) 2337 2337 DO k = nzb+1, nzt 2338 2338 !
Note: See TracChangeset
for help on using the changeset viewer.