source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 246

Last change on this file since 246 was 246, checked in by raasch, 15 years ago

further changes for dvrp clipping

  • Property svn:keywords set to Id
File size: 1.6 KB
Line 
1New:
2---
3Clipping of dvrp output implemented. (init_dvrp, data_output_dvrp,
4user_data_output_dvrp)
5
6Polygon reduction for topography and ground plate isosurface. Reduction level
7for buildings can be chosen with parameter cluster_size. (init_dvrp)
8
9External pressure gradient (check_parameters, header, init_3d_model, modules,
10parin, prognostic_equations, read_var_list, write_var_list)
11
12New topography case 'single_street_canyon' (header, init_grid, modules, parin,
13read_var_list, user_check_parameters, user_header, user_init_grid, write_var_list)
14
15Option to predefine a target bulk velocity for conserve_volume_flow
16(check_parameters, header, init_3d_model, modules, parin, read_var_list,
17write_var_list)
18
19check_parameters, data_output_dvrp, init_dvrp, init_grid, init_3d_model, header, modules, package_parin, parin, prognostic_equations, read_var_list, user_check_parameters, user_data_output_dvrp, user_header, user_init_grid, write_var_list
20
21
22Changed:
23-------
24
25Output of messages replaced by message handling routine.
26First constant in array den also defined as type double. (eqn_state_seawater)
27
28advec_particles, eqn_state_seawater, sort_particles
29
30
31Errors:
32------
33
34Bugfix: several tail counters are initialized, particle_tail_coordinates is
35only written to file if its third index is > 0, arrays for tails are allocated
36with a minimum size of 10 tails if there is no tail initially (init_particles,
37advec_particles)
38
39Bugfix: pressure included for profile output (check_parameters)
40
41Bugfix: Type of count and count_rate changed to default INTEGER on NEC machines
42(cpu_log)
43
44advec_particles, check_parameters, cpu_log, init_particles
Note: See TracBrowser for help on using the repository browser.