[34] | 1 | New: |
---|
| 2 | --- |
---|
| 3 | |
---|
[57] | 4 | particle reflection from vertical walls implemented, particle SGS model adjusted to walls |
---|
| 5 | |
---|
[53] | 6 | Wall functions for vertical walls now include diabatic conditions. New subroutines wall_fluxes, wall_fluxes_e. New 4D-array rif_wall. |
---|
[51] | 7 | |
---|
[46] | 8 | new d3par-parameter netcdf_64bit_3d to switch on 64bit offset only for 3D files |
---|
[34] | 9 | |
---|
[61] | 10 | new d3par-parameter dt_max to define the maximum value for the allowed timestep |
---|
| 11 | |
---|
[63] | 12 | new inipar-parameter loop_optimization to control the loop optimization method |
---|
| 13 | |
---|
[57] | 14 | new inipar-parameter pt_refrence. If given, this value is used as the reference that in buoyancy terms (otherwise, the instantaneous horizontally averaged temperature is used). |
---|
| 15 | |
---|
| 16 | new user interface user_advec_particles |
---|
| 17 | |
---|
[48] | 18 | new initializing action "by_user" calls user_init_3d_model and allows the initial setting of all 3d arrays |
---|
[34] | 19 | |
---|
[48] | 20 | topography height informations are stored on arrays zu_s_inner and zw_w_inner and output to the 2d/3d NetCDF files |
---|
[34] | 21 | |
---|
[48] | 22 | samples added to the user interface which show how to add user-define time series quantities. |
---|
[46] | 23 | |
---|
[72] | 24 | calculation/output of precipitation amount, precipitation rate and z0 (by setting "pra*", "prr*", "z0*" with data_output). The time interval on which the precipitation amount is defined is set by new d3par-parameter precipitation_amount_interval |
---|
| 25 | |
---|
[57] | 26 | unit 9 opened for debug output (file DEBUG_<pe#>) |
---|
[48] | 27 | |
---|
[72] | 28 | Makefile, advec_particles, average_3d_data, buoyancy, calc_precipitation, check_open, check_parameters, data_output_2d, diffusion_e, diffusion_u, diffusion_v, diffusion_w, diffusivities, header, impact_of_latent_heat, init_particles, init_3d_model, modules, netcdf, parin, production_e, read_var_list, read_3d_binary, sum_up_3d_data, user_interface, write_var_list, write_3d_binary |
---|
[57] | 29 | |
---|
[51] | 30 | New: wall_fluxes |
---|
[48] | 31 | |
---|
[51] | 32 | |
---|
[34] | 33 | Changed: |
---|
| 34 | ------- |
---|
[57] | 35 | +age_m in particle_type |
---|
[34] | 36 | |
---|
[60] | 37 | Particles-package is now part of the default code ("-p particles" is not needed any more). |
---|
| 38 | |
---|
[46] | 39 | Move call of user_actions( 'after_integration' ) below increment of times |
---|
[48] | 40 | and counters. user_actions is now called for each statistic region and has as an argument the number of the respective region (sr) |
---|
[34] | 41 | |
---|
[48] | 42 | d3par-parameter data_output_ts removed. Timeseries output for "profil" removed. Timeseries are now switched on by dt_dots. Timeseries data is collected in flow_statistics. |
---|
[34] | 43 | |
---|
[51] | 44 | Initial velocities at nzb+1 are regarded for volume flow control in case they have been set zero before (to avoid small timesteps); see new internal parameters u/v_nzb_p1_for_vfc. |
---|
| 45 | |
---|
[57] | 46 | __vtk directives removed from main program. |
---|
[34] | 47 | |
---|
[72] | 48 | The uitility routine interpret_config reads PALM environment variables from NAMELIST instead using the system call GETENV. |
---|
| 49 | |
---|
[60] | 50 | check_parameters, data_output_dvrp, data_output_ptseries, data_output_ts, flow_statistics, header, init_particles, init_3d_model, modules, palm, package_parin, parin, time_integration |
---|
[48] | 51 | |
---|
[57] | 52 | |
---|
[34] | 53 | Errors: |
---|
| 54 | ------ |
---|
| 55 | |
---|
[46] | 56 | Bugfix: preset of tendencies te_em, te_um, te_vm in init_1d_model |
---|
[39] | 57 | |
---|
[57] | 58 | Bugfix in sample for reading user defined data from restart file (user_init) |
---|
| 59 | |
---|
[72] | 60 | Check for possible negative humidities in the initial humidity profile. |
---|
| 61 | |
---|
[48] | 62 | in Makefile, default suffixes removed from the suffix list to avoid calling of m2c in |
---|
| 63 | # case of .mod files |
---|
| 64 | |
---|
| 65 | Makefile |
---|
[72] | 66 | check_parameters, init_1d_model, user_interface |
---|