Changeset 4339 for palm/trunk/SOURCE/land_surface_model_mod.f90
- Timestamp:
- Dec 13, 2019 6:18:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.