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