Changeset 3274 for palm/trunk/SOURCE/init_ocean.f90
- Timestamp:
- Sep 24, 2018 3:42:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_ocean.f90
r3270 r3274 25 25 ! ------------------ 26 26 ! $Id$ 27 ! Modularization of all bulk cloud physics code components 28 ! 29 ! 3270 2018-09-24 06:28:20Z raasch 27 30 ! bugfix for r2502: wrong calculation of hyp(nzt) in second iterative step 28 31 ! … … 90 93 ONLY: dzu, hyp, pt_init, ref_state, sa_init, zu, zw 91 94 95 USE basic_constants_and_equations_mod, & 96 ONLY: g 97 92 98 USE control_parameters, & 93 ONLY: g, molecular_viscosity, prho_reference, rho_surface,&99 ONLY: molecular_viscosity, prho_reference, rho_surface, & 94 100 rho_reference, surface_pressure, use_single_reference_value 95 101
Note: See TracChangeset
for help on using the changeset viewer.