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

    r3241 r3274  
    2626! -----------------
    2727! $Id$
     28! Modularization of all bulk cloud physics code components
     29!
     30! 3241 2018-09-12 15:02:00Z raasch
    2831! unused variables commented
    2932!
     
    5053        ONLY:  dzw, hyp, pt, q, ql, zu, zw
    5154
    52     USE constants,                                                             &
     55    USE basic_constants_and_equations_mod,                                     &
    5356        ONLY:  pi
    5457
     
    6871    USE control_parameters,                                                    &
    6972        ONLY:  initializing_actions           
    70 !       ONLY:  cloud_droplets, cloud_physics, g, initializing_actions,         &
     73!       ONLY:  cloud_droplets, initializing_actions,                           &
    7174!              large_scale_forcing, lsf_surf, phi, pt_surface, rho_surface,    &
    7275!              surface_pressure, time_since_reference_point
     
    271274!      INTEGER(iwp) :: i, j, k   !< loop indices
    272275       INTEGER(iwp) :: iphot,iav !< loop indix for photolysis reaction
    273 !      REAL(wp)     :: exn,   &  !< Exner functions at surface
     276!      REAL(wp)     :: exn,   &  !< Exner functions at surface (better use palms own exner array in arrays_3d)
    274277!                      pt1       !< potential temperature at first grid level
    275278
     
    304307!      INTEGER(iwp) :: i, j, k   !< loop indices
    305308       INTEGER(iwp) :: iphot,iav !< loop indix for photolysis reaction
    306 !      REAL(wp)     :: exn,   &  !< Exner functions at surface
     309!      REAL(wp)     :: exn,   &  !< Exner functions at surface (better use palms own exner array in arrays_3d)
    307310!                      pt1       !< potential temperature at first grid level
    308311       REAL(wp)     :: coszi     !< 1./cosine of zenith angle
Note: See TracChangeset for help on using the changeset viewer.