- Timestamp:
- Sep 18, 2017 7:54:32 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/land_surface_model_mod.f90
r2475 r2476 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix for last commit 28 ! 29 ! 2475 2017-09-18 07:42:36Z maronga 27 30 ! Bugfix: setting of vegetation_pars for bare soil corrected. 28 31 ! … … 1080 1083 /= 0.0_wp ) THEN 1081 1084 message_string = 'vegetation_type = 1 (bare soil)'// & 1082 ' requires vegetation_coverage = 0' // &1085 ' requires vegetation_coverage = 0' 1083 1086 CALL message( 'check_parameters', 'PA0471', 1, 2, 0, 6, 0 ) 1084 1087 ENDIF 1088 ENDIF 1085 1089 1086 1090 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.