Changes between Version 9 and Version 10 of doc/app/surface_data_output_parameters
- Timestamp:
- Nov 6, 2018 3:04:45 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/surface_data_output_parameters
v9 v10 3 3 \\\\\\\\\\\\\\\\\\\\\\\\\\ 4 4 5 Information about surface properties as well as the actual physical condition at horizontal and vertical surfaces can be visualized with Paraview via VTK-files which allows the input of unstructured data.6 With revision -r 3421 allows the output of instantaneous and time-averaged unstructured surface data, i.e. from horizontally and vertically orientated surfaces (building walls and roofs, Earth surface). These data can be further processed into Paraview readable VTK files, in order to visualize surface properties such as surface temperature or radiation balance, etc..5 Information about surface properties as well as the actual physical conditions at horizontal and vertical surfaces can be visualized with Paraview via VTK-files which allows the input of unstructured data. 6 With revision -r 3421 PALM allows the output of instantaneous and time-averaged unstructured surface data, i.e. from horizontally and vertically orientated surfaces (building walls and roofs, Earth surface). These data can be further processed into Paraview readable VTK files, in order to visualize surface properties such as surface temperature or radiation balance, etc.. 7 7 Output is written into binary files [[../iofiles#SURFACE_DATA_BIN|SURFACE_DATA_BIN]] and [[../iofiles#SURFACE_DATA_AV_BIN|SURFACE_DATA_AV_BIN]], respectively. Please note, for the moment, each MPI-process writes into a single file. This may be revised later. 8 8 9 '''Please note, in order to visualize surface data with Paraview, a postprocessing tool is required in order to convert PALM's output data into VTK files. This postprocessing tool will be provided soon.''' 9 Please note, in order to visualize surface data with Paraview, the output data needs to be converted into the VTK file format. A suitable post-processing tool is provided under {{{/trunk/UTIL/surface_output_processing/surface_output_to_vtk.f90}}}. This tool comes with a namelist file {{{surface_output_parin}}}, where output specific information such as cycle number, path to the output data, etc. needs to be defined. 10 10 11 11 '''NAMELIST group name:''' [=#surface_output_parameters '''{{{surface_output_parameters}}}''']