Changes between Version 64 and Version 65 of doc/app/iofiles
- Timestamp:
- Sep 20, 2010 11:55:44 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles
v64 v65 758 758 }}} 759 759 {{{#!td 760 Binary data, which are read in by the model at the beginning of a restart run (see [wiki:chapter_33 chapter 3.3]). The appropriate file must have been written by the preceding job of the job chain (see [#PARTICLE_RESTART_DATA_OUT PARTICLE_RESTART_DATA_OUT]). This file is needed if particle transport is switched on (see the [../parpar particles package]) and contains all particle informations (particle positions, velocities, etc.) from the end of the preceding run. Concerning runs on several processors it has to be noted that each processing element reads its own file and that the file content is processor-dependent. The number of processors which can be used must not be changed during a job chain and/or if a job chain is continued. \\\\760 Binary data, which are read in by the model at the beginning of a [../runs restart run]). The appropriate file must have been written by the preceding job of the job chain (see [#PARTICLE_RESTART_DATA_OUT PARTICLE_RESTART_DATA_OUT]). This file is needed if particle transport is switched on (see the [../parpar particles package]) and contains all particle informations (particle positions, velocities, etc.) from the end of the preceding run. Concerning runs on several processors it has to be noted that each processing element reads its own file and that the file content is processor-dependent. The number of processors which can be used must not be changed during a job chain and/or if a job chain is continued. \\\\ 761 761 The first record of this file contains a version number (four character string) of the subroutine, which output the data that follows ({{{write_particles}}}, see end of file {{{advec_particles.f90}}}). This number has to agree with the version number of the subroutine which is reading the file ({{{init_parrticles.f90}}}) in case of a restart run. Otherwise the model run is aborted. Version numbers are changed whenever new code revisions require a change of the file format. Some general informations like the number of particles stored in the file, the number of particle groups, etc. are stored in the second record. The third record includes the particles to be released at the source and the fourth record contains all current particles. In case that particle tails are used (see [../parpar#maximum_number_of_tailpoints maximum_number_of_tailpoints]), a further record may follow, which contains the particle tail informations. A FORTRAN TYPE structure is used for storing the particle attributes. For detailed informations about the file format see the corresponding READ statements in file {{{init_particles.f90}}}. 762 762 }}} … … 776 776 }}} 777 777 {{{#!td 778 Binary data, which are output at the end of the run and possibly needed by restart runs (see [wiki:chapter_33 chapter 3.3]) for the initialization. This output file is then read as file [#PARTICLE_RESTART_DATA_IN PARTICLE_RESTART_DATA_IN]. The file is only written if particle transport is switched on (see the [../parpar particles package]). For a more detailed description of the file structure see PARTICLE_RESTART_DATA_IN.778 Binary data, which are output at the end of the run and possibly needed by [../runs restart runs]) for the initialization. This output file is then read as file [#PARTICLE_RESTART_DATA_IN PARTICLE_RESTART_DATA_IN]. The file is only written if particle transport is switched on (see the [../parpar particles package]). For a more detailed description of the file structure see PARTICLE_RESTART_DATA_IN. 779 779 }}} 780 780 |---------------- … … 843 843 {{{#!td 844 844 This file contains data of the two-dimensional horizontal cross sections (see [../d3par#data_output data_output]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 845 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1]. 845 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 846 846 }}} 847 847 |---------------- … … 862 862 {{{#!td 863 863 This file contains data of the two-dimensional vertical (xz) cross sections (see [../d3par#data_output data_output]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 864 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].864 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 865 865 }}} 866 866 |---------------- … … 881 881 {{{#!td 882 882 This file contains data of the two-dimensional vertical (yz) cross sections (see [../d3par#data_output data_output]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 883 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].883 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 884 884 }}} 885 885 |---------------- … … 900 900 {{{#!td 901 901 This file contains data of the horizontally averaged vertical profiles (see [../d3par#data_output_pr data_output_pr]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 902 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].902 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 903 903 }}} 904 904 |---------------- … … 919 919 {{{#!td 920 920 This file contains data of the timeseries (see [../d3par#dt_dots dt_dots]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 921 More detailed informations about the PALM-netCDF-output are given in chapter [wiki:chapter451 chapter 4.5.1].921 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 922 922 }}} 923 923 |---------------- … … 938 938 {{{#!td 939 939 This file contains data of the 3d-volume data (see [../d3par#data_output data_output]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 940 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].940 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 941 941 }}} 942 942 |---------------- … … 957 957 {{{#!td 958 958 This file contains data of the horizontal spectra (see [../sppar#data_output_sp data_output_sp]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 959 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].959 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 960 960 }}} 961 961 |---------------- … … 976 976 {{{#!td 977 977 This file contains data of the particle data (see [../parpar#dt_prel dt_prel]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 978 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].978 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 979 979 }}} 980 980 |---------------- … … 996 996 This file contains data of the timeseries of particle quantities (see [../parpar#dt_prel dt_prel]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). For a list of available output quantities see [../parpar#dt_dopts dt_dopts]. \\\\ 997 997 In case of using more than one particle group (see [../parpar#number_of_particle_groups number_of_particle_groups]), seperate time series are output for each of the groups. The long names of the variables in the netCDF file containing the respective timeseries all end with the string '' ' PG '' ## '' ' '', where ## is the number of the particle group (01, 02, etc.). \\\\ 998 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].998 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 999 999 }}} 1000 1000 |---------------- … … 1015 1015 {{{#!td 1016 1016 This file contains data of the temporally averaged two-dimensional horizontal cross sections (see [../d3par#data_output data_output]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 1017 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].1017 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 1018 1018 }}} 1019 1019 |---------------- … … 1034 1034 {{{#!td 1035 1035 This file contains data of the temporally averaged two-dimensional vertical (xz) cross sections (see [../d3par#data_output data_output]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 1036 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].1036 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 1037 1037 }}} 1038 1038 |---------------- … … 1053 1053 {{{#!td 1054 1054 This file contains data of the temporally averaged two-dimensional vertical (yz) cross sections (see [../d3par#data_output data_output]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 1055 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].1055 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 1056 1056 }}} 1057 1057 |---------------- … … 1072 1072 {{{#!td 1073 1073 This file contains data of the temporally averaged 3d-volume data (see [../d3par#data_output data_output]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 1074 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].1074 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 1075 1075 }}} 1076 1076 |---------------- … … 1091 1091 {{{#!td 1092 1092 This file contains the masked data of '''location 1''' (see [../d3par#data_output_masks data_output_masks]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 1093 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].1093 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 1094 1094 }}} 1095 1095 |---------------- … … 1110 1110 {{{#!td 1111 1111 This file contains the masked data of '''location 2''' (see [../d3par#data_output_masks data_output_masks]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 1112 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].1112 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 1113 1113 }}} 1114 1114 |---------------- … … 1128 1128 {{{#!td 1129 1129 This file contains the masked data of '''location ...''' (see [../d3par#data_output_masks data_output_masks]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 1130 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].1130 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 1131 1131 }}} 1132 1132 |---------------- … … 1147 1147 {{{#!td 1148 1148 This file contains the masked data of '''location 20''' (see [../d3par#data_output_masks data_output_masks]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 1149 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].1149 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 1150 1150 }}} 1151 1151 |---------------- … … 1166 1166 {{{#!td 1167 1167 This file contains the temporally averaged masked data of '''location 1''' (see [../d3par#data_output_masks data_output_masks]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 1168 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].1168 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 1169 1169 }}} 1170 1170 |---------------- … … 1185 1185 {{{#!td 1186 1186 This file contains the temporally averaged masked data of '''location 2''' (see [../d3par#data_output_masks data_output_masks]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 1187 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].1187 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 1188 1188 }}} 1189 1189 |---------------- … … 1203 1203 {{{#!td 1204 1204 This file contains the temporally averaged masked data of '''location ...''' (see [../d3par#data_output_masks data_output_masks]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 1205 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].1205 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 1206 1206 }}} 1207 1207 |---------------- … … 1222 1222 {{{#!td 1223 1223 This file contains the temporally averaged masked data of '''location 20''' (see [../d3par#data_output_masks data_output_masks]) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL], [http://www.ferret.noaa.gov/Ferret/ ferret] or [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview]). \\\\ 1224 More detailed informations about the PALM-netCDF-output are given in [wiki:chapter451 chapter 4.5.1].1225 }}} 1226 |---------------- 1224 See the description of [../netcdf PALM-netCDF-output] for more detailed informations. 1225 }}} 1226 |----------------