#include <petsc.h>#include <netcdf.h>#include "../udunits/udunits.h"#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | MaskInterp |
| class | NCTool |
| Collects together parallel NetCDF methods used by IceModel and IceModelVec. More... | |
Enumerations | |
| enum | GridType { GRID_2D = 2, GRID_3D, GRID_3D_BEDROCK } |
Functions | |
| int | nc_check (int stat) |
| int | check_err (const int stat, const int line, const char *file) |
| enum GridType |
Definition at line 45 of file nc_util.hh.
| int check_err | ( | const int | stat, | |
| const int | line, | |||
| const char * | file | |||
| ) |
Definition at line 30 of file nc_util.cc.
Referenced by NCTool.append_time(), NCTool.close(), PISMIO.compute_start_and_count(), PISMIO.create_dimensions(), NCTimeseries.define(), NCConfigVariable.define(), NCSpatialVariable.define(), NCTimeseries.define_dimension(), NCTool.find_variable(), NCTool.get_dim_length(), NCTool.get_dim_limits(), PISMIO.get_var(), NCTool.get_vertical_dims(), NCTool.inq_att_name(), NCTool.inq_att_type(), NCTool.inq_dimids(), NCTool.inq_dimname(), NCTool.inq_nattrs(), NCTool.inq_unlimdim(), NCTool.open_for_writing(), NCTool.put_dimension(), NCTool.put_dimension_regular(), PISMIO.put_var(), NCTimeseries.read(), PISMIO.regrid_var(), NCGlobalAttributes.write_attributes(), NCConfigVariable.write_attributes(), NCVariable.write_attributes(), and NCTool.write_history().
| int nc_check | ( | int | stat | ) |
Definition at line 24 of file nc_util.cc.
1.6.2-20100124