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. \\\\ |
| 1216 | The 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]). \\\\ |
| 1217 | For 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]. |