45 #include "Eigen/Dense"
49 #include "unsupported/Eigen/CXX11/Tensor"
51 int main(
int argc,
char** argv) {
84 =
g.vars.create<
int>(
"Location", {
num_locs})
86 .setIsDimensionScale(
"Location");
90 .setIsDimensionScale(
"ATMS Channel Number");
113 longitude.atts.add<
float>(
"valid_range", {-180, 180})
114 .add<std::string>(
"units", std::string(
"degrees_east"))
115 .add<std::string>(
"long_name", std::string(
"Longitude"));
124 latitude.atts.add<
float>(
"valid_range", {-90, 90})
125 .add<std::string>(
"units", std::string(
"degrees_north"))
126 .add<std::string>(
"long_name", std::string(
"Latitude"));
131 tb.atts.add<
float>(
"valid_range", {100, 500})
132 .add<std::string>(
"units", std::string(
"K"))
133 .add<std::string>(
"long_name",
134 std::string(
"ATMS Observed (Uncorrected) Brightness Temperature"));
153 params.setFillValue<
float>(-999);
167 params.compressWithGZIP();
175 SZA.atts.add<
float>(
"valid_range", {-90, 90}).add<std::string>(
"units", std::string(
"degrees"));
178 }
catch (
const std::exception& e) {
Definitions for setting up backends with file and memory I/O.
Interfaces for ioda::Group and related classes.
Groups are a new implementation of ObsSpaces.
IODA_DL Group constructFromCmdLine(int argc, char **argv, const std::string &defaultFilename)
This is a wrapper function around the constructBackend function for creating a backend based on comma...
int main(int argc, char **argv)
IODA_DL void unwind_exception_stack(const std::exception &e, std::ostream &out=std::cerr, int level=0)
Convenience function for unwinding an exception stack.
Used to specify Variable creation-time properties.