[34] | 1 | New: |
---|
| 2 | --- |
---|
[143] | 3 | Within a job chain, the number of processors or the virtual processor grid |
---|
| 4 | is now allowed to be changed. This modifies the domain decomposition and |
---|
| 5 | requires that the PEs within a restart job have to know from which file(s) they |
---|
| 6 | have to read their restart data (up to now there is a one to one relation |
---|
| 7 | between the restart files and the PEs, i.e. processor 4 only reads data |
---|
| 8 | from file "_0004"). Informations about the subdomain index limits of all |
---|
| 9 | restart files are now written by PE0 (to file "_0000"). Also, all variables |
---|
| 10 | containing global values which do not depend on the subdomain are written |
---|
| 11 | to file "_0000" only. In a restart run, this file is opened by all PEs to |
---|
| 12 | read these global values and the informations about the subdomain index |
---|
| 13 | limits. Depending on these index limit information it is decided which |
---|
| 14 | restart file(s) has/have to be opened in order to read the complete data |
---|
| 15 | necessary for the current subdomain. |
---|
[34] | 16 | |
---|
[144] | 17 | User-defined spectra. |
---|
[138] | 18 | |
---|
[145] | 19 | calc_spectra, check_open, data_output_spectra, init_pegrid, modules, netcdf, read_var_list, read_3d_binary, user_interface, write_var_list, write_3d_binary |
---|
[132] | 20 | |
---|
[144] | 21 | |
---|
[34] | 22 | Changed: |
---|
| 23 | ------- |
---|
[143] | 24 | -cross_ts_* (read_var_list, write_var_list) |
---|
| 25 | -dopr_time_count, old profil parameters (cross_..., dopr_crossindex, |
---|
| 26 | profile_***) removed (read_3d_binary, write_3d_binary) |
---|
[73] | 27 | |
---|
[143] | 28 | hom_sum moved, volume_flow_area, volume_flow_initial moved from ..._3d_binary |
---|
| 29 | to ..._var_list, hom_sum is now allocated in parin instead of init_3d_model |
---|
[134] | 30 | |
---|
[146] | 31 | npex, npey moved from inipar- to d3par-namelist (parin) |
---|
[132] | 32 | |
---|
[146] | 33 | myid_char14 removed. This was used since on IBM machines the process rank may |
---|
| 34 | be changed when the final communicator is defined, in order to save the |
---|
| 35 | preliminary processor-id for opening the binary output file for restarts |
---|
| 36 | (unit 14), because otherwise a mismatch occured when reading this file in a |
---|
| 37 | restart job. This mechanism is not needed any more since the subdomain |
---|
| 38 | informations are now contained in file _0000. (parin, check_open) |
---|
[143] | 39 | |
---|
[146] | 40 | check_open, init_3d_model, modules, parin, read_var_list, read_3d_binary, write_var_list, write_3d_binary |
---|
| 41 | |
---|
| 42 | |
---|
[34] | 43 | Errors: |
---|
| 44 | ------ |
---|
[143] | 45 | Bugfix: remove IF statement in plant_canopy_model_ij (plant_canopy_model) |
---|
[142] | 46 | Bugfix: divide sums(k,8) (e) and sums(k,34) (e*) by ngp_2dh_s_inner(k,sr) |
---|
[143] | 47 | (like other scalars) (flow_statistics) |
---|
| 48 | Bugfix: dopr_time_count was written on the binary file, which caused that |
---|
| 49 | NetCDF files newly created by restart files (no append of existing files!) |
---|
| 50 | contained uneccessary time levels. (read_3d_binary, write_3d_binary) |
---|
[144] | 51 | Bugfix: extra '*' removed in user_statistics sample code (user_interface) |
---|
[137] | 52 | |
---|
[144] | 53 | flow_statistics, plant_canopy_model, read_3d_binary, user_interface, write_3d_binary |
---|
[142] | 54 | |
---|