Ignore:
Timestamp:
May 29, 2018 8:02:15 AM (6 years ago)
Author:
Giersch
Message:

Remaining error messages revised, comments extended

File:
1 edited

Legend:

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

    r3045 r3046  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Error messages revised
    2323!
    2424! Former revisions:
     
    362362       IF ( canopy_drag_coeff == 0.0_wp )  THEN
    363363          message_string = 'plant_canopy = .TRUE. requires a non-zero drag '// &
    364                            'coefficient, given value is canopy_drag_coeff = 0.0'
     364                           'coefficient & given value is canopy_drag_coeff = 0.0'
    365365          CALL message( 'pcm_check_parameters', 'PA0041', 1, 2, 0, 6, 0 )
    366366       ENDIF
     
    10531053
    10541054       message_string = 'namelist canopy_par is deprecated and will be ' // &
    1055                      'removed in near future. Please &use namelist ' //     &
     1055                     'removed in near future. Please use namelist ' //      &
    10561056                     'plant_canopy_parameters instead'
    10571057       CALL message( 'pcm_parin', 'PA0487', 0, 1, 0, 6, 0 )
Note: See TracChangeset for help on using the changeset viewer.