- Namespace netcdf
- record dimension - allow to be fixed
- Member netcdf::NcFile::NcFile (MPI::Comm &mpiComm, MPI::Info &mpiInfo, std::string const fileName, FileMode const fileMode, size_t const *const bufrsizeptr=NULL, size_t const initialsize=0)
- initial file size
- Member netcdf::NcFile::NcFile (std::string const fileName, FileMode const fileMode, FileFormat const fileFormat=NetCDF4, size_t const *const bufrsizeptr=NULL, size_t const initialsize=0)
- initial file size
- Member netcdf::NcGroup::GetCoordVar (std::string &coordVarName, NcDim &ncDim, NcVar &ncVar, NcGroup::Location location=Current) const
- the following is constant; should use iterator
- Member netcdf::NcGroup::PutAtt (NcGroupAtt const &att)
- PutAtt = Adds an attribute containing a vector of data.
- Member netcdf::NcIndexedGridBase::Create (NcFile &ncFile, unsigned short const latDimSize, unsigned short const lonDimSize, NcSpatial::TAnchor const anchor)
- global atts
- Member netcdf::NcSimpleGridBase::Create (NcFile &ncFile, unsigned short const latDimSize, unsigned short const lonDimSize, NcSpatial::TAnchor const anchor)
- global atts
- Member netcdf::NcTypeUserDef::operator= (NcTypeUserDef const &rhs)
- fix kluge
- Member netcdf::NcVar::Get (std::string &str)
- NcCHECK( nc_get_var( GetGroupID(), GetID(), (void**) &cStr ) );