Ignore:
Timestamp:
Dec 13, 2019 6:18:30 PM (4 years ago)
Author:
suehring
Message:

Bugfix, character strenght too short, caused crash on NEC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/land_surface_model_mod.f90

    r4338 r4339  
    2525! -----------------
    2626! $Id$
     27! Bugfix, character length too short, caused crash on NEC.
     28!
     29! 4338 2019-12-13 13:23:23Z suehring
    2730! To avoid divisions by zero, add security factor in calculation of roughness
    2831! length over water surfaces.
     
    22332236       CHARACTER (LEN=86) ::  m_soil_chr          !< String for soil moisture
    22342237       CHARACTER (LEN=86) ::  soil_depth_chr      !< String for soil depth
    2235        CHARACTER (LEN=10) ::  coor_chr            !< Temporary string
     2238       CHARACTER (LEN=20) ::  coor_chr            !< Temporary string
    22362239   
    22372240       INTEGER(iwp) ::  i                         !< Loop index over soil layers
Note: See TracChangeset for help on using the changeset viewer.