source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 116

Last change on this file since 116 was 116, checked in by raasch, 17 years ago

further preliminary updates concerning particle sorting and documentation

  • Property svn:keywords set to Id
File size: 828 bytes
Line 
1New:
2---
3
4Pressure boundary conditions for vertical walls added to the multigrid solver.
5They are applied using new wall flag arrays (wall_flags_..) which are defined
6for each grid level. New argument gls added to routine user_init_grid
7(user_interface).
8
9Frequence of sorting particles can be controlled with new particles_par
10parameter dt_sort_particles. Sorting is moved from the SGS timestep loop in
11advec_particles after the end of this loop.
12
13advec_particles, check_parameters, init_grid, init_pegrid, modules, package_parin, read_var_list, user_interface, write_var_list
14
15
16Changed:
17-------
18
19
20Errors:
21------
22
23Bugfix: pleft/pright changed to pnorth/psouth in sendrecv of particle tail
24numbers along y (advec_particles)
25
26Bugfix: model_string needed a default value (combine_plot_fields)
27
28advec_particles, combine_plot_fields
Note: See TracBrowser for help on using the repository browser.