SICOPOLIS V3.3
Modules | Functions/Subroutines
stereo_proj_m.F90 File Reference

Computation of the forward or inverse stereographic projection, alternatively for a spherical or an ellipsoidal planet. More...

Go to the source code of this file.

Modules

module  stereo_proj_m
 Computation of the forward or inverse stereographic projection, alternatively for a spherical or an ellipsoidal planet.
 

Functions/Subroutines

subroutine, public stereo_proj_m::stereo_forw_ellipsoid (lambda_val, phi_val, A, B, lambda0, phi0, x_val, y_val)
 Forward stereographic projection for an ellipsoidal planet. More...
 
subroutine, public stereo_proj_m::stereo_inv_ellipsoid (x_val, y_val, A, B, lambda0, phi0, lambda_val, phi_val)
 Inverse stereographic projection for an ellipsoidal planet. More...
 
subroutine, public stereo_proj_m::stereo_forw_sphere (lambda_val, phi_val, R, lambda0, phi0, x_val, y_val)
 Forward stereographic projection for a spherical planet. More...
 
subroutine, public stereo_proj_m::stereo_inv_sphere (x_val, y_val, R, lambda0, phi0, lambda_val, phi_val)
 Inverse stereographic projection for a spherical planet. More...
 

Detailed Description

Computation of the forward or inverse stereographic projection, alternatively for a spherical or an ellipsoidal planet.

Copyright

Copyright 2009-2017 Ralf Greve, Reinhard Calov, Alex Robinson

License

This file is part of SICOPOLIS.

SICOPOLIS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SICOPOLIS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SICOPOLIS. If not, see http://www.gnu.org/licenses/.

Definition in file stereo_proj_m.F90.