NASA Logo
Ocean Color Science Software

ocssw V2022
envset Namespace Reference

Functions

std::string get_ocdata_root ()
 

Variables

const std::unordered_map< std::string, std::string(*)(const instr *)> get_sst_coeffs_path
 
const std::unordered_map< std::string, std::string(*)(const instr *)> get_sses_coeffs_path
 

Function Documentation

◆ get_ocdata_root()

std::string get_ocdata_root ( )

Returns OCDATAROOT.

Definition at line 5 of file sst_cloud_mask_utils.cpp.

Variable Documentation

◆ get_sses_coeffs_path

const std::unordered_map<std::string, std::string (*)(const instr *)> get_sses_coeffs_path
Initial value:
= {{std::string("SST"),
[](const instr *input) {
return std::string(
input->sstssesfile);
}},
{std::string("SST4"),
[](const instr *input) {
return std::string(
input->sst4ssesfile);
}},
{std::string("SST3"),
[](const instr *input) {
return std::string(
input->sst3ssesfile);
}}}

returns the SSES LUTs paths to netCDF files depending on requested product

Definition at line 60 of file sst_cloud_mask_utils.hpp.

◆ get_sst_coeffs_path

const std::unordered_map<std::string, std::string (*)(const instr *)> get_sst_coeffs_path
Initial value:
= {{std::string("SST"),
[](const instr *input) {
return std::string(
input->sstcoeffile);
}},
{std::string("SST4"),
[](const instr *input) {
return std::string(
input->sst4coeffile);
}},
{std::string("SST3"),
[](const instr *input) {
return std::string(
input->sst3coeffile);
}}}

returns the sst coefs paths to netCDF files depending on requested product

Definition at line 41 of file sst_cloud_mask_utils.hpp.

@ string
instr * input