Ignore:
Timestamp:
Sep 24, 2018 3:42:55 PM (6 years ago)
Author:
knoop
Message:

Modularization of all bulk cloud physics code components

File:
1 edited

Legend:

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

    r3248 r3274  
    2525! -----------------
    2626! $Id$
     27! Modularization of all bulk cloud physics code components
     28!
     29! 3248 2018-09-14 09:42:06Z sward
    2730! Minor formating changes
    2831!
     
    365368
    366369       USE control_parameters,                                                 &
    367            ONLY: cloud_physics, coupling_char, message_string,                 &
    368                  microphysics_seifert
     370           ONLY: coupling_char, message_string
     371
     372       USE bulk_cloud_model_mod,                                               &
     373           ONLY: bulk_cloud_model, microphysics_seifert
    369374
    370375       USE netcdf_data_input_mod,                                              &
     
    407412       ENDIF
    408413
    409        IF ( cloud_physics  .AND.  microphysics_seifert )  THEN
     414       IF ( bulk_cloud_model  .AND.  microphysics_seifert )  THEN
    410415          message_string = 'plant_canopy = .TRUE. requires cloud_scheme /=' // &
    411416                          ' seifert_beheng'
Note: See TracChangeset for help on using the changeset viewer.