USML
netcdf_woa.h
1 
5 #ifndef USML_NETCDF_WOA_H
6 #define USML_NETCDF_WOA_H
7 
8 #include <usml/netcdf/netcdf_profile.h>
9 
10 namespace usml {
11 namespace netcdf {
12 
15 
79 class USML_DECLSPEC netcdf_woa : public netcdf_profile {
80 
81  public:
82 
110  netcdf_woa(
111  const char* deep, const char* shallow, int month,
112  double south, double north, double west, double east,
113  double earth_radius=wposition::earth_radius ) ;
114 
115 } ;
116 
118 } // end of namespace netcdf
119 } // end of namespace usml
120 
121 #endif
static double earth_radius
Local radius of curvature in the area of operations.
Definition: wposition.h:100
Extracts ocean profile data from world-wide databases.
Definition: netcdf_profile.h:59
Extracts ocean profile data from World Ocean Atlas (WOA).
Definition: netcdf_woa.h:79