UFO
|
#include <LAMDomainCheck.h>
Public Attributes | |
oops::RequiredParameter< std::string > | mapproj {"map_projection", this} |
oops::Parameter< float > | esg_a {"a", 0.0f, this} |
oops::Parameter< float > | esg_k {"k", 0.0f, this} |
oops::Parameter< float > | esg_plat {"plat", 0.0f, this} |
oops::Parameter< float > | esg_plon {"plon", 0.0f, this} |
oops::Parameter< float > | esg_pazi {"pazi", 0.0f, this} |
oops::Parameter< float > | esg_dx {"dx", 1.0f, this} |
oops::Parameter< float > | esg_dy {"dy", 1.0f, this} |
oops::Parameter< int > | esg_npx {"npx", 2, this} |
oops::Parameter< int > | esg_npy {"npy", 2, this} |
oops::Parameter< bool > | save {"save", false, this} |
oops::Parameter< float > | cenlat {"cenlat", 0.0f, this} |
oops::Parameter< float > | cenlon {"cenlon", 0.0f, this} |
oops::Parameter< float > | radius {"radius", 100.0f, this} |
Definition at line 27 of file LAMDomainCheck.h.
oops::Parameter<float> ufo::LAMDomainCheckParameters::cenlat {"cenlat", 0.0f, this} |
Definition at line 45 of file LAMDomainCheck.h.
oops::Parameter<float> ufo::LAMDomainCheckParameters::cenlon {"cenlon", 0.0f, this} |
Definition at line 46 of file LAMDomainCheck.h.
oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_a {"a", 0.0f, this} |
Definition at line 32 of file LAMDomainCheck.h.
oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_dx {"dx", 1.0f, this} |
Definition at line 37 of file LAMDomainCheck.h.
oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_dy {"dy", 1.0f, this} |
Definition at line 38 of file LAMDomainCheck.h.
oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_k {"k", 0.0f, this} |
Definition at line 33 of file LAMDomainCheck.h.
oops::Parameter<int> ufo::LAMDomainCheckParameters::esg_npx {"npx", 2, this} |
Definition at line 39 of file LAMDomainCheck.h.
oops::Parameter<int> ufo::LAMDomainCheckParameters::esg_npy {"npy", 2, this} |
Definition at line 40 of file LAMDomainCheck.h.
oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_pazi {"pazi", 0.0f, this} |
Definition at line 36 of file LAMDomainCheck.h.
oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_plat {"plat", 0.0f, this} |
Definition at line 34 of file LAMDomainCheck.h.
oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_plon {"plon", 0.0f, this} |
Definition at line 35 of file LAMDomainCheck.h.
oops::RequiredParameter<std::string> ufo::LAMDomainCheckParameters::mapproj {"map_projection", this} |
Definition at line 31 of file LAMDomainCheck.h.
oops::Parameter<float> ufo::LAMDomainCheckParameters::radius {"radius", 100.0f, this} |
Definition at line 47 of file LAMDomainCheck.h.
oops::Parameter<bool> ufo::LAMDomainCheckParameters::save {"save", false, this} |
Definition at line 41 of file LAMDomainCheck.h.