Ignore:
Timestamp:
May 6, 2020 11:39:49 AM (4 years ago)
Author:
schwenkel
Message:

add error number

File:
1 edited

Legend:

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

    r4502 r4521  
    2525! -----------------
    2626! $Id$
     27! Rename variable
     28!
     29! 4502 2020-04-17 16:14:16Z schwenkel
    2730! Implementation of ice microphysics
    2831!
     
    6265    USE bulk_cloud_model_mod,                                                  &
    6366        ONLY: bulk_cloud_model, microphysics_morrison, microphysics_seifert,   &
    64               microphysics_ice_extension
     67              microphysics_ice_phase
    6568
    6669    USE control_parameters,                                                    &
     
    277280                        '" requires bulk_cloud_model = .TRUE.'
    278281                   CALL message( 'init_masks', 'PA0108', 1, 2, 0, 6, 0 )
    279                  ELSEIF ( .NOT. microphysics_ice_extension ) THEN
     282                 ELSEIF ( .NOT. microphysics_ice_phase ) THEN
    280283                   message_string = 'output of "' // TRIM( var ) // '" ' //    &
    281                          'requires  microphysics_ice_extension = .TRUE.'
     284                         'requires  microphysics_ice_phase = .TRUE.'
    282285                   CALL message( 'check_parameters', 'PA0359', 1, 2, 0, 6, 0 )
    283286                ENDIF
     
    355358                            'requires bulk_cloud_model = .TRUE.'
    356359                   CALL message( 'check_parameters', 'PA0108', 1, 2, 0, 6, 0 )
    357                 ELSEIF ( .NOT. microphysics_ice_extension ) THEN
     360                ELSEIF ( .NOT. microphysics_ice_phase ) THEN
    358361                   message_string = 'output of "' // TRIM( var ) // '" ' //    &
    359                             'requires microphysics_ice_extension = .TRUE.'
     362                            'requires microphysics_ice_phase = .TRUE.'
    360363                   CALL message( 'check_parameters', 'PA0359', 1, 2, 0, 6, 0 )
    361364                ENDIF
Note: See TracChangeset for help on using the changeset viewer.