- Timestamp:
- Nov 22, 2012 5:52:43 PM (12 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1065 r1066 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix: It is not allowed to use cloud_scheme = seifert_beheng without23 ! precipitation in order to save computational resources.24 !25 22 ! 26 23 ! Former revisions: 27 24 ! ----------------- 28 25 ! $Id$ 26 ! 27 ! 1065 2012-11-22 17:42:36Z hoffmann 28 ! Bugfix: It is not allowed to use cloud_scheme = seifert_beheng without 29 ! precipitation in order to save computational resources. 29 30 ! 30 31 ! 1060 2012-11-21 07:19:51Z raasch -
palm/trunk/SOURCE/data_output_2d.f90
r1065 r1066 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix: Output of cross sections of ql23 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1065 2012-11-22 17:42:36Z hoffmann 28 ! Bugfix: Output of cross sections of ql 27 29 ! 28 30 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/diffusion_e.f90
r1065 r1066 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1065 2012-11-22 17:42:36Z hoffmann 22 28 ! Enabled the claculation of diss in case of turbulence = .TRUE. (parameterized 23 29 ! effects of turbulence on autoconversion and accretion in two-moments cloud 24 30 ! physics scheme). 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 31 ! 30 32 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/init_3d_model.f90
r1065 r1066 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! allocation of diss (dissipation rate) in case of turbulence = .TRUE. added26 25 ! 27 26 ! Former revisions: 28 27 ! ----------------- 29 28 ! $Id$ 29 ! 30 ! 1065 2012-11-22 17:42:36Z hoffmann 31 ! allocation of diss (dissipation rate) in case of turbulence = .TRUE. added 30 32 ! 31 33 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/init_cloud_physics.f90
r1065 r1066 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! The Courant number of sedimentation can be controlled with c_sedimentation.23 22 ! 24 23 ! Former revisions: 25 24 ! ------------------ 26 25 ! $Id$ 26 ! 27 ! 1065 2012-11-22 17:42:36Z hoffmann 28 ! The Courant number of sedimentation can be controlled with c_sedimentation. 27 29 ! 28 30 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/microphysics.f90
r1065 r1066 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 7 ! Former revisions: 8 ! ----------------- 9 ! $Id$ 10 ! 11 ! 1065 2012-11-22 17:42:36Z hoffmann 6 12 ! Sedimentation process implemented according to Stevens and Seifert (2008). 7 13 ! Turbulence effects on autoconversion and accretion added (Seifert, Nuijens 8 14 ! and Stevens, 2010). 9 !10 ! Former revisions:11 ! -----------------12 ! $Id$13 15 ! 14 16 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/modules.f90
r1065 r1066 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! + c_sedimentation, limiter_sedimentation, turbulence, a_1, a_2, a_3, b_1, b_2,23 ! + b_3, c_1, c_2, c_3, beta_cc24 !25 ! bottom boundary condition of qr, nr changed from Dirichlet to Neumann26 22 ! 27 23 ! Former revisions: 28 24 ! ----------------- 29 25 ! $Id$ 26 ! 27 ! 1065 2012-11-22 17:42:36Z hoffmann 28 ! + c_sedimentation, limiter_sedimentation, turbulence, a_1, a_2, a_3, b_1, b_2, 29 ! + b_3, c_1, c_2, c_3, beta_cc 30 ! 31 ! bottom boundary condition of qr, nr changed from Dirichlet to Neumann 30 32 ! 31 33 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/parin.f90
r1065 r1066 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +nc, c_sedimentation, limiter_sedimentation, turbulence23 ! -mu_constant, mu_constant_value24 22 ! 25 23 ! Former revisions: 26 24 ! ----------------- 27 25 ! $Id$ 26 ! 27 ! 1065 2012-11-22 17:42:36Z hoffmann 28 ! +nc, c_sedimentation, limiter_sedimentation, turbulence 29 ! -mu_constant, mu_constant_value 28 30 ! 29 31 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/read_var_list.f90
r1065 r1066 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! +nc, c_sedimentation, limiter_sedimentation, turbulence23 ! -mu_constant, mu_constant_value24 22 ! 25 23 ! Former revisions: 26 24 ! ----------------- 27 25 ! $Id$ 26 ! 27 ! 1065 2012-11-22 17:42:36Z hoffmann 28 ! +nc, c_sedimentation, limiter_sedimentation, turbulence 29 ! -mu_constant, mu_constant_value 28 30 ! 29 31 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/time_integration.f90
r1065 r1066 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! exchange of diss (dissipation rate) in case of turbulence = .TRUE. added23 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1065 2012-11-22 17:42:36Z hoffmann 28 ! exchange of diss (dissipation rate) in case of turbulence = .TRUE. added 27 29 ! 28 30 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/write_var_list.f90
r1065 r1066 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +nc, c_sedimentation, turbulence, limiter_sedimentation23 ! -mu_constant, mu_constant_value24 22 ! 25 23 ! Former revisions: 26 24 ! ----------------- 27 25 ! $Id$ 26 ! 27 ! 1065 2012-11-22 17:42:36Z hoffmann 28 ! +nc, c_sedimentation, turbulence, limiter_sedimentation 29 ! -mu_constant, mu_constant_value 28 30 ! 29 31 ! 1053 2012-11-13 17:11:03Z hoffmann
Note: See TracChangeset
for help on using the changeset viewer.