14 SourceFilesOutput(
const std::string& group_name,
const std::vector<std::string>& dataset_names,
const std::vector<std::string>& file_names) :
15 group_name_(group_name), dataset_names_(dataset_names), file_names_(file_names) {}
19 std::string group_name_;
20 std::vector<std::string> dataset_names_;
21 std::vector<std::string> file_names_;
virtual ~SourceFilesOutput()
SourceFilesOutput(const std::string &group_name, const std::vector< std::string > &dataset_names, const std::vector< std::string > &file_names)
Writes source filenames into the output file.
As described in the Output class, we have a decentralized model of producing output for L2 Full Physi...
Contains classes to abstract away details in various Spurr Radiative Transfer software.
virtual void register_output(const boost::shared_ptr< Output > &out) const
Register portions of class that will be written to output.