Changes between Version 116 and Version 117 of doc/app/iofiles


Ignore:
Timestamp:
Aug 28, 2019 6:45:06 AM (5 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles

    v116 v117  
    759759{{{#!td
    760760This file is created if particle transport is switched on (see the [../parpar particles package]) and contains all particle data for one or several output times (see [../parpar#dt_write_particle_data dt_write_particle_data]). \\\\
    761 The first record of this file contains an identification string (PALM version number, run identifier, etc., 80 characters long). The second record also contains a version string (80 characters long) followed by two records with particle group information (see file {{{check_open.f90}}}). Then, for each output time, two records follow, where the first one gives some general information (numbers of particles, etc.) and the second one contains the actual particle data. A FORTRAN TYPE structure is used for storing the particle attributes. See file {{{advec_particles.f90}}} for the detailed format.
     761The first record of this file contains an identification string (PALM version number, run identifier, etc., 80 characters long). The second record also contains a version string (80 characters long) followed by two records with particle group information and a record containing the index bounds of the 3d subdomain arrays (see [source:palm/trunk/SOURCE/check_open.f90@4182#L553]). Then, for each output time, two records follow, where the first one gives the output time and the second one the number of particles that are output for the subdomain. After that, particle data is output, one record for each model grid box (if particles exist in that box) of the respective subdomain. See [source:palm/trunk/SOURCE/lagrangian_particle_model_mod.f90@4182#L2364] for the respective output statements. A FORTRAN TYPE structure is used for storing the particle attributes. See [source:palm/trunk/SOURCE/mod_particle_attributes.f90@4182#L77] for the detailed TYPE structure.
    762762}}}
    763763|----------------