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