ocssw
V2022
|
find_variable.hpp
Go to the documentation of this file.
62 std::multimap<std::string, netCDF::NcVar> find_variables_geo_physical(const std::string& nc_path,
Definition: val_extract.h:273
Definition: val_extract.h:241
netCDF::NcGroupAtt find_nc_grp_attribute_cpp(const std::string &att_name, T &nc_file)
Definition: find_variable.hpp:22
netCDF::NcVar find_nc_variable_cpp(const std::string &var_name, T &nc_file)
Definition: find_variable.hpp:7
std::multimap< std::string, netCDF::NcVar > find_all_variables(T &nc_id)
Definition: find_variable.hpp:37
Definition: names.f90:1
std::multimap< std::string, netCDF::NcVar > find_variables_geo_physical(const std::string &nc_path, std::string &prod_list)
Definition: find_variable.cpp:29