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

    r3241 r3274  
    2525! -----------------
    2626! $Id$
     27! Modularization of all bulk cloud physics code components
     28!
     29! 3241 2018-09-12 15:02:00Z raasch
    2730! unused Variable removed
    2831!
     
    114117!------------------------------------------------------------------------------!
    115118 MODULE buoyancy_mod
    116  
     119
     120    USE basic_constants_and_equations_mod,                                     &
     121        ONLY:  g
    117122
    118123    PRIVATE
     
    138143
    139144       USE control_parameters,                                                 &
    140            ONLY:  atmos_ocean_sign, cos_alpha_surface, g, message_string,      &
     145           ONLY:  atmos_ocean_sign, cos_alpha_surface, message_string,         &
    141146                  pt_surface, sin_alpha_surface, sloping_surface
    142147
     
    244249
    245250       USE control_parameters,                                                 &
    246            ONLY:  atmos_ocean_sign, cos_alpha_surface, g, message_string,      &
     251           ONLY:  atmos_ocean_sign, cos_alpha_surface, message_string,         &
    247252                  pt_surface, sin_alpha_surface, sloping_surface
    248253
Note: See TracChangeset for help on using the changeset viewer.