source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 254

Last change on this file since 254 was 254, checked in by heinze, 15 years ago

Output of messages replaced by message handling routine.

  • Property svn:keywords set to Id
File size: 2.0 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, advec_s_bc, buoyancy, calc_spectra, check_for_restart, check_open, coriolis, cpu_log, data_output_2d, data_output_3d, data_output_dvrp, data_output_profiles, data_output_spectra,  eqn_state_seawater, fft_xy, flow_statistics, header, init_1d_model, init_3d_model, init_dvrp, init_grid, init_particles, init_pegrid, 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
44Bugfix: output if particle time series only if particle advection is switched
45on. (time_integration)
46
47advec_particles, check_parameters, cpu_log, init_particles, time_integration
Note: See TracBrowser for help on using the repository browser.