1 | New: |
---|
2 | --- |
---|
3 | Clipping of dvrp output implemented. (init_dvrp, data_output_dvrp, |
---|
4 | user_data_output_dvrp) |
---|
5 | |
---|
6 | Polygon reduction for topography and ground plate isosurface. Reduction level |
---|
7 | for buildings can be chosen with parameter cluster_size. (init_dvrp) |
---|
8 | |
---|
9 | External pressure gradient (check_parameters, header, init_3d_model, modules, |
---|
10 | parin, prognostic_equations, read_var_list, write_var_list) |
---|
11 | |
---|
12 | New topography case 'single_street_canyon' (header, init_grid, modules, parin, |
---|
13 | read_var_list, user_check_parameters, user_header, user_init_grid, write_var_list) |
---|
14 | |
---|
15 | Option to predefine a target bulk velocity for conserve_volume_flow |
---|
16 | (check_parameters, header, init_3d_model, modules, parin, read_var_list, |
---|
17 | write_var_list) |
---|
18 | |
---|
19 | 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 |
---|
20 | |
---|
21 | |
---|
22 | Changed: |
---|
23 | ------- |
---|
24 | Output of NetCDF messages with aid of message handling routine. |
---|
25 | (check_open, close_file, data_output_2d, data_output_3d, |
---|
26 | data_output_profiles, data_output_ptseries, data_output_spectra, |
---|
27 | data_output_tseries, netcdf, output_particles_netcdf) |
---|
28 | |
---|
29 | Output of messages replaced by message handling routine. |
---|
30 | (advec_particles, advec_s_bc, buoyancy, calc_spectra, check_for_restart, |
---|
31 | check_open, coriolis, cpu_log, data_output_2d, data_output_3d, data_output_dvrp, |
---|
32 | data_output_profiles, data_output_spectra, fft_xy, flow_statistics, header, |
---|
33 | init_1d_model, init_3d_model, init_dvrp, init_grid, init_particles, init_pegrid, |
---|
34 | netcdf, parin, plant_canopy_model, poisfft_hybrid, poismg, read_3d_binary, |
---|
35 | read_var_list, surface_coupler, temperton_fft, timestep, user_actions, |
---|
36 | user_data_output_dvrp, user_dvrp_coltab, user_init_grid, user_init_plant_canopy, |
---|
37 | user_parin, user_read_restart_data, user_spectra ) |
---|
38 | |
---|
39 | First constant in array den also defined as type double. (eqn_state_seawater) |
---|
40 | |
---|
41 | topography_grid_convention moved from userpar to inipar (check_parameters, |
---|
42 | header, parin, read_var_list, user_check_parameters, user_header, |
---|
43 | user_init_grid, user_parin, write_var_list) |
---|
44 | |
---|
45 | 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, 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 |
---|
46 | |
---|
47 | |
---|
48 | Errors: |
---|
49 | ------ |
---|
50 | |
---|
51 | Bugfix: error in check, if particles moved further than one subdomain length. |
---|
52 | This check must not be applied for newly released particles. (advec_particles) |
---|
53 | |
---|
54 | Bugfix: several tail counters are initialized, particle_tail_coordinates is |
---|
55 | only written to file if its third index is > 0, arrays for tails are allocated |
---|
56 | with a minimum size of 10 tails if there is no tail initially (init_particles, |
---|
57 | advec_particles) |
---|
58 | |
---|
59 | Bugfix: pressure included for profile output (check_parameters) |
---|
60 | |
---|
61 | Bugfix: Type of count and count_rate changed to default INTEGER on NEC machines |
---|
62 | (cpu_log) |
---|
63 | |
---|
64 | Bugfix: output if particle time series only if particle advection is switched |
---|
65 | on. (time_integration) |
---|
66 | |
---|
67 | advec_particles, check_parameters, cpu_log, init_particles, time_integration |
---|