#include "ufo/rttovcpp/rttovcpp_interface.h"
#include <ostream>
#include <string>
#include <vector>
#include "ioda/ObsSpace.h"
#include "ioda/ObsVector.h"
#include "oops/base/Variables.h"
#include "oops/util/IntSetParser.h"
#include "oops/util/Logger.h"
#include "oops/util/missingValues.h"
#include "ufo/GeoVaLs.h"
#include "ufo/ObsBias.h"
#include "ufo/ObsDiagnostics.h"
#include "rttov/wrapper/Profile.h"
#include "rttov/wrapper/RttovSafe.h"
Go to the source code of this file.
|
void | ufo::rttovcpp_interface (const GeoVaLs &geovals, const ioda::ObsSpace &odb_, rttov::RttovSafe &aRttov_, const std::string CoefFileName, const std::vector< int > channels_, std::size_t &nlevels, std::vector< bool > &skip_profile) |
| Set one single RttovSafe object for a single sensor. More...
|
|