UFO
ufo::LAMDomainCheckParameters Class Reference

#include <LAMDomainCheck.h>

Inheritance diagram for ufo::LAMDomainCheckParameters:
Collaboration diagram for ufo::LAMDomainCheckParameters:

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}
 

Detailed Description

Definition at line 27 of file LAMDomainCheck.h.

Member Data Documentation

◆ cenlat

oops::Parameter<float> ufo::LAMDomainCheckParameters::cenlat {"cenlat", 0.0f, this}

Definition at line 45 of file LAMDomainCheck.h.

◆ cenlon

oops::Parameter<float> ufo::LAMDomainCheckParameters::cenlon {"cenlon", 0.0f, this}

Definition at line 46 of file LAMDomainCheck.h.

◆ esg_a

oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_a {"a", 0.0f, this}

Definition at line 32 of file LAMDomainCheck.h.

◆ esg_dx

oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_dx {"dx", 1.0f, this}

Definition at line 37 of file LAMDomainCheck.h.

◆ esg_dy

oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_dy {"dy", 1.0f, this}

Definition at line 38 of file LAMDomainCheck.h.

◆ esg_k

oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_k {"k", 0.0f, this}

Definition at line 33 of file LAMDomainCheck.h.

◆ esg_npx

oops::Parameter<int> ufo::LAMDomainCheckParameters::esg_npx {"npx", 2, this}

Definition at line 39 of file LAMDomainCheck.h.

◆ esg_npy

oops::Parameter<int> ufo::LAMDomainCheckParameters::esg_npy {"npy", 2, this}

Definition at line 40 of file LAMDomainCheck.h.

◆ esg_pazi

oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_pazi {"pazi", 0.0f, this}

Definition at line 36 of file LAMDomainCheck.h.

◆ esg_plat

oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_plat {"plat", 0.0f, this}

Definition at line 34 of file LAMDomainCheck.h.

◆ esg_plon

oops::Parameter<float> ufo::LAMDomainCheckParameters::esg_plon {"plon", 0.0f, this}

Definition at line 35 of file LAMDomainCheck.h.

◆ mapproj

oops::RequiredParameter<std::string> ufo::LAMDomainCheckParameters::mapproj {"map_projection", this}

Definition at line 31 of file LAMDomainCheck.h.

◆ radius

oops::Parameter<float> ufo::LAMDomainCheckParameters::radius {"radius", 100.0f, this}

Definition at line 47 of file LAMDomainCheck.h.

◆ save

oops::Parameter<bool> ufo::LAMDomainCheckParameters::save {"save", false, this}

Definition at line 41 of file LAMDomainCheck.h.


The documentation for this class was generated from the following file: