Changeset 1362 for palm/trunk/SOURCE
- Timestamp:
- Apr 16, 2014 3:19:12 PM (11 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1361 r1362 20 20 # Current revisions: 21 21 # ------------------ 22 # cpulog added to microphysics22 # 23 23 # 24 24 # Former revisions: … … 26 26 # $Id$ 27 27 # 28 # 1361 2014-04-16 15:17:48Z hoffmann 29 # cpulog added to microphysics 30 # 28 31 # 1359 2014-04-11 17:15:14Z hoffmann 29 32 # mod_particle_attributes added, lpm_sort_arrays removed, -
palm/trunk/SOURCE/advec_s_bc.f90
r1361 r1362 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! nr and qr added22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1361 2014-04-16 15:17:48Z hoffmann 29 ! nr and qr added 30 ! 28 31 ! 1353 2014-04-08 15:21:23Z heinze 29 32 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/advec_ws.f90
r1361 r1362 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! accelerator and vector version for qr and nr added22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1361 2014-04-16 15:17:48Z hoffmann 29 ! accelerator and vector version for qr and nr added 30 ! 28 31 ! 1353 2014-04-08 15:21:23Z heinze 29 32 ! REAL constants provided with KIND-attribute, -
palm/trunk/SOURCE/boundary_conds.f90
r1361 r1362 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bottom and top boundary conditions of rain water content (qr) and 23 ! rain drop concentration (nr) changed to Dirichlet 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1361 2014-04-16 15:17:48Z hoffmann 29 ! Bottom and top boundary conditions of rain water content (qr) and 30 ! rain drop concentration (nr) changed to Dirichlet 31 ! 29 32 ! 1353 2014-04-08 15:21:23Z heinze 30 33 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/check_parameters.f90
r1361 r1362 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! PA0363 removed 23 ! PA0362 changed 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1361 2014-04-16 15:17:48Z hoffmann 29 ! PA0363 removed 30 ! PA0362 changed 28 31 ! 29 32 ! 1359 2014-04-11 17:15:14Z hoffmann -
palm/trunk/SOURCE/init_3d_model.f90
r1361 r1362 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! tend_* removed 23 ! Bugfix: w_subs is not allocated anymore if it is already allocated 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1361 2014-04-16 15:17:48Z hoffmann 29 ! tend_* removed 30 ! Bugfix: w_subs is not allocated anymore if it is already allocated 31 ! 29 32 ! 1359 2014-04-11 17:15:14Z hoffmann 30 33 ! module lpm_init_mod added to use statements, because lpm_init has become a -
palm/trunk/SOURCE/init_cloud_physics.f90
r1361 r1362 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! sed_qc_const is now calculated here (2-moment microphysics)22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1361 2014-04-16 15:17:48Z hoffmann 29 ! sed_qc_const is now calculated here (2-moment microphysics) 30 ! 28 31 ! 1353 2014-04-08 15:21:23Z heinze 29 32 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/microphysics.f90
r1361 r1362 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1361 2014-04-16 15:17:48Z hoffmann 22 29 ! Bugfix in sedimentation_rain: Index corrected. 23 30 ! Vectorized version of adjust_cloud added. 24 31 ! Little reformatting of the code. 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1353 2014-04-08 15:21:23Z heinze 31 34 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/modules.f90
r1361 r1362 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1361 2014-04-16 15:17:48Z hoffmann 22 29 ! tend_* removed 23 30 ! call_microphysics_at_all_substeps added 24 31 ! default of drizzle set to true 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1359 2014-04-11 17:15:14Z hoffmann 31 34 ! particle_attributes moved to mod_particle_attributes.f90 -
palm/trunk/SOURCE/parin.f90
r1361 r1362 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +call_microphysics_at_all_substeps22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1361 2014-04-16 15:17:48Z hoffmann 29 ! +call_microphysics_at_all_substeps 30 ! 28 31 ! 1359 2014-04-11 17:15:14Z hoffmann 29 32 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/prandtl_fluxes.f90
r1361 r1362 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix: calculation of turbulent fluxes of rain water content (qrsws) and rain 23 ! drop concentration (nrsws) added 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1361 2014-04-16 15:17:48Z hoffmann 29 ! Bugfix: calculation of turbulent fluxes of rain water content (qrsws) and rain 30 ! drop concentration (nrsws) added 31 ! 29 32 ! 1340 2014-03-25 19:45:13Z kanani 30 33 ! REAL constants defined as wp-kind -
palm/trunk/SOURCE/prognostic_equations.f90
r1361 r1362 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1361 2014-04-16 15:17:48Z hoffmann 22 29 ! Two-moment microphysics moved to the start of prognostic equations. This makes 23 30 ! the 3d arrays for tend_q, tend_qr, tend_pt and tend_pt redundant. … … 27 34 ! Two-moment cloud physics added for vector and accelerator optimization. 28 35 ! 29 ! Former revisions:30 ! -----------------31 ! $Id$32 !33 36 ! 1353 2014-04-08 15:21:23Z heinze 34 37 ! REAL constants provided with KIND-attribute
Note: See TracChangeset
for help on using the changeset viewer.