| 99 | By default, with parallel runs, processors output only data of their respective subdomains into seperate local files (file names are constructed by appending the four digit processor ID, e.g. <filename>_0000, <filename>_0001, etc.). After PALM has finished, the contents of these individual files are sampled into one final file using the program combine_plot_fields.x (to be started e.g. by a suitable OUTPUT command in the '''mrun''' configuration file).\\\\ |
| 100 | Alternatively, PALM is able to collect all grid points of a cross section on PE0 before output is done. In this case only one output file ([[DATA_2D_XY_NETCDF]], etc.) is created and combine_plot_fields.x does not have to be called. In case of very large numbers of horizontal gridpoints, sufficient memory is required on PE0. This method can be used by assigning [[data_output_2d_on_each_pe] = ''.F.''.\\\\ |
| 101 | 3d volume data output is always handled seperately by each processor so that {{{combine_plot_fields.x}}} has to be called anyway after PALM has been finished. |