1 | New: |
---|
2 | --- |
---|
3 | Restart runs on SGI-ICE are working (mrun). |
---|
4 | 2d-decomposition is default on SGI-ICE systems. (init_pegrid) |
---|
5 | |
---|
6 | Ocean-atmosphere coupling realized with MPI-1. mrun adjusted for this case |
---|
7 | (-Y option). Adjustments in mrun, mbuild, and subjob for lcxt4. |
---|
8 | |
---|
9 | DVRP arguments changed to single precision, mode pathlines added. |
---|
10 | |
---|
11 | User can add additional routines in files user_additional_routines |
---|
12 | |
---|
13 | User can check user parameters and deduce further quantities in user_check_parameters |
---|
14 | |
---|
15 | Check that PALM is called with mrun -K parallel for coupling |
---|
16 | |
---|
17 | check_for_restart, check_parameters, data_output_dvrp, init_dvrp, init_pegrid, local_stop, modules, package_parin, palm, surface_coupler, timestep, user_additional_routines |
---|
18 | Makefile, mrun, mbuild, subjob |
---|
19 | |
---|
20 | New: init_coupling, user_check_parameters |
---|
21 | |
---|
22 | |
---|
23 | Changed: |
---|
24 | ------- |
---|
25 | User interface has been split into single files. |
---|
26 | |
---|
27 | Reading mechanism from restart files completely revised. The subdomain/total |
---|
28 | domain size can vary arbitrarily between current and previous run. |
---|
29 | (read_var_list, read_3d_binary, user_read_restart_data) |
---|
30 | |
---|
31 | Precompilation mechanism (mbuild) completely revised: the source tarfile remains in |
---|
32 | the source directory. One depository per block (given in the config-file) is |
---|
33 | created. Always all files from the source directory are copied to the respective |
---|
34 | depository. No additional file checks are done any more (version 2.1). The |
---|
35 | depository name used contains the conditions given by mrun-option "-K". |
---|
36 | (mbuild, mrun) |
---|
37 | |
---|
38 | Output messages (including required stop of execution) can now be handled with |
---|
39 | the new subroutine handle_palm_message. All output messages will be replaced |
---|
40 | by this routine step by step within the next revisions. |
---|
41 | |
---|
42 | Neumann boundary condition at k=nzb is explicitly set for better reading, |
---|
43 | although this has been already done in boundary_conds. (advec_s_bc) |
---|
44 | |
---|
45 | Origin of the xy-coordinate system shifted from the center of the first |
---|
46 | grid cell (indices i=0, j=0) to the south-left corner of this cell. (netcdf) |
---|
47 | |
---|
48 | Topography definition according to new user parameter topography_grid_convention |
---|
49 | (init_grid, modules, user_header, user_init_grid, user_parin) |
---|
50 | |
---|
51 | Makefile, mbuild, mrun, advec_s_bc, check_parameters, local_stop, modules, netcdf, read_var_list, read_3d_binary, user_read_restart_data |
---|
52 | |
---|
53 | New: handle_palm_message, user_3d_data_averaging user_actions user_advec_particles user_check_data_output user_check_data_output_pr user_data_output_2d user_data_output_3d user_data_output_dvrp user_define_netcdf_grid user_dvrp_coltab user_header user_init user_init_3d_model user_init_grid user_init_particles user_init_plant_canopy user_last_actions user_module user_parin user_particle_attributes user_read_restart_data user_spectra user_statistics |
---|
54 | |
---|
55 | Removed: user_interface |
---|
56 | |
---|
57 | |
---|
58 | Errors: |
---|
59 | ------ |
---|
60 | |
---|
61 | Bugfixes for nonparallel execution (check_for_restart, cpu_statistics, inflow_turbulence, init_coupling, timestep) |
---|
62 | |
---|
63 | Size of pf3d adjusted to the required output size (1 gridpoint less, along |
---|
64 | all three dimensions), because output of a subset of the data |
---|
65 | (pf3d(nxa:nxe...) in the NF90_PUT_VAR statement caused segmentation fault |
---|
66 | with the INTEL compiler. (combine_plot_fields) |
---|
67 | |
---|
68 | Bugfix: error in zu index in case of section_xy = -1 (header) |
---|
69 | |
---|
70 | Inconsistency removed: as the thermal stratification is not taken into account for the evaluation of the wall |
---|
71 | fluxes at vertical walls, the eddy viscosity km must not be used for the evaluation of the velocity gradients dudy, |
---|
72 | dwdy, dvdx and dwdx. (production_e) |
---|
73 | |
---|
74 | Bugfix in calculating k index in case of oceans runs. (sort_particles) |
---|
75 | |
---|
76 | Bugfix: zero output of particle concentration and radius unless particles |
---|
77 | have been started (data_output_2d) |
---|
78 | |
---|
79 | Bugfix: reading of spectrum_x|y from restart files ignored if total numbers |
---|
80 | of grid points do not match (read_3d_binary) |
---|
81 | |
---|
82 | Bugfix: abort in case that absolute temperature is below zero (init_cloud_physics) |
---|
83 | |
---|
84 | advec_particles, check_for_restart, combine_plot_fields, cpu_statistics, data_output_2d, header, inflow_turbulence, init_cloud_physics, init_coupling, production_e, read_3d_binary, timestep |
---|