Changes between Version 11 and Version 12 of doc/app/surface_data_output_parameters


Ignore:
Timestamp:
Nov 23, 2018 9:59:14 AM (6 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/surface_data_output_parameters

    v11 v12  
    77Output 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.
    88
    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.   
     9Please note, in order to visualize surface data with Paraview, the PALM output data needs to be further converted into the VTK file format in the post-processing. A suitable post-processing tool is provided under {{{/trunk/UTIL/surface_output_processing/surface_output_to_vtk.f90}}}. This tool comes with an additional namelist file {{{surface_output_parin}}}, where output specific information such as cycle number, path to the output data, etc. needs to be defined.
     10
     11To enable model output for unstructured surface data the following namelist is required in your PALM parameter file:   
    1012
    1113'''NAMELIST group name:''' [=#surface_output_parameters '''{{{surface_output_parameters}}}''']