#include <CoordTransform.hxx>
Public Member Functions | |
LonlatToWRFStereInd (int imx, int jmx, double lambdac, double phic, double phi1, double dsi0, double dsj0) throw () | |
Default constructor. | |
void | operator() (const T lon, const T lat, T &j, T &i) |
Convertion operator. | |
Protected Attributes | |
const int | imx_ |
Domain grid dimension in East-West direction. | |
const int | jmx_ |
Domain grid dimension in North-South direction. | |
const double | lambdac_ |
Domain center longitude (degree). | |
const double | phic_ |
Domain center latitude (degree). | |
const double | phi1_ |
True latitude #1 (degree). | |
const double | dsi0_ |
Grid distance (meters) of the domain in East-West direction. | |
const double | dsj0_ |
Grid distance (meters) of the domain in North-South direction. | |
const double | Earth_radius_ |
Earth radius. | |
const double | pi_ |
pi. |
void AtmoData::LonlatToWRFStereInd< T >::operator() | ( | const T | lon, | |
const T | lat, | |||
T & | i, | |||
T & | j | |||
) |
Convertion operator.
lon | longitude. | |
lat | latitude. | |
i | index of the WRF grid along the East-West direction. | |
j | index of the WRF grid along the North-South direction. |