|
subroutine, public | scale_cubedsphere_coord_cnv::cubedspherecoordcnv_cs2lonlatpos (panelid, alpha, beta, gam, np, lon, lat) |
| Calculate longitude and latitude coordinates from local coordinates using the central angles in an equiangular gnomonic cubed-sphere projection.
|
subroutine, public | scale_cubedsphere_coord_cnv::cubedspherecoordcnv_cs2lonlatvec (panelid, alpha, beta, gam, np, vecalpha, vecbeta, veclon, veclat, lat) |
| Covert the components of a vector in local coordinates with an equiangular gnomonic cubed-sphere projection to those in longitude and latitude coordinates.
|
subroutine, public | scale_cubedsphere_coord_cnv::cubedspherecoordcnv_lonlat2cspos (panelid, lon, lat, np, alpha, beta) |
| Calculate local coordinates using the central angles in an equiangular gnomonic cubed-sphere projection from longitude and latitude coordinates.
|
subroutine, public | scale_cubedsphere_coord_cnv::cubedspherecoordcnv_lonlat2csvec (panelid, alpha, beta, gam, np, veclon, veclat, vecalpha, vecbeta, lat) |
| Covert the components of a vector in longitude and latitude coordinates to those in local coordinates with an equiangular gnomonic cubed-sphere projection.
|
subroutine, public | scale_cubedsphere_coord_cnv::cubedspherecoordcnv_cs2cartpos (panelid, alpha, beta, gam, np, x, y, z) |
| Calculate Cartesian coordinates from local coordinates using the central angles in an equiangular gnomonic cubed-sphere projection.
|
subroutine, public | scale_cubedsphere_coord_cnv::cubedspherecoordcnv_cart2csvec (panelid, alpha, beta, gam, np, vec_x, vec_y, vec_z, vecalpha, vecbeta) |
| Covert the components of a vector in local coordinates with an equiangular gnomonic cubed-sphere projection to those in the Cartesian coordinates.
|
subroutine, public | scale_cubedsphere_coord_cnv::cubedspherecoordcnv_getmetric (alpha, beta, np, radius, g_ij, gij, gsqrt) |
| Calculate the metrics associated with an equiangular gnomonic cubed-sphere projection to those in longitude and latitude coordinates.
|