source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 266

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

further updates concerning new dvr-features + documentation

  • Property svn:keywords set to Id
File size: 3.9 KB
RevLine 
[34]1New:
2---
[264]3Clipping of dvrp output implemented. Default colourtable for particles
4implemented, particle attributes (color, dvrp_size) can be set with new
5parameters particle_color, particle_dvrpsize, color_interval,
6dvrpsize_interval (init_dvrp, data_output_dvrp, modules, user_data_output_dvrp)
[158]7
[237]8Polygon reduction for topography and ground plate isosurface. Reduction level
9for buildings can be chosen with parameter cluster_size. (init_dvrp)
[34]10
[240]11External pressure gradient (check_parameters, header, init_3d_model, modules,
12parin, prognostic_equations, read_var_list, write_var_list)
[237]13
[240]14New topography case 'single_street_canyon' (header, init_grid, modules, parin,
15read_var_list, user_check_parameters, user_header, user_init_grid, write_var_list)
[237]16
[241]17Option to predefine a target bulk velocity for conserve_volume_flow
18(check_parameters, header, init_3d_model, modules, parin, read_var_list,
19write_var_list)
20
[246]21check_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
[240]22
[264]23New: set_particle_attributes
[240]24
[34]25Changed:
26-------
[263]27Output of NetCDF messages with aid of message handling routine.
28(check_open, close_file, data_output_2d, data_output_3d,
29data_output_profiles, data_output_ptseries, data_output_spectra,
30data_output_tseries, netcdf, output_particles_netcdf)
[189]31
[231]32Output of messages replaced by message handling routine.
[257]33(advec_particles, advec_s_bc, buoyancy, calc_spectra, check_for_restart,
34check_open, coriolis, cpu_log, data_output_2d, data_output_3d, data_output_dvrp,
35data_output_profiles, data_output_spectra, fft_xy, flow_statistics, header,
36init_1d_model, init_3d_model, init_dvrp, init_grid, init_particles, init_pegrid,
37netcdf, parin, plant_canopy_model, poisfft_hybrid, poismg, read_3d_binary,
[258]38read_var_list, surface_coupler, temperton_fft, timestep, user_actions,
39user_data_output_dvrp, user_dvrp_coltab, user_init_grid, user_init_plant_canopy,
40user_parin, user_read_restart_data, user_spectra )
[257]41
[231]42First constant in array den also defined as type double. (eqn_state_seawater)
[225]43
[266]44Parameter dvrp_psize moved from particles_par to dvrp_graphics_par. (package_parin)
45
[256]46topography_grid_convention moved from userpar to inipar (check_parameters,
47header, parin, read_var_list, user_check_parameters, user_header,
48user_init_grid, user_parin, write_var_list)
[230]49
[266]50advec_particles, advec_s_bc, buoyancy, calc_spectra, check_for_restart, check_open, check_parameters, close_file, coriolis, cpu_log, data_output_2d, data_output_3d, data_output_dvrp, data_output_profiles, data_output_ptseries, data_output_spectra, data_output_tseries, eqn_state_seawater, fft_xy, flow_statistics, header, init_1d_model, init_3d_model, init_dvrp, init_grid, init_particles, init_pegrid, netcdf, output_particles_netcdf, package_parin, parin, plant_canopy_model, poisfft_hybrid, poismg, read_3d_binary, read_var_list, sort_particles, user_check_parameters, user_header, user_init_grid, user_parin, surface_coupler, temperton_fft, timestep, user_actions, user_data_output_dvrp, user_dvrp_coltab, user_init_grid, user_init_plant_canopy, user_parin, user_read_restart_data, user_spectra, write_var_list
[231]51
[256]52
[34]53Errors:
54------
[192]55
[262]56Bugfix: error in check, if particles moved further than one subdomain length.
57This check must not be applied for newly released particles. (advec_particles)
58
[229]59Bugfix: several tail counters are initialized, particle_tail_coordinates is
60only written to file if its third index is > 0, arrays for tails are allocated
61with a minimum size of 10 tails if there is no tail initially (init_particles,
62advec_particles)
[232]63
64Bugfix: pressure included for profile output (check_parameters)
65
[239]66Bugfix: Type of count and count_rate changed to default INTEGER on NEC machines
67(cpu_log)
68
[253]69Bugfix: output if particle time series only if particle advection is switched
70on. (time_integration)
71
72advec_particles, check_parameters, cpu_log, init_particles, time_integration
Note: See TracBrowser for help on using the repository browser.