/home/runner/work/amr-wind/amr-wind/amr-wind/utilities/ncutils/nc_interface.H File Reference

AMR-Wind API: /home/runner/work/amr-wind/amr-wind/amr-wind/utilities/ncutils/nc_interface.H File Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
nc_interface.H File Reference
#include <string>
#include <unordered_map>
#include <vector>
#include "netcdf.h"
#include "netcdf_par.h"
Include dependency graph for nc_interface.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ncutils::NCDType
 Wrapper around NetCDF data types. More...
 
struct  ncutils::NCDim
 Representation of NetCDF dimension. More...
 
struct  ncutils::NCVar
 Representation of a NetCDF variable. More...
 
class  ncutils::NCGroup
 Representation of a NetCDF group. More...
 
class  ncutils::NCFile
 

Namespaces

namespace  ncutils
 

Detailed Description

Interface to NetCDF library

Defines convenience wrappers to interact with a NetCDF file in a more OOP-like manner.