Changeset 1054 for palm/trunk
- Timestamp:
- Nov 13, 2012 5:30:09 PM (12 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_ws.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 22 28 ! necessary expansions according to the two new prognostic equations (nr, qr) 23 29 ! of the two-moment cloud physics scheme: 24 30 ! +flux_l_*, flux_s_*, diss_l_*, diss_s_*, sums_ws*s_ws_l 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 31 ! 30 32 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/average_3d_data.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! averaging of nr, qr added23 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 27 ! 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 28 ! averaging of nr, qr added 29 ! 28 30 ! 1036 2012-10-22 13:43:42Z raasch 29 31 ! code put under GPL (PALM 3.9) -
palm/trunk/SOURCE/boundary_conds.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! boundary conditions for the two new prognostic equations (nr, qr) of the23 ! two-moment cloud scheme24 22 ! 25 23 ! Former revisions: 26 24 ! ----------------- 27 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 28 ! boundary conditions for the two new prognostic equations (nr, qr) of the 29 ! two-moment cloud scheme 28 30 ! 29 31 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/calc_liquid_water_content.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! description expanded to the two-moment cloud scheme23 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 28 ! description expanded to the two-moment cloud scheme 27 29 ! 28 30 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/check_parameters.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 22 28 ! necessary changes for the new two-moment cloud physics scheme added: 23 29 ! - check cloud physics scheme (Kessler or Seifert and Beheng) … … 27 33 ! - boundary condition of nr, qr 28 34 ! - check output quantities (qr, nr, prr) 29 !30 ! Former revisions:31 ! -----------------32 ! $Id$33 35 ! 34 36 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/data_output_2d.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +qr, nr, qc and cross sections23 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 28 ! +qr, nr, qc and cross sections 27 29 ! 28 30 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/data_output_3d.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +nr, qr, prr, qc and averaged quantities23 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 28 ! +nr, qr, prr, qc and averaged quantities 27 29 ! 28 30 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/flow_statistics.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! necessary additions for two-moment cloud physics scheme:23 ! +nr, qr, qc, prr24 22 ! 25 23 ! Former revisions: 26 24 ! ----------------- 27 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 28 ! necessary additions for two-moment cloud physics scheme: 29 ! +nr, qr, qc, prr 28 30 ! 29 31 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/init_3d_model.f90
r1053 r1054 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! 26 ! Former revisions: 27 ! ----------------- 28 ! $Id$ 29 ! 30 ! 1053 2012-11-13 17:11:03Z hoffmann 25 31 ! allocation and initialisation of necessary data arrays for the two-moment 26 32 ! cloud physics scheme the two new prognostic equations (nr, qr): 27 33 ! +dr, lambda_r, mu_r, sed_*, xr, *s, *sws, *swst, *, *_p, t*_m, *_1, *_2, *_3, 28 34 ! +tend_*, prr 29 !30 ! Former revisions:31 ! -----------------32 ! $Id$33 35 ! 34 36 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/init_cloud_physics.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! Former revisions: 24 ! ------------------ 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 22 28 ! calculation of the maximum timestep according to the terminal velocity of rain 23 29 ! drops in the two moment cloud scheme … … 25 31 ! calculation of frequently used constants (pirho_l, dpirho_l, schmidt_p_1d3, 26 32 ! hyrho) 27 !28 ! Former revisions:29 ! ------------------30 ! $Id$31 33 ! 32 34 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/microphysics.f90
r1053 r1054 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! initial revision7 6 ! 8 7 ! Former revisions: 9 8 ! ----------------- 10 9 ! $Id$ 10 ! 11 ! 1053 2012-11-13 17:11:03Z hoffmann 12 ! initial revision 11 13 ! 12 14 ! Description: -
palm/trunk/SOURCE/modules.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 22 28 ! necessary expansions according to the two new prognostic equations (nr, qr) 23 29 ! of the two-moment cloud physics scheme: … … 35 41 ! steering parameters for the two_moment scheme: 36 42 ! +mu_constant, ventilation_effect 37 !38 ! Former revisions:39 ! -----------------40 ! $Id$41 43 ! 42 44 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/netcdf.f90
r1053 r1054 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! +qr, nr, prr26 25 ! 27 26 ! Former revisions: 28 27 ! ----------------- 29 28 ! $Id$ 29 ! 30 ! 1053 2012-11-13 17:11:03Z hoffmann 31 ! +qr, nr, prr 30 32 ! 31 33 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/parin.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 22 28 ! necessary expansions according to the two new prognostic equations (nr, qr) 23 29 ! of the two-moment cloud physics scheme and steering parameters: … … 25 31 ! +*_vertical_gradient_level, surface_waterflux_*, 26 32 ! +cloud_scheme, drizzle, mu_constant, mu_constant_value, ventilation_effect 27 !28 ! Former revisions:29 ! -----------------30 ! $Id$31 33 ! 32 34 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/prognostic_equations.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! implementation of two new prognostic equations for rain drop concentration (nr)23 ! and rain water content (qr)24 !25 ! currently, only available for cache loop optimization26 22 ! 27 23 ! Former revisions: 28 24 ! ----------------- 29 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 28 ! implementation of two new prognostic equations for rain drop concentration (nr) 29 ! and rain water content (qr) 30 ! 31 ! currently, only available for cache loop optimization 30 32 ! 31 33 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/read_3d_binary.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 22 28 ! necessary expansions according to the two new prognostic equations (nr, qr) 23 29 ! of the two-moment cloud physics scheme: 24 30 ! +prr, prr_av, *, *_av, *s, *sws, *swst 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 31 ! 30 32 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/read_var_list.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 22 28 ! necessary expansions according to the two new prognostic equations (nr, qr) 23 29 ! of the two-moment cloud physics scheme: … … 29 35 ! scheme: 30 36 ! +cloud_scheme, +drizzle, +mu_constant, +mu_constant_value, +ventilation_effect 31 !32 ! Former revisions:33 ! -----------------34 ! $Id$35 37 ! 36 38 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/sum_up_3d_data.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +nr, prr, qr23 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 28 ! +nr, prr, qr 27 29 ! 28 30 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/swap_timelevel.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! swap of timelevels for nr, qr added23 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 28 ! swap of timelevels for nr, qr added 27 29 ! 28 30 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/time_integration.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! exchange of ghost points for nr, qr added23 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 28 ! exchange of ghost points for nr, qr added 27 29 ! 28 30 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/timestep.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! timestep is reduced in two-moment cloud scheme according to the maximum23 ! terminal velocity of rain drops24 22 ! 25 23 ! Former revisions: 26 24 ! ----------------- 27 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 28 ! timestep is reduced in two-moment cloud scheme according to the maximum 29 ! terminal velocity of rain drops 28 30 ! 29 31 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/user_actions.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +qr-tendency, nr-tendency23 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 28 ! +qr-tendency, nr-tendency 27 29 ! 28 30 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/write_3d_binary.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 22 28 ! necessary expansions according to the two new prognostic equations (nr, qr) 23 29 ! of the two-moment cloud physics scheme: 24 30 ! +prr, prr_av, *, *_av, *s, *sws, *swst 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 31 ! 30 32 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/write_var_list.f90
r1053 r1054 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1053 2012-11-13 17:11:03Z hoffmann 22 28 ! necessary expansions according to the two new prognostic equations (nr, qr) 23 29 ! of the two-moment cloud physics scheme: … … 29 35 ! scheme: 30 36 ! +cloud_scheme, +drizzle, +mu_constant, +mu_constant_value, +ventilation_effect 31 !32 ! Former revisions:33 ! -----------------34 ! $Id$35 37 ! 36 38 ! 1036 2012-10-22 13:43:42Z raasch
Note: See TracChangeset
for help on using the changeset viewer.