Ignore:
Timestamp:
May 28, 2018 7:55:41 AM (6 years ago)
Author:
Giersch
Message:

Code adjusted according to coding standards, renamed namelists, error messages revised until PA0347, output CASE 108 disabled

File:
1 edited

Legend:

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

    r3022 r3045  
    2525! -----------------
    2626! $Id$
     27! Error message revised
     28!
     29! 3022 2018-05-18 11:12:35Z suehring
    2730! Bugfix in allocation of transpiration rate
    2831!
     
    359362       IF ( canopy_drag_coeff == 0.0_wp )  THEN
    360363          message_string = 'plant_canopy = .TRUE. requires a non-zero drag '// &
    361                            'coefficient & given value is canopy_drag_coeff = 0.0'
     364                           'coefficient, given value is canopy_drag_coeff = 0.0'
    362365          CALL message( 'pcm_check_parameters', 'PA0041', 1, 2, 0, 6, 0 )
    363366       ENDIF
    364367   
    365        IF ( ( alpha_lad /= 9999999.9_wp  .AND.  beta_lad == 9999999.9_wp )  .OR.&
     368       IF ( ( alpha_lad /= 9999999.9_wp  .AND.  beta_lad == 9999999.9_wp ) .OR.&
    366369              beta_lad /= 9999999.9_wp   .AND.  alpha_lad == 9999999.9_wp )  THEN
    367370          message_string = 'using the beta function for the construction ' //  &
Note: See TracChangeset for help on using the changeset viewer.