Ignore:
Timestamp:
Jun 9, 2017 1:27:48 PM (7 years ago)
Author:
Giersch
Message:

Changed error messages

File:
1 edited

Legend:

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

    r2233 r2274  
    2525! -----------------
    2626! $Id$
     27! Changed error messages
     28!
     29! 2233 2017-05-30 18:08:54Z suehring
    2730!
    2831! 2232 2017-05-30 17:47:52Z suehring
     
    301304
    302305       IF ( calc_beta_lad_profile  .AND.  lad_surface /= 0.0_wp )  THEN
    303           message_string = 'simultaneous setting of alpha_lad /= 9999999.9' // &
     306          message_string = 'simultaneous setting of alpha_lad /= 9999999.9 '// &
     307                           'combined with beta_lad /= 9999999.9 '           // &
    304308                           'and lad_surface /= 0.0 is not possible, '       // &
    305309                           'use either vertical gradients or the beta '     // &
Note: See TracChangeset for help on using the changeset viewer.