Changes between Version 64 and Version 65 of doc/app/iofiles


Ignore:
Timestamp:
Sep 20, 2010 11:55:44 AM (14 years ago)
Author:
fricke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles

    v64 v65  
    758758}}}
    759759{{{#!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. \\\\
     760Binary 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. \\\\
    761761The 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}}}.
    762762}}}
     
    776776}}}
    777777{{{#!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.
     778Binary 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.
    779779}}}
    780780|----------------
     
    843843{{{#!td         
    844844This 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].         
     845See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    846846}}}
    847847|----------------
     
    862862{{{#!td
    863863This 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].         
     864See the description of [../netcdf PALM-netCDF-output] for more detailed informations.         
    865865}}}
    866866|----------------
     
    881881{{{#!td         
    882882This 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].         
     883See the description of [../netcdf PALM-netCDF-output] for more detailed informations.         
    884884}}}
    885885|----------------
     
    900900{{{#!td 
    901901This 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].       
     902See the description of [../netcdf PALM-netCDF-output] for more detailed informations.       
    903903}}}
    904904|----------------
     
    919919{{{#!td
    920920This 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].   
     921See the description of [../netcdf PALM-netCDF-output] for more detailed informations.   
    922922}}}
    923923|----------------
     
    938938{{{#!td
    939939This 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].
     940See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    941941}}}
    942942|----------------
     
    957957{{{#!td
    958958This 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].
     959See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    960960}}}
    961961|----------------
     
    976976{{{#!td
    977977This 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].
     978See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    979979}}}
    980980|----------------
     
    996996This 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]. \\\\
    997997In 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].
     998See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    999999}}}
    10001000|----------------
     
    10151015{{{#!td
    10161016This 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].
     1017See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    10181018}}}
    10191019|----------------
     
    10341034{{{#!td
    10351035This 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].
     1036See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    10371037}}}
    10381038|----------------
     
    10531053{{{#!td
    10541054This 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].
     1055See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    10561056}}}
    10571057|----------------
     
    10721072{{{#!td
    10731073This 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].
     1074See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    10751075}}}
    10761076|----------------
     
    10911091{{{#!td
    10921092This 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].
     1093See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    10941094}}}
    10951095|----------------
     
    11101110{{{#!td
    11111111This 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].
     1112See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    11131113}}}
    11141114|----------------
     
    11281128{{{#!td
    11291129This 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].
     1130See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    11311131}}}
    11321132|----------------
     
    11471147{{{#!td
    11481148This 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].
     1149See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    11501150}}}
    11511151|----------------
     
    11661166{{{#!td
    11671167This 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].
     1168See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    11691169}}}
    11701170|----------------
     
    11851185{{{#!td
    11861186This 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].
     1187See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    11881188}}}
    11891189|----------------
     
    12031203{{{#!td
    12041204This 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].
     1205See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
    12061206}}}
    12071207|----------------
     
    12221222{{{#!td
    12231223This 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 |----------------
     1224See the description of [../netcdf PALM-netCDF-output] for more detailed informations.
     1225}}}
     1226|----------------