SOCA
|
FmsInput handles the hard-coded fms input.nml file. More...
#include <FmsInput.h>
Public Member Functions | |
FmsInput (const eckit::mpi::Comm &, const eckit::Configuration &conf) | |
FmsInput (const FmsInput &) | |
~FmsInput () | |
void | updateNameList () |
int | getFileSN (const std::string &) |
Public Attributes | |
const eckit::mpi::Comm & | comm_ |
const eckit::Configuration & | conf_ |
int | inputnml_sn_ |
std::string | inputnml_orig_ |
FmsInput handles the hard-coded fms input.nml file.
Definition at line 28 of file FmsInput.h.
soca::FmsInput::FmsInput | ( | const eckit::mpi::Comm & | comm, |
const eckit::Configuration & | conf | ||
) |
soca::FmsInput::FmsInput | ( | const FmsInput & | other | ) |
Definition at line 30 of file FmsInput.cc.
soca::FmsInput::~FmsInput | ( | ) |
Definition at line 36 of file FmsInput.cc.
int soca::FmsInput::getFileSN | ( | const std::string & | filename | ) |
void soca::FmsInput::updateNameList | ( | ) |
Definition at line 41 of file FmsInput.cc.
const eckit::mpi::Comm& soca::FmsInput::comm_ |
Definition at line 36 of file FmsInput.h.
const eckit::Configuration& soca::FmsInput::conf_ |
Definition at line 37 of file FmsInput.h.
std::string soca::FmsInput::inputnml_orig_ |
Definition at line 39 of file FmsInput.h.
int soca::FmsInput::inputnml_sn_ |
Definition at line 38 of file FmsInput.h.