Changeset 2805 for palm/trunk/SOURCE/land_surface_model_mod.f90
- Timestamp:
- Feb 14, 2018 5:00:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/land_surface_model_mod.f90
r2798 r2805 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in initialization of roughness over water surfaces 28 ! 29 ! 2798 2018-02-09 17:16:39Z suehring 27 30 ! Minor bugfix for initialization of pt_surface 28 31 ! … … 3382 3385 surf_lsm_h%z0q(m) = water_pars_f%pars_xy(ind_w_z0h,j,i) 3383 3386 ENDIF 3384 3385 3387 IF ( water_pars_f%pars_xy(ind_w_lambda_s,j,i) /= & 3386 3388 water_pars_f%fill ) & … … 3864 3866 ENDDO 3865 3867 ENDIF 3868 3866 3869 ! 3867 3870 !-- Initial run actions … … 4264 4267 !-- Calculate new roughness lengths (for water surfaces only, i.e. only 4265 4268 !- horizontal surfaces) 4266 CALL calc_z0_water_surface4269 IF ( .NOT. constant_roughness ) CALL calc_z0_water_surface 4267 4270 4268 4271 t_soil_h_p = t_soil_h … … 4307 4310 ENDIF 4308 4311 ENDDO 4312 4309 4313 4310 4314 … … 5897 5901 ENDIF 5898 5902 READ ( 13 ) ns_v_on_file_lsm 5899 5900 5903 ! 5901 5904 !-- Allocate temporary arrays to store surface data
Note: See TracChangeset
for help on using the changeset viewer.