Changeset 4339
- Timestamp:
- Dec 13, 2019 6:18:30 PM (5 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/header.f90
r4309 r4339 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix, character length too short, caused crash on NEC. 28 ! 29 ! 4309 2019-11-26 18:49:59Z suehring 27 30 ! replaced recycling_yshift by y_shift 28 31 ! … … 138 141 CHARACTER (LEN=5) :: section_chr !< string indicating grid information where to output 2D slices 139 142 140 CHARACTER (LEN=10) :: coor_chr !< string for subsidence velocities in large-scale forcing141 143 CHARACTER (LEN=10) :: host_chr !< string for hostname 142 144 143 145 CHARACTER (LEN=16) :: begin_chr !< string indication start time for the data output 146 CHARACTER (LEN=16) :: coor_chr !< dummy string 144 147 145 148 CHARACTER (LEN=26) :: ver_rev !< string for run identification -
palm/trunk/SOURCE/land_surface_model_mod.f90
r4338 r4339 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix, character length too short, caused crash on NEC. 28 ! 29 ! 4338 2019-12-13 13:23:23Z suehring 27 30 ! To avoid divisions by zero, add security factor in calculation of roughness 28 31 ! length over water surfaces. … … 2233 2236 CHARACTER (LEN=86) :: m_soil_chr !< String for soil moisture 2234 2237 CHARACTER (LEN=86) :: soil_depth_chr !< String for soil depth 2235 CHARACTER (LEN= 10) :: coor_chr !< Temporary string2238 CHARACTER (LEN=20) :: coor_chr !< Temporary string 2236 2239 2237 2240 INTEGER(iwp) :: i !< Loop index over soil layers
Note: See TracChangeset
for help on using the changeset viewer.