Changeset 2476


Ignore:
Timestamp:
Sep 18, 2017 7:54:32 AM (7 years ago)
Author:
maronga
Message:

bugfix for last commit

File:
1 edited

Legend:

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

    r2475 r2476  
    2525! -----------------
    2626! $Id$
     27! Bugfix for last commit
     28!
     29! 2475 2017-09-18 07:42:36Z maronga
    2730! Bugfix: setting of vegetation_pars for bare soil corrected.
    2831!
     
    10801083               /= 0.0_wp )  THEN
    10811084               message_string = 'vegetation_type = 1 (bare soil)'//            &
    1082                               ' requires vegetation_coverage = 0'//            &
     1085                              ' requires vegetation_coverage = 0'
    10831086             CALL message( 'check_parameters', 'PA0471', 1, 2, 0, 6, 0 )
    10841087          ENDIF
     1088       ENDIF
    10851089 
    10861090    ENDIF
Note: See TracChangeset for help on using the changeset viewer.