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. |
| 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]. 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 | |
| 243 | The 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. |
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) || |