Changes between Version 2 and Version 3 of ProcessingOutput


Ignore:
Timestamp:
09/10/13 00:46:27 (11 years ago)
Author:
dubos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProcessingOutput

    v2 v3  
    44Native files can be visualized with the VTKMapper tool developed by Patrick Brockmann. Recently ParaView has become able to visualize NetCDF-CF files too. For quantitative post-processing it is probably best to interpolate to Cartesian curvilinear coordinates such as lat-lon. 
    55 
    6 = Visualization with VTKMapper = 
     6== Visualization with VTKMapper == 
    77 
    88mapper.py -n 100 -p orthographic ps.nc ps 
    99 
    10 = Visualization with Paraview = 
     10== Visualization with Paraview == 
    1111 
    1212Paraview requires some data and metadata that are not currently provided in the NetCDF output. Yann has done the required modifications and will commit them soon. 
    1313 
    14 = Interpolation to lat-lon with cdo = 
     14== Interpolation to lat-lon with cdo == 
    1515 
    1616[https://code.zmaw.de/projects/cdo cdo] can interpolate from unstructured meshes to lat-lon grids. However it also needs in a single file data and metadata that are current split in separate files. The following commands will merge the necessary data in a single file that can be processed by cdo.