Changeset 1054


Ignore:
Timestamp:
Nov 13, 2012 5:30:09 PM (11 years ago)
Author:
hoffmann
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
24 edited

Legend:

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

    r1053 r1054  
    2020! Current revisions:
    2121! ------------------
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
    2228! necessary expansions according to the two new prognostic equations (nr, qr)
    2329! of the two-moment cloud physics scheme:
    2430! +flux_l_*, flux_s_*, diss_l_*, diss_s_*, sums_ws*s_ws_l
    25 !
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    2931!
    3032! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/average_3d_data.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
    22 ! averaging of nr, qr added
    2322!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
    27 !
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
     28! averaging of nr, qr added
     29!
    2830! 1036 2012-10-22 13:43:42Z raasch
    2931! code put under GPL (PALM 3.9)
  • palm/trunk/SOURCE/boundary_conds.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
    22 ! boundary conditions for the two new prognostic equations (nr, qr) of the
    23 ! two-moment cloud scheme
    2422
    2523! Former revisions:
    2624! -----------------
    2725! $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
    2830!
    2931! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/calc_liquid_water_content.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
    22 ! description expanded to the two-moment cloud scheme
    2322!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
     28! description expanded to the two-moment cloud scheme
    2729!
    2830! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/check_parameters.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
    2228! necessary changes for the new two-moment cloud physics scheme added:
    2329! - check cloud physics scheme (Kessler or Seifert and Beheng)
     
    2733! - boundary condition of nr, qr
    2834! - check output quantities (qr, nr, prr)
    29 !
    30 ! Former revisions:
    31 ! -----------------
    32 ! $Id$
    3335!
    3436! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/data_output_2d.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
    22 ! +qr, nr, qc and cross sections
    2322!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
     28! +qr, nr, qc and cross sections
    2729!
    2830! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/data_output_3d.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
    22 ! +nr, qr, prr, qc and averaged quantities
    2322!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
     28! +nr, qr, prr, qc and averaged quantities
    2729!
    2830! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/flow_statistics.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
    22 ! necessary additions for two-moment cloud physics scheme:
    23 ! +nr, qr, qc, prr
    2422!
    2523! Former revisions:
    2624! -----------------
    2725! $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
    2830!
    2931! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/init_3d_model.f90

    r1053 r1054  
    2323! Current revisions:
    2424! ------------------
     25!
     26! Former revisions:
     27! -----------------
     28! $Id$
     29!
     30! 1053 2012-11-13 17:11:03Z hoffmann
    2531! allocation and initialisation of necessary data arrays for the two-moment
    2632! cloud physics scheme the two new prognostic equations (nr, qr):
    2733! +dr, lambda_r, mu_r, sed_*, xr, *s, *sws, *swst, *, *_p, t*_m, *_1, *_2, *_3,
    2834! +tend_*, prr
    29 !
    30 ! Former revisions:
    31 ! -----------------
    32 ! $Id$
    3335!
    3436! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/init_cloud_physics.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
     22!
     23! Former revisions:
     24! ------------------
     25! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
    2228! calculation of the maximum timestep according to the terminal velocity of rain
    2329! drops in the two moment cloud scheme
     
    2531! calculation of frequently used constants (pirho_l, dpirho_l, schmidt_p_1d3,
    2632! hyrho)
    27 !
    28 ! Former revisions:
    29 ! ------------------
    30 ! $Id$
    3133!
    3234! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/microphysics.f90

    r1053 r1054  
    44! Current revisions:
    55! -----------------
    6 ! initial revision
    76!
    87! Former revisions:
    98! -----------------
    109! $Id$
     10!
     11! 1053 2012-11-13 17:11:03Z hoffmann
     12! initial revision
    1113!
    1214! Description:
  • palm/trunk/SOURCE/modules.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
    2228! necessary expansions according to the two new prognostic equations (nr, qr)
    2329! of the two-moment cloud physics scheme:
     
    3541! steering parameters for the two_moment scheme:
    3642! +mu_constant, ventilation_effect
    37 !
    38 ! Former revisions:
    39 ! -----------------
    40 ! $Id$
    4143!
    4244! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/netcdf.f90

    r1053 r1054  
    2323! Current revisions:
    2424! ------------------
    25 ! +qr, nr, prr
    2625!
    2726! Former revisions:
    2827! -----------------
    2928! $Id$
     29!
     30! 1053 2012-11-13 17:11:03Z hoffmann
     31! +qr, nr, prr
    3032!
    3133! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/parin.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
    2228! necessary expansions according to the two new prognostic equations (nr, qr)
    2329! of the two-moment cloud physics scheme and steering parameters:
     
    2531! +*_vertical_gradient_level, surface_waterflux_*,
    2632! +cloud_scheme, drizzle, mu_constant, mu_constant_value, ventilation_effect
    27 !
    28 ! Former revisions:
    29 ! -----------------
    30 ! $Id$
    3133!
    3234! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/prognostic_equations.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
    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 optimization
    2622!
    2723! Former revisions:
    2824! -----------------
    2925! $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
    3032!
    3133! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/read_3d_binary.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
    2228! necessary expansions according to the two new prognostic equations (nr, qr)
    2329! of the two-moment cloud physics scheme:
    2430! +prr, prr_av, *, *_av, *s, *sws, *swst
    25 !
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    2931!
    3032! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/read_var_list.f90

    r1053 r1054  
    2020! Current revisions:
    2121! ------------------
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
    2228! necessary expansions according to the two new prognostic equations (nr, qr)
    2329! of the two-moment cloud physics scheme:
     
    2935! scheme:   
    3036! +cloud_scheme, +drizzle, +mu_constant, +mu_constant_value, +ventilation_effect
    31 !
    32 ! Former revisions:
    33 ! -----------------
    34 ! $Id$
    3537!
    3638! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/sum_up_3d_data.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
    22 ! +nr, prr, qr
    2322!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
     28! +nr, prr, qr
    2729!
    2830! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/swap_timelevel.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
    22 ! swap of timelevels for nr, qr added
    2322!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
     28! swap of timelevels for nr, qr added
    2729!
    2830! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/time_integration.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
    22 ! exchange of ghost points for nr, qr added
    2322!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
     28! exchange of ghost points for nr, qr added
    2729!
    2830! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/timestep.f90

    r1053 r1054  
    2020! Current revisions:
    2121! ------------------
    22 ! timestep is reduced in two-moment cloud scheme according to the maximum
    23 ! terminal velocity of rain drops
    2422!
    2523! Former revisions:
    2624! -----------------
    2725! $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
    2830!
    2931! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/user_actions.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
    22 ! +qr-tendency, nr-tendency
    2322!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
     28! +qr-tendency, nr-tendency
    2729!
    2830! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/write_3d_binary.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
    2228! necessary expansions according to the two new prognostic equations (nr, qr)
    2329! of the two-moment cloud physics scheme:
    2430! +prr, prr_av, *, *_av, *s, *sws, *swst
    25 !
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    2931!
    3032! 1036 2012-10-22 13:43:42Z raasch
  • palm/trunk/SOURCE/write_var_list.f90

    r1053 r1054  
    2020! Current revisions:
    2121! -----------------
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1053 2012-11-13 17:11:03Z hoffmann
    2228! necessary expansions according to the two new prognostic equations (nr, qr)
    2329! of the two-moment cloud physics scheme:
     
    2935! scheme:   
    3036! +cloud_scheme, +drizzle, +mu_constant, +mu_constant_value, +ventilation_effect
    31 !
    32 ! Former revisions:
    33 ! -----------------
    34 ! $Id$
    3537!
    3638! 1036 2012-10-22 13:43:42Z raasch
Note: See TracChangeset for help on using the changeset viewer.