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