Changeset 3274 for palm/trunk/SOURCE/lpm_droplet_condensation.f90
- Timestamp:
- Sep 24, 2018 3:42:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_droplet_condensation.f90
r3241 r3274 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Modularization of all bulk cloud physics code components 28 ! 29 ! 3241 2018-09-12 15:02:00Z raasch 27 30 ! unused variables removed 28 31 ! … … 136 139 137 140 USE arrays_3d, & 138 ONLY: dzw, hyp, pt, q, ql_c, ql_v 139 140 USE cloud_parameters, & 141 ONLY: l_v, molecular_weight_of_solute, & 142 molecular_weight_of_water, rho_l, rho_s, r_v, vanthoff 143 144 USE constants, & 145 ONLY: pi 141 ONLY: dzw, hyp, pt, q, ql_c, ql_v, exner 142 143 USE basic_constants_and_equations_mod, & 144 ONLY: l_v, molecular_weight_of_solute, molecular_weight_of_water, & 145 magnus, pi, rho_l, rho_s, r_v, vanthoff 146 146 147 147 USE control_parameters, & … … 150 150 USE cpulog, & 151 151 ONLY: cpu_log, log_point_s 152 153 USE diagnostic_quantities_mod, &154 ONLY: magnus155 152 156 153 USE grid_variables, & … … 220 217 ! 221 218 !-- Absolute temperature 222 t_int = pt(kp,jp,ip) * ( hyp(kp) / 100000.0_wp )**0.286_wp219 t_int = pt(kp,jp,ip) * exner(kp) 223 220 ! 224 221 !-- Saturation vapor pressure (Eq. 10 in Bolton, 1980)
Note: See TracChangeset
for help on using the changeset viewer.