1 | New: |
---|
2 | --- |
---|
3 | |
---|
4 | For unknown variables (CASE DEFAULT) call new subroutine user_data_output_dvrp |
---|
5 | |
---|
6 | Pressure boundary conditions for vertical walls added to the multigrid solver. |
---|
7 | They are applied using new wall flag arrays (wall_flags_..) which are defined |
---|
8 | for each grid level. New argument gls added to routine user_init_grid |
---|
9 | (user_interface). |
---|
10 | |
---|
11 | Frequence of sorting particles can be controlled with new particles_par |
---|
12 | parameter dt_sort_particles. Sorting is moved from the SGS timestep loop in |
---|
13 | advec_particles after the end of this loop. |
---|
14 | |
---|
15 | advec_particles, check_parameters, data_output_dvrp, header, init_grid, init_particles, init_pegrid, modules, package_parin, read_var_list, user_interface, write_var_list |
---|
16 | |
---|
17 | |
---|
18 | Changed: |
---|
19 | ------- |
---|
20 | |
---|
21 | Allow two instead of one digit to specify isosurface and slicer variables. |
---|
22 | |
---|
23 | Status of 3D-volume NetCDF data file only depends on switch netcdf_64bit_3d (check_open) |
---|
24 | |
---|
25 | prognostic_equations include the respective wall_*flux in the parameter list of |
---|
26 | calls of diffusion_s. Same as before, only the values of wall_heatflux(0:4) |
---|
27 | can be assigned. At present, wall_humidityflux, wall_qflux, wall_salinityflux, |
---|
28 | and wall_scalarflux are kept zero. diffusion_s uses the respective wall_*flux |
---|
29 | instead of wall_heatflux. This update serves two purposes: |
---|
30 | - it avoids errors in calculations with humidity/scalar/salinity and prescribed |
---|
31 | non-zero wall_heatflux, |
---|
32 | - it prepares PALM for a possible assignment of wall fluxes of |
---|
33 | humidity/scalar/salinity in a future release. |
---|
34 | |
---|
35 | check_open, data_output_dvrp, diffusion_s, header, init_dvrp, modules, prognostic_equations |
---|
36 | |
---|
37 | |
---|
38 | Errors: |
---|
39 | ------ |
---|
40 | |
---|
41 | Several bugfixes in the ocean part: Initial density rho is calculated |
---|
42 | (init_ocean). Error in initializing u_init and v_init removed |
---|
43 | (check_parameters). Calculation of density flux now starts from |
---|
44 | nzb+1 (production_e). |
---|
45 | |
---|
46 | Bugfix: pleft/pright changed to pnorth/psouth in sendrecv of particle tail |
---|
47 | numbers along y, small bugfixes in the SGS part (advec_particles) |
---|
48 | |
---|
49 | Bugfix: model_string needed a default value (combine_plot_fields) |
---|
50 | |
---|
51 | Bugfix: wavenumber calculation for even nx in routines maketri (poisfft) |
---|
52 | |
---|
53 | Bugfix: assignment of fluxes at walls |
---|
54 | |
---|
55 | advec_particles, check_parameters, combine_plot_fields, diffusion_s, init_ocean, poisfft, production_e |
---|