Changeset 1362 for palm/trunk/SOURCE


Ignore:
Timestamp:
Apr 16, 2014 3:19:12 PM (10 years ago)
Author:
hoffmann
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r1361 r1362  
    2020# Current revisions:
    2121# ------------------
    22 # cpulog added to microphysics
     22#
    2323#
    2424# Former revisions:
     
    2626# $Id$
    2727#
     28# 1361 2014-04-16 15:17:48Z hoffmann
     29# cpulog added to microphysics
     30#
    2831# 1359 2014-04-11 17:15:14Z hoffmann
    2932# mod_particle_attributes added, lpm_sort_arrays removed,
  • palm/trunk/SOURCE/advec_s_bc.f90

    r1361 r1362  
    2020! Current revisions:
    2121! -----------------
    22 ! nr and qr added
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1361 2014-04-16 15:17:48Z hoffmann
     29! nr and qr added
     30!
    2831! 1353 2014-04-08 15:21:23Z heinze
    2932! REAL constants provided with KIND-attribute
  • palm/trunk/SOURCE/advec_ws.f90

    r1361 r1362  
    2020! Current revisions:
    2121! ------------------
    22 ! accelerator and vector version for qr and nr added
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1361 2014-04-16 15:17:48Z hoffmann
     29! accelerator and vector version for qr and nr added
     30!
    2831! 1353 2014-04-08 15:21:23Z heinze
    2932! REAL constants provided with KIND-attribute,
  • palm/trunk/SOURCE/boundary_conds.f90

    r1361 r1362  
    2020! Current revisions:
    2121! -----------------
    22 ! Bottom and top boundary conditions of rain water content (qr) and
    23 ! rain drop concentration (nr) changed to Dirichlet
     22!
    2423!
    2524! Former revisions:
     
    2726! $Id$
    2827!
     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!
    2932! 1353 2014-04-08 15:21:23Z heinze
    3033! REAL constants provided with KIND-attribute
  • palm/trunk/SOURCE/check_parameters.f90

    r1361 r1362  
    2020! Current revisions:
    2121! -----------------
    22 ! PA0363 removed
    23 ! PA0362 changed
    24 !
     22!
     23!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1361 2014-04-16 15:17:48Z hoffmann
     29! PA0363 removed
     30! PA0362 changed
    2831!
    2932! 1359 2014-04-11 17:15:14Z hoffmann
  • palm/trunk/SOURCE/init_3d_model.f90

    r1361 r1362  
    2020! Current revisions:
    2121! ------------------
    22 ! tend_* removed
    23 ! Bugfix: w_subs is not allocated anymore if it is already allocated
     22!
    2423!
    2524! Former revisions:
     
    2726! $Id$
    2827!
     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!
    2932! 1359 2014-04-11 17:15:14Z hoffmann
    3033! module lpm_init_mod added to use statements, because lpm_init has become a
  • palm/trunk/SOURCE/init_cloud_physics.f90

    r1361 r1362  
    2020! Current revisions:
    2121! -----------------
    22 ! sed_qc_const is now calculated here (2-moment microphysics)
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1361 2014-04-16 15:17:48Z hoffmann
     29! sed_qc_const is now calculated here (2-moment microphysics)
     30!
    2831! 1353 2014-04-08 15:21:23Z heinze
    2932! REAL constants provided with KIND-attribute
  • palm/trunk/SOURCE/microphysics.f90

    r1361 r1362  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1361 2014-04-16 15:17:48Z hoffmann
    2229! Bugfix in sedimentation_rain: Index corrected.
    2330! Vectorized version of adjust_cloud added.
    2431! Little reformatting of the code.
    2532!
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    29 !
    3033! 1353 2014-04-08 15:21:23Z heinze
    3134! REAL constants provided with KIND-attribute
  • palm/trunk/SOURCE/modules.f90

    r1361 r1362  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1361 2014-04-16 15:17:48Z hoffmann
    2229! tend_* removed
    2330! call_microphysics_at_all_substeps added
    2431! default of drizzle set to true
    2532!
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    29 !
    3033! 1359 2014-04-11 17:15:14Z hoffmann
    3134! particle_attributes moved to mod_particle_attributes.f90
  • palm/trunk/SOURCE/parin.f90

    r1361 r1362  
    2020! Current revisions:
    2121! -----------------
    22 ! +call_microphysics_at_all_substeps
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1361 2014-04-16 15:17:48Z hoffmann
     29! +call_microphysics_at_all_substeps
     30!
    2831! 1359 2014-04-11 17:15:14Z hoffmann
    2932! REAL constants provided with KIND-attribute
  • palm/trunk/SOURCE/prandtl_fluxes.f90

    r1361 r1362  
    2020! Current revisions:
    2121! -----------------
    22 ! Bugfix: calculation of turbulent fluxes of rain water content (qrsws) and rain
    23 ! drop concentration (nrsws) added
     22!
    2423!
    2524! Former revisions:
     
    2726! $Id$
    2827!
     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!
    2932! 1340 2014-03-25 19:45:13Z kanani
    3033! REAL constants defined as wp-kind
  • palm/trunk/SOURCE/prognostic_equations.f90

    r1361 r1362  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1361 2014-04-16 15:17:48Z hoffmann
    2229! Two-moment microphysics moved to the start of prognostic equations. This makes
    2330! the 3d arrays for tend_q, tend_qr, tend_pt and tend_pt redundant.
     
    2734! Two-moment cloud physics added for vector and accelerator optimization.
    2835!
    29 ! Former revisions:
    30 ! -----------------
    31 ! $Id$
    32 !
    3336! 1353 2014-04-08 15:21:23Z heinze
    3437! REAL constants provided with KIND-attribute
Note: See TracChangeset for help on using the changeset viewer.