source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 314

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

Change of 2 NetCDF error numbers. appendix_a.html contains the complete content of message_identfiers, so message_identfiers is obsolete.

  • Property svn:keywords set to Id
File size: 5.9 KB
Line 
1New:
2---
3Check for illegal entries in section_xy|xz|yz that exceed nz+1|ny+1|nx+1
4(check_parameters)
5
6Clipping of dvrp output implemented. Default colourtable for particles
7implemented, particle attributes (color, dvrp_size) can be set with new
8parameters particle_color, particle_dvrpsize, color_interval,
9dvrpsize_interval (init_dvrp, data_output_dvrp, modules, user_data_output_dvrp).
10Slicer attributes (dvrp) are set with new routine set_slicer_attributes_dvrp
11and are controlled with existing parameters slicer_range_limits.
12(set_slicer_attributes_dvrp)
13
14Ocean atmosphere coupling allows to use independent precursor runs in order
15to account for different spin-up times. The time when coupling has to be
16started is given by new inipar parameter coupling_start_time. The precursor
17ocean run has to be started using new mrun option "-y" in order to add
18appendix "_O" to all output files.
19(check_for_restart, check_parameters, data_output_2d, data_output_3d,
20data_output_profiles, data_output_ptseries, data_output_spectra,
21data_output_tseries, header, init_coupling, modules, mrun,
22parin, read_var_list, surface_coupler, time_integration, write_var_list)
23
24Polygon reduction for topography and ground plate isosurface. Reduction level
25for buildings can be chosen with parameter cluster_size. (init_dvrp)
26
27External pressure gradient (check_parameters, header, init_3d_model, modules,
28parin, prognostic_equations, read_var_list, write_var_list)
29
30New topography case 'single_street_canyon' (header, init_grid, modules, parin,
31read_var_list, user_check_parameters, user_header, user_init_grid, write_var_list)
32
33Option to predefine a target bulk velocity for conserve_volume_flow
34(check_parameters, header, init_3d_model, modules, parin, read_var_list,
35write_var_list)
36
37check_for_restart, check_parameters, data_output_2d, data_output_3d, data_output_dvrp, data_output_profiles, data_output_ptseries, data_output_spectra, data_output_tseries, init_coupling, init_dvrp, init_grid, init_3d_model, header, modules, mrun, package_parin, parin, prognostic_equations, read_var_list, surface_coupler, time_integration, user_check_parameters, user_data_output_dvrp, user_header, user_init_grid, write_var_list
38
39New: set_particle_attributes, set_slicer_attributes_dvrp
40
41Changed:
42-------
432 NetCDF error numbers changed. (data_output_3d)
44
45A Link to the website appendix_a.html is printed for further information
46about the possible errors. (message)
47
48Temperature gradient criterion for estimating the boundary layer height
49replaced by the gradient criterion of Sullivan et al. (1998). (flow_statistics)
50
51NetCDF unit attribute in timeseries output in case of statistic regions added
52(netcdf)
53
54Output of NetCDF messages with aid of message handling routine.
55(check_open, close_file, data_output_2d, data_output_3d,
56data_output_profiles, data_output_ptseries, data_output_spectra,
57data_output_tseries, netcdf, output_particles_netcdf)
58
59Output of messages replaced by message handling routine.
60(advec_particles, advec_s_bc, buoyancy, calc_spectra, check_for_restart,
61check_open, coriolis, cpu_log, data_output_2d, data_output_3d, data_output_dvrp,
62data_output_profiles, data_output_spectra, fft_xy, flow_statistics, header,
63init_1d_model, init_3d_model, init_dvrp, init_grid, init_particles, init_pegrid,
64netcdf, parin, plant_canopy_model, poisfft_hybrid, poismg, read_3d_binary,
65read_var_list, surface_coupler, temperton_fft, timestep, user_actions,
66user_data_output_dvrp, user_dvrp_coltab, user_init_grid, user_init_plant_canopy,
67user_parin, user_read_restart_data, user_spectra )
68
69Maximum number of tails is calculated from maximum number of particles and
70skip_particles_for_tail (init_particles)
71
72First constant in array den also defined as type double. (eqn_state_seawater)
73
74Parameter dvrp_psize moved from particles_par to dvrp_graphics_par. (package_parin)
75
76topography_grid_convention moved from userpar to inipar (check_parameters,
77header, parin, read_var_list, user_check_parameters, user_header,
78user_init_grid, user_parin, write_var_list)
79
80Default value of grid_matching changed to strict.
81
82advec_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
83
84
85Errors:
86------
87
88Typographical error: unit of wpt in dots_unit (modules)
89
90Bugfix: error in check, if particles moved further than one subdomain length.
91This check must not be applied for newly released particles. (advec_particles)
92
93Bugfix: several tail counters are initialized, particle_tail_coordinates is
94only written to file if its third index is > 0, arrays for tails are allocated
95with a minimum size of 10 tails if there is no tail initially (init_particles,
96advec_particles)
97
98Bugfix: pressure included for profile output (check_parameters)
99
100Bugfix: Type of count and count_rate changed to default INTEGER on NEC machines
101(cpu_log)
102
103Bugfix: output if particle time series only if particle advection is switched
104on. (time_integration)
105
106Typographical errors (netcdf)
107
108If the inversion height calculated by the prerun is zero, inflow_damping_height
109must be explicitly specified (init_3d_model)
110
111Small bugfix concerning 3d 64bit netcdf output format (header)
112
113
114advec_particles, check_parameters, cpu_log, header, init_3d_model, init_particles, modules, netcdf, time_integration
Note: See TracBrowser for help on using the repository browser.