A class to represent the meteorological parameters that could be contained in a grid. This should be very close to MeteoData with a few additions (like the wind u,v,w)
#include <MeteoData.h>
Public Types | |
enum | Parameters { firstparam =0, TA =firstparam, RH, QI, TD, VW, DW, VW_MAX, ISWR, RSWR, ISWR_DIFF, ISWR_DIR, ILWR, TAU_CLD, HS, PSUM, PSUM_PH, PSUM_L, PSUM_S, TSG, TSS, TSOIL, P, P_SEA, U, V, W, SWE, RSNO, ROT, ALB, DEM, SHADE, SLOPE, AZI, lastparam =AZI } |
Static Public Member Functions | |
static const std::string & | getParameterName (const size_t &parindex) |
static size_t | getParameterIndex (const std::string &parname) |
Static Public Attributes | |
static const size_t | nrOfParameters = MeteoGrids::lastparam - MeteoGrids::firstparam + 1 |
holds the number of meteo parameters stored in MeteoData More... | |
this enum provides names for possible meteogrids (from an ARPS file, etc)
|
static |
|
static |
|
static |
holds the number of meteo parameters stored in MeteoData