163 | | * lpm_advec: turbulent velocity fluctuations can be used (use_sgs_for_particles), terminal velocity is computed from a parameterization by Rogers et al. (1993) |
164 | | * lpm_droplet_collision: a new collision algorithm is available (collision_algorithm='all_or_nothing', 'average_impact' turns on the original algorithm) |
165 | | * lpm_collision_kernel: the PALM kernel has been removed. Terminal velocities are also computed by the parameterization of Rogers et al. (1993) (analogously to lpm_advec) |
166 | | * microphysics: Kessler bulk microphysics are not integrated in microphyics (i.e., calc_precipitation and impact_of_latent_heat are deleted). Microphysics can be steered via cloud_scheme with the following options: 'saturation_adjust' is a simple saturation adjustment scheme without precipitation, 'kessler' turns on the (one-moment) precipitation parametrization by Kessler (1996), 'seifert_beheng' the (two-moment) precipitation parameterization by Seifert and Beheng (2006). |
167 | | * several routines of the LPM (Lagrangian particle model): Tails are now removed. |
168 | | * lpm_release_set: Has been removed and directly integrated in lpm_init. |
| 163 | * lpm_advec: turbulent velocity fluctuations can be used (set use_sgs_for_particles to true), terminal velocity is computed from a parameterization by Rogers et al. (1993) |
| 164 | * lpm_droplet_collision: a new collision algorithm is available (collision_algorithm='all_or_nothing', 'average_impact' turns on the original algorithm). Additional changes in mod_particle_attributes, package_parin. |
| 165 | * lpm_collision_kernel: the PALM kernel has been removed. Terminal velocities are also computed by the parameterization of Rogers et al. (1993) (analogously to lpm_advec). |
| 166 | * microphysics: Kessler bulk microphysics are not integrated in microphyics (i.e., calc_precipitation and impact_of_latent_heat are deleted). Microphysics can be steered via cloud_scheme with the following options: 'saturation_adjust' is a simple saturation adjustment scheme without precipitation, 'kessler' turns on the (one-moment) precipitation parametrization by Kessler (1996), 'seifert_beheng' the (two-moment) precipitation parameterization by Seifert and Beheng (2006). Additional changed in: advec_ws, boundary_conds, check_parameters, data_output_2d, data_output_3d, flow_statistics, header, init_3d_model, init_cloud_physics, init_masks, prognostic_equations, surface_layer_fluxes, swap_timelevel, time_integration, user_actions, write_3d_binary. |
| 167 | * several routines of the LPM (Lagrangian particle model): Tails are now removed [lpm, lpm_advec, lpm_boundary_conds.f90, lpm_calc_liquid_water_content, lpm_data_output_particles, lpm_exchange_horiz, lpm_extend_tail_array (deleted), lpm_extend_tails (deleted), lpm_init, lpm_init_sgs_tke, lpm_pack_arrays, lpm_read_restart_file, lpm_set_attributes, lpm_write_exchange_statistics, lpm_write_restart_file, data_output_dvrp]. |
| 168 | * lpm_release_set: Has been removed and directly integrated into lpm_init. |