World Ocean Simulation System (WOSS) library
ssp-woa2005-db.h File Reference

Provides the interface for woss::SspWoa2005Db class. More...

Go to the source code of this file.

Classes

class  woss::SspWoa2005Db
 WossDb for the custom made NetCDF WOA2005 SSP database. More...
 

Typedefs

typedef ::std::pair< int, int > woss::SSPIndexes
 

Enumerations

enum  woss::WOADbType { woss::WOA_DB_TYPE_2005 = 0 , woss::WOA_DB_TYPE_2013 = 1 , woss::WOA_DB_TYPE_INVALID }
 

Detailed Description

Provides the interface for woss::SspWoa2005Db class.

Author
Federico Guerra

Provides the interface for the woss::SspWoa2005Db class

Typedef Documentation

◆ SSPIndexes

typedef ::std::pair< int, int > woss::SSPIndexes

Pair representing latitute and longitude index for NetCDF value access

Enumeration Type Documentation

◆ WOADbType

Enumerator
WOA_DB_TYPE_2005 

2005 and 2009 NetCDF Db type, 1 degree resolution

WOA_DB_TYPE_2013 

2013, 2001 and 2018 NetCDF4 Db type, 0.25 degree resolution

WOA_DB_TYPE_INVALID 

Must always be the last.