Changeset 2812 for palm/trunk/SOURCE/surface_mod.f90
- Timestamp:
- Feb 16, 2018 1:40:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_mod.f90
r2805 r2812 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Entries 'u_out', 'v_out' and 'w_out' removed from the functions 29 ! get_topography_top_index and get_topography_top_index_ji 30 ! 31 ! 2805 2018-02-14 17:00:09Z suehring 28 32 ! Bugfix in re-mapping surface elements in case of restart runs 29 33 ! … … 2103 2107 CASE ( 's_out' ) 2104 2108 ibit = 24 2105 CASE ( 'u_out' )2106 ibit = 262107 CASE ( 'v_out' )2108 ibit = 272109 CASE ( 'w_out' )2110 ibit = 282111 2109 CASE DEFAULT 2112 2110 ! … … 2151 2149 CASE ( 's_out' ) 2152 2150 ibit = 24 2153 CASE ( 'u_out' )2154 ibit = 262155 CASE ( 'v_out' )2156 ibit = 272157 CASE ( 'w_out' )2158 ibit = 282159 2151 CASE DEFAULT 2160 2152 !
Note: See TracChangeset
for help on using the changeset viewer.