Changeset 1066 for palm/trunk


Ignore:
Timestamp:
Nov 22, 2012 5:52:43 PM (11 years ago)
Author:
hoffmann
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/check_parameters.f90

    r1065 r1066  
    2020! Current revisions:
    2121! -----------------
    22 ! Bugfix: It is not allowed to use cloud_scheme = seifert_beheng without
    23 !         precipitation in order to save computational resources.
    24 !
    2522!
    2623! Former revisions:
    2724! -----------------
    2825! $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.
    2930!
    3031! 1060 2012-11-21 07:19:51Z raasch
  • palm/trunk/SOURCE/data_output_2d.f90

    r1065 r1066  
    2020! Current revisions:
    2121! -----------------
    22 ! Bugfix: Output of cross sections of ql
    2322!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1065 2012-11-22 17:42:36Z hoffmann
     28! Bugfix: Output of cross sections of ql
    2729!
    2830! 1053 2012-11-13 17:11:03Z hoffmann
  • palm/trunk/SOURCE/diffusion_e.f90

    r1065 r1066  
    2020! Current revisions:
    2121! -----------------
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1065 2012-11-22 17:42:36Z hoffmann
    2228! Enabled the claculation of diss in case of turbulence = .TRUE. (parameterized
    2329! effects of turbulence on autoconversion and accretion in two-moments cloud
    2430! physics scheme).
    25 !
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    2931!
    3032! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/init_3d_model.f90

    r1065 r1066  
    2323! Current revisions:
    2424! ------------------
    25 ! allocation of diss (dissipation rate) in case of turbulence = .TRUE. added
    2625!
    2726! Former revisions:
    2827! -----------------
    2928! $Id$
     29!
     30! 1065 2012-11-22 17:42:36Z hoffmann
     31! allocation of diss (dissipation rate) in case of turbulence = .TRUE. added
    3032!
    3133! 1053 2012-11-13 17:11:03Z hoffmann
  • palm/trunk/SOURCE/init_cloud_physics.f90

    r1065 r1066  
    2020! Current revisions:
    2121! -----------------
    22 ! The Courant number of sedimentation can be controlled with c_sedimentation.
    2322!
    2423! Former revisions:
    2524! ------------------
    2625! $Id$
     26!
     27! 1065 2012-11-22 17:42:36Z hoffmann
     28! The Courant number of sedimentation can be controlled with c_sedimentation.
    2729!
    2830! 1053 2012-11-13 17:11:03Z hoffmann
  • palm/trunk/SOURCE/microphysics.f90

    r1065 r1066  
    44! Current revisions:
    55! -----------------
     6!
     7! Former revisions:
     8! -----------------
     9! $Id$
     10!
     11! 1065 2012-11-22 17:42:36Z hoffmann
    612! Sedimentation process implemented according to Stevens and Seifert (2008).
    713! Turbulence effects on autoconversion and accretion added (Seifert, Nuijens
    814! and Stevens, 2010).
    9 !
    10 ! Former revisions:
    11 ! -----------------
    12 ! $Id$
    1315!
    1416! 1053 2012-11-13 17:11:03Z hoffmann
  • palm/trunk/SOURCE/modules.f90

    r1065 r1066  
    2020! Current revisions:
    2121! -----------------
    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_cc
    24 !
    25 ! bottom boundary condition of qr, nr changed from Dirichlet to Neumann
    2622!
    2723! Former revisions:
    2824! -----------------
    2925! $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
    3032!
    3133! 1053 2012-11-13 17:11:03Z hoffmann
  • palm/trunk/SOURCE/parin.f90

    r1065 r1066  
    2020! Current revisions:
    2121! -----------------
    22 ! +nc, c_sedimentation, limiter_sedimentation, turbulence
    23 ! -mu_constant, mu_constant_value
    2422!
    2523! Former revisions:
    2624! -----------------
    2725! $Id$
     26!
     27! 1065 2012-11-22 17:42:36Z hoffmann
     28! +nc, c_sedimentation, limiter_sedimentation, turbulence
     29! -mu_constant, mu_constant_value
    2830!
    2931! 1053 2012-11-13 17:11:03Z hoffmann
  • palm/trunk/SOURCE/read_var_list.f90

    r1065 r1066  
    2020! Current revisions:
    2121! ------------------
    22 ! +nc, c_sedimentation, limiter_sedimentation, turbulence
    23 ! -mu_constant, mu_constant_value
    2422!
    2523! Former revisions:
    2624! -----------------
    2725! $Id$
     26!
     27! 1065 2012-11-22 17:42:36Z hoffmann
     28! +nc, c_sedimentation, limiter_sedimentation, turbulence
     29! -mu_constant, mu_constant_value
    2830!
    2931! 1053 2012-11-13 17:11:03Z hoffmann
  • palm/trunk/SOURCE/time_integration.f90

    r1065 r1066  
    2020! Current revisions:
    2121! -----------------
    22 ! exchange of diss (dissipation rate) in case of turbulence = .TRUE. added
    2322!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1065 2012-11-22 17:42:36Z hoffmann
     28! exchange of diss (dissipation rate) in case of turbulence = .TRUE. added
    2729!
    2830! 1053 2012-11-13 17:11:03Z hoffmann
  • palm/trunk/SOURCE/write_var_list.f90

    r1065 r1066  
    2020! Current revisions:
    2121! -----------------
    22 ! +nc, c_sedimentation, turbulence, limiter_sedimentation
    23 ! -mu_constant, mu_constant_value
    2422!
    2523! Former revisions:
    2624! -----------------
    2725! $Id$
     26!
     27! 1065 2012-11-22 17:42:36Z hoffmann
     28! +nc, c_sedimentation, turbulence, limiter_sedimentation
     29! -mu_constant, mu_constant_value
    2830!
    2931! 1053 2012-11-13 17:11:03Z hoffmann
Note: See TracChangeset for help on using the changeset viewer.