Ignore:
Timestamp:
Jan 13, 2010 3:10:53 PM (14 years ago)
Author:
franke
Message:

collision of cloud droplets has changed in advec_particles
bugfixes in advec_particles and collision_efficiency
change in disturb_field to make runs reproducible on HLRN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r412 r420  
    11New:
    22---
    3 humidity=.T. is now usable for runs with topography. wall_humidityflux and 
     3humidity=.T. is now usable for runs with topography. wall_humidityflux and
    44wall_scalarflux are the corresponding new parin arrays.
    55(check_parameters, init_3d_model, parin)
    66
    7 Large scale vertical motion (subsidence/ascent) can be applied to the 
    8 prognostic equation for the potential temperature. (check_parameters, header, 
     7Large scale vertical motion (subsidence/ascent) can be applied to the
     8prognostic equation for the potential temperature. (check_parameters, header,
    99Makefile, modules, parin, prognostic_equations, read_var_list, subsidence,
    1010write_var_list)
     
    1818var_ts is replaced by dots_max (modules,init_3d_model)
    1919
    20 init_3d_model, modules
     20Every cloud droplet has now an own weighting factor and can be deleted due to
     21collisions. Condensation and collision of cloud droplets are adjusted
     22accordingly. (advec_particles)
     23
     24Collision efficiency for large cloud droplets has changed according to table of
     25Rogers and Yau. (collision_efficiency)
     26
     27advec_particles, collision_efficiency, init_3d_model, modules
    2128
    2229
     
    2532Dimension of array stat in cascade change to prevent type problems with
    2633mpi2 libraries (poisfft_hybrid)
     34
     35A loop has been splitted to make runs reproducible on HLRN
     36systems. (disturb_field)
    2737
    2838Bugfix: exchange of ghost points for prho included (time_integration)
     
    3545messages from gfortran compiler (modules)
    3646
    37 calc_precipitation, modules, poisfft_hybrid, sum_up_3d_data, time_integration
     47Bugfix: calculation of cloud droplet velocity (advec_particles)
     48
     49Bugfix: transfer of particles at south/left edge (advec_particles)
     50
     51Bugfix: calculation of collision_efficiency (collision_efficiency)
     52
     53advec_particles, calc_precipitation, collision_efficiency, disturb_field, modules, poisfft_hybrid, sum_up_3d_data, time_integration
    3854
    3955
Note: See TracChangeset for help on using the changeset viewer.