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/time_integration.f90

    r4511 r4521  
    2525! -----------------
    2626! $Id$
     27! Rename variable
     28!
     29! 4511 2020-04-30 12:20:40Z raasch
    2730! chemistry decycling replaced by explicit setting of lateral boundary conditions
    2831!
     
    233236    USE bulk_cloud_model_mod,                                                                      &
    234237        ONLY: bulk_cloud_model, calc_liquid_water_content, collision_turbulence,                   &
    235               microphysics_ice_extension, microphysics_morrison, microphysics_seifert
     238              microphysics_ice_phase, microphysics_morrison, microphysics_seifert
    236239
    237240    USE calc_mean_profile_mod,                                                                     &
     
    808811                CALL exchange_horiz( nr_p, nbgp )
    809812             ENDIF
    810              IF ( bulk_cloud_model .AND. microphysics_ice_extension )  THEN
     813             IF ( bulk_cloud_model .AND. microphysics_ice_phase )  THEN
    811814                CALL exchange_horiz( qi_p, nbgp )
    812815                CALL exchange_horiz( ni_p, nbgp )
     
    907910                       CALL exchange_horiz( nr, nbgp )
    908911                   ENDIF
    909                    IF ( bulk_cloud_model  .AND.  microphysics_ice_extension )  THEN
     912                   IF ( bulk_cloud_model  .AND.  microphysics_ice_phase )  THEN
    910913                      CALL exchange_horiz( qi, nbgp )
    911914                      CALL exchange_horiz( ni, nbgp )
Note: See TracChangeset for help on using the changeset viewer.