Ignore:
Timestamp:
Aug 26, 2019 2:15:47 PM (5 years ago)
Author:
suehring
Message:

Minor adjustments in error messages and error numbers. Some typos are corrected.

File:
1 edited

Legend:

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

    r4187 r4188  
    2727! -----------------
    2828! $Id$
     29! Minor adjustment in error number
     30!
     31! 4187 2019-08-26 12:43:15Z suehring
    2932! Give specific error numbers instead of PA0999
    3033!
     
    433436                           TRIM( coupling_char ) // ' requires ' //            &
    434437                           'canopy_mode = read_from_file_3d'
    435           CALL message( 'pcm_check_parameters', 'PA0673', 1, 2, 0, 6, 0 )
     438          CALL message( 'pcm_check_parameters', 'PA0672', 1, 2, 0, 6, 0 )
    436439       ENDIF
    437440
Note: See TracChangeset for help on using the changeset viewer.