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

    r3270 r3274  
    2525! ------------------
    2626! $Id$
     27! Modularization of all bulk cloud physics code components
     28!
     29! 3270 2018-09-24 06:28:20Z raasch
    2730! bugfix for r2502: wrong calculation of hyp(nzt) in second iterative step
    2831!
     
    9093        ONLY:  dzu, hyp, pt_init, ref_state, sa_init, zu, zw
    9194
     95    USE basic_constants_and_equations_mod,                                     &
     96        ONLY:  g
     97
    9298    USE control_parameters,                                                    &
    93         ONLY:  g, molecular_viscosity, prho_reference, rho_surface,            &
     99        ONLY:  molecular_viscosity, prho_reference, rho_surface,               &
    94100               rho_reference, surface_pressure, use_single_reference_value
    95101
Note: See TracChangeset for help on using the changeset viewer.