Changes between Version 2 and Version 3 of NetCdf


Ignore:
Timestamp:
Jun 17, 2018, 11:02:59 AM (6 years ago)
Author:
sommeria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCdf

    v2 v3  
    2323== Some available software ==
    2424=== Generic reading tools ===
    25  * ncdump, for Linux system,
    26  * Paraview
    27  * Ferret
    28  * Web browser: for data on OpenDAP
     25 * ncdump : checks the content of a netcdf file, for Linux system. [->https://www.unidata.ucar.edu/software/netcdf/netcdf-4/newdocs/netcdf/ncdump.html].
     26 * Paraview : visualise and manipulate data, powerful for 3D fields [->https://www.paraview.org/]
    2927
    3028=== Matlab functions ===
    3129 *  ncinfo (builtin): show the content of a NetCDF file
    3230 *  ncread (builtin): reads  a variable in a netcdf file
    33  *  nc2struct (attachment([nc2struct.m])) : reads variables and attributes
    34  *  struct2nc (attachment([nc2struct.m]() : creates and fills a netcdf file with data and attributes
     31 *  nc2struct ([attachment:nc2struct.m]) : reads variables and attributes
     32 *  struct2nc ([attachment:nc2struct.m]) : creates a netcdf file with data and attributes