00001 00005 #pragma once 00006 00007 #include <usml/netcdf/netcdf_profile.h> 00008 00009 namespace usml { 00010 namespace netcdf { 00011 00014 00078 class USML_DECLSPEC netcdf_woa : public netcdf_profile { 00079 00080 public: 00081 00109 netcdf_woa( 00110 const char* deep, const char* shallow, int month, 00111 double south, double north, double west, double east, 00112 double earth_radius=wposition::earth_radius ) ; 00113 00114 } ; 00115 00117 } // end of namespace netcdf 00118 } // end of namespace usml