ocssw
V2022
|
DbLutNetcdf.cpp File Reference
#include "deepblue/DbLutNetcdf.h"
#include <string>
#include <sstream>
#include <fstream>
#include <iostream>
#include <mfhdf.h>
#include <libgen.h>
#include <DDAlgorithm.h>
#include <DDOptions.h>
Include dependency graph for DbLutNetcdf.cpp:
Go to the source code of this file.
Variables | |
const int | chindx [8] = { 1,2,3,4,5,6,10,11 } |
const int | bindx [3] = { 1,3,8 } |
const std::string | str_season [NUM_SEASONS] = {"winter", "spring", "summer", "fall"} |
Variable Documentation
◆ bindx
const int bindx[3] = { 1,3,8 } |
Definition at line 28 of file DbLutNetcdf.cpp.
◆ chindx
const int chindx[8] = { 1,2,3,4,5,6,10,11 } |
Definition at line 27 of file DbLutNetcdf.cpp.
◆ str_season
const std::string str_season[NUM_SEASONS] = {"winter", "spring", "summer", "fall"} |
Definition at line 29 of file DbLutNetcdf.cpp.