A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
oc
include
oc
Configuration.hpp
Go to the documentation of this file.
1
#ifndef OC_CONFIGURE
2
#define OC_CONFIGURE
3
4
#define HDF5_FOUND 1
5
#define HDF4_FOUND 1
6
#define NETCDF_FOUND 1
7
#define INTL_FOUND 1
8
9
#define OC_MODULE_DIRECTORY "/Users/lhong2/OBPG/ocssw/lib/oc"
10
11
#endif // OC_CONFIGURE
12