1 #include <boost/algorithm/string.hpp> 16 (boost::dynamic_pointer_cast<AbsorberVmrMet>(A)));
36 boost::to_lower(gname);
37 out->register_data_source
38 (
"/RetrievalResults/" + gname +
"_scale_factor_apriori",
40 out->register_data_source(
"/RetrievalResults/specific_humidity_profile_met",
46 std::string gname = a->gas_name();
47 boost::to_lower(gname);
48 out->register_data_source
49 (
"/RetrievalResults/" + gname +
"_scale_factor",
51 out->register_data_source
52 (
"/RetrievalResults/" + gname +
"_scale_factor_uncert",
double scale_uncertainty() const
Uncertainty of scale factor.
virtual void register_output_apriori(const boost::shared_ptr< Output > &out) const
Register apriori portions of class.
blitz::Array< double, 1 > specific_humidity() const
Humidity from MET, used to write to output file.
double scale_factor() const
Scale factor.
#define REGISTER_LUA_DERIVED_CLASS(X, Y)
Apply value function to a blitz array.
const Unit A("A", 1.0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0)
This class maps the state vector to the absorber VMR on each level.
As described in the Output class, we have a decentralized model of producing output for L2 Full Physi...
This registers the portions of the AbsorberVmrMet class that should be written as output...
virtual void register_output(const boost::shared_ptr< Output > &out) const
Register portions of class that will be written to output.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
#define REGISTER_LUA_END()
def(luabind::constructor< int >()) .def("rows"
This class maps the state vector to the absorber VMR on each level.
virtual std::string gas_name() const
This indicates the name of this particular Absorber.