Changes between Version 108 and Version 109 of doc/app/iofiles


Ignore:
Timestamp:
Sep 10, 2018 11:16:21 AM (6 years ago)
Author:
sward
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles

    v108 v109  
    12051205}}}
    12061206{{{#!td
    1207 This file contains all output data from the [wiki:doc/tec/mas Multi Agent System (MAS)].\\\\
    1208 Each variable has two dimensions (time and agent_number) so that at each [../agtpar#dt_write_agent_data output time step] all agent variables are output for each agent.\\
     1207This file contains all output data from the [wiki:doc/tec/mas Multi Agent System (MAS)] in NetCDF format.\\\\
     1208Each variable other than //time// (1D, contains what the name suggests) has two dimensions (//time// and //agent_number//) so that at each [../agtpar#dt_write_agent_data output time step] all agent variables are output for each agent.\\
    12091209The variables are:
    1210 * agent ID (ag_id)
    1211 * agent position (ag_x, ag_y)
    1212 * wind speed at agent position (ag_wind)
    1213 * temperature at agent position (ag_temp)
    1214 * agent group (ag_group, see [../agtpar#number_of_agent_groups number_of_agent_groups])\\
    1215 **Very important:** Due to agent data structure, agents may not always be sorted in the same succession. E.g. ag_id( time=i, agent_number= j) may not be the same as ag_id( time=i+1, agent_number= j). Thus, if individual agent data is needed, sorting by ag_id in postprocessing is required. \\\\
    1216 
    1217 
    1218 
    1219 float32 ag_wind(time,agent_number), float32 ag_temp(time,agent_number), float32 ag_group(time,agent_number)
    1220 
    1221 
    1222 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]). \\\\
    1223 See the description of [../netcdf PALM-netCDF-output] for more detailed information.
     1210* unique agent ID (//ag_id//)
     1211* agent position (//ag_x//, //ag_y//)
     1212* wind speed at agent position (//ag_wind//)
     1213* temperature at agent position (//ag_temp//)
     1214* agent group (//ag_group//, see [../agtpar#number_of_agent_groups number_of_agent_groups])\\
     1215**Very important:** Due to agent data structure, agents may not always be sorted in the same succession. E.g. ag_id( time=i, agent_number= j) is not guaranteed to be the same as ag_id( time=i+1, agent_number= j). Thus, if individual agent data is needed, sorting by ag_id in postprocessing is required. \\\\
     1216The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. [../ncl NCL] or Pythons [https://matplotlib.org/ matplotlib]). \\\\
     1217For further information, have a look at the parameters [../agtpar#dim_size_agtnum_manual dim_size_agtnum_manual], [../agtpar#dim_size_factor_agtnum dim_size_factor_agtnum] and [../agtpar#dt_write_agent_data dt_write_agent_data].
    12241218}}}
    12251219|----------------