Changes between Version 192 and Version 193 of doc/app/particle_parameters


Ignore:
Timestamp:
May 20, 2022 12:56:57 PM (2 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/particle_parameters

    v192 v193  
    239239{{{#!td
    240240Temporal interval at which time series data of particle quantities shall be output (in s).
    241 If particle advection is switched on (see [#dt_prel dt_prel]) this parameter can be used to assign the temporal interval at which time series of particle quantities shall be output. Output is written in netCDF format on local file [../iofiles#DATA_1D_PTS_NETCDF DATA_1D_PTS_NETCDF].
    242 
    243 The following list gives a short description of the quantities available. Most quantities are averaged over all particles. The quantity name given in the first column is identical to the respective name of the variable on the netCDF file.
     241If particle advection is switched on (see [#dt_prel dt_prel]) this parameter can be used to assign the temporal interval at which time series of particle quantities shall be output. Output is written in netCDF format on local file [../iofiles#DATA_1D_PTS_NETCDF DATA_1D_PTS_NETCDF]. The file contains time series of statistial quantities which are always written, and optional time series of individual particles, which can be chosen via parameter [#data_output_pts data_output_pts].
     242
     243The following list gives a short description of statistical quantities that are always output. Most quantities are averaged over the total number of particles at the specific output time. The quantity name given in the first column is identical to the respective name of the variable on the netCDF file.
    244244
    245245In case of using more than one particle group (see [#number_of_particle_groups number_of_particle_groups]), separate time series are output for each of the groups. The long names of the variables in the netCDF file containing the respective time series all end with the string ''PG'' ##, where ## is the number of the particle group ''(01, 02, etc.)''. \\\\
     
    257257||v''    || subgrid-scale v particle velocity component (in m/s)  ||
    258258||w''    || subgrid-scale w particle velocity component (in m/s)  ||
    259 ||npt_up    || total number of upward moving particles  ||
    260 ||w_up    || vertical velocity of the upward moving particles (in m/s)  ||
    261 ||w_down    || vertical velocity of the downward moving particles (in m/s)  ||
    262 ||npt_max    || maximum number of particles in a subdomain (=tnpt for non-parallel runs)  ||
    263 ||npt_min    || minimum number of particles in a subdomain (=tnpt for non-parallel runs)  ||
     259||npt_up || total number of upward moving particles  ||
     260||w_up   || vertical velocity of the upward moving particles (in m/s)  ||
     261||w_down || vertical velocity of the downward moving particles (in m/s)  ||
     262||radius_ || particle radius (in m)  ||
     263||r_min  || minimum particle radius (in m)  ||
     264||r_max  || maximum particle radius (in m)  ||
    264265||x*2    || variance of the particle x-coordinate with respect to x_ (in m^2^)  ||
    265266||y*2    || variance of the particle y-coordinate with respect to y_ (in m^2^)  ||
     
    271272||v"2    || variance of the subgrid-scale v particle velocity component with respect to v" (in m^2^/s^2^)  ||
    272273||w"2    || variance of the subgrid-scale w particle velocity component with respect to w" (in m^2^/s^2^)  ||
    273 ||npt*2    || variance of the number of particles with respect to the average number of particles per subdomain  ||               
    274274}}}
    275275|----------------