- Timestamp:
- Mar 26, 2013 6:49:55 PM (12 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_ws.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! calculation of qr and nr is restricted to precipitation22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! calculation of qr and nr is restricted to precipitation 27 30 ! 28 31 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/average_3d_data.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +qc22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! +qc 27 30 ! 28 31 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/boundary_conds.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! boundary conditions of two-moment cloud scheme are restricted to Neumann- 23 ! boundary-conditions 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! boundary conditions of two-moment cloud scheme are restricted to Neumann- 30 ! boundary-conditions 28 31 ! 29 32 ! 1113 2013-03-10 02:48:14Z raasch -
palm/trunk/SOURCE/calc_liquid_water_content.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! drizzle can be used independently from precipitation22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! drizzle can be used independently from precipitation 27 30 ! 28 31 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/check_parameters.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! unused variables removed 23 ! drizzle can be used without precipitation 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! unused variables removed 30 ! drizzle can be used without precipitation 28 31 ! 29 32 ! 1111 2013-03-08 23:54:10Z raasch -
palm/trunk/SOURCE/data_output_2d.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! ql is calculated by calc_liquid_water_content22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! ql is calculated by calc_liquid_water_content 27 30 ! 28 31 ! 1076 2012-12-05 08:30:18Z hoffmann -
palm/trunk/SOURCE/data_output_3d.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! ql is calculated by calc_liquid_water_content22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! ql is calculated by calc_liquid_water_content 27 30 ! 28 31 ! 1106 2013-03-04 05:31:38Z raasch -
palm/trunk/SOURCE/flow_statistics.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! ql is calculated by calc_liquid_water_content22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! ql is calculated by calc_liquid_water_content 27 30 ! 28 31 ! 1111 2013-03-08 23:54:10Z raasch -
palm/trunk/SOURCE/header.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! descriptions for Seifert-Beheng-cloud-physics-scheme added22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! descriptions for Seifert-Beheng-cloud-physics-scheme added 27 30 ! 28 31 ! 1111 2013-03-08 23:54:10Z raasch -
palm/trunk/SOURCE/init_3d_model.f90
r1115 r1116 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! unused variables removed25 ! 26 26 ! 27 27 ! Former revisions: 28 28 ! ----------------- 29 29 ! $Id$ 30 ! 31 ! 1115 2013-03-26 18:16:16Z hoffmann 32 ! unused variables removed 30 33 ! 31 34 ! 1113 2013-03-10 02:48:14Z raasch -
palm/trunk/SOURCE/microphysics.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! microphyical tendencies are calculated in microphysics_control in an optimized 23 ! way; unrealistic values are prevented; bugfix in evaporation; some reformatting 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! microphyical tendencies are calculated in microphysics_control in an optimized 30 ! way; unrealistic values are prevented; bugfix in evaporation; some reformatting 28 31 ! 29 32 ! 1106 2013-03-04 05:31:38Z raasch -
palm/trunk/SOURCE/modules.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! unused variables removed22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! unused variables removed 27 30 ! 28 31 ! 1113 2013-03-10 02:48:14Z raasch -
palm/trunk/SOURCE/parin.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! unused variables removed22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! unused variables removed 27 30 ! 28 31 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/prognostic_equations.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! optimized cloud physics: calculation of microphysical tendencies transfered 23 ! to microphysics.f90; qr and nr are only calculated if precipitation is required 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! optimized cloud physics: calculation of microphysical tendencies transfered 30 ! to microphysics.f90; qr and nr are only calculated if precipitation is required 28 31 ! 29 32 ! 1111 2013-03-08 23:54:10Z raasch -
palm/trunk/SOURCE/read_3d_binary.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! unused variables removed22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! unused variables removed 27 30 ! 28 31 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/read_var_list.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! unused variables removed22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! unused variables removed 27 30 ! 28 31 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/sum_up_3d_data.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! ql is calculated by calc_liquid_water_content22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! ql is calculated by calc_liquid_water_content 27 30 ! 28 31 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/swap_timelevel.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! calculation of qr and nr is restricted to precipitation22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! calculation of qr and nr is restricted to precipitation 27 30 ! 28 31 ! 1111 2013-03-08 23:54:10Z raasch -
palm/trunk/SOURCE/time_integration.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! calculation of qr and nr is restricted to precipitation22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! calculation of qr and nr is restricted to precipitation 27 30 ! 28 31 ! 1113 2013-03-10 02:48:14Z raasch -
palm/trunk/SOURCE/write_3d_binary.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! qr and nr are restricted to precipitation22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! qr and nr are restricted to precipitation 27 30 ! 28 31 ! 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/write_var_list.f90
r1115 r1116 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! unused variables removed22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1115 2013-03-26 18:16:16Z hoffmann 29 ! unused variables removed 27 30 ! 28 31 ! 1065 2012-11-22 17:42:36Z hoffmann
Note: See TracChangeset
for help on using the changeset viewer.