SICOPOLIS V3.2
 All Classes Files Functions Variables Macros
Functions/Subroutines
num_coord.F90 File Reference

Computation of position (x,y) in the numerical domain for longitude lambda and latitude phi (in rad). More...

Go to the source code of this file.

Functions/Subroutines

subroutine num_coord (lambda_val, phi_val, x_val, y_val)
 Computation of position (x,y) in the numerical domain for longitude lambda and latitude phi (in rad). More...
 
subroutine stereo_forw_ellipsoid (lambda_val, phi_val, A, B, lambda0, phi0, x_val, y_val)
 Forward stereographic projection for an ellipsoidal planet. More...
 

Detailed Description

Computation of position (x,y) in the numerical domain for longitude lambda and latitude phi (in rad).

Copyright

Copyright 2009-2016 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 num_coord.F90.

Function/Subroutine Documentation

subroutine num_coord ( real(dp), intent(in)  lambda_val,
real(dp), intent(in)  phi_val,
real(dp), intent(out)  x_val,
real(dp), intent(out)  y_val 
)

Computation of position (x,y) in the numerical domain for longitude lambda and latitude phi (in rad).

Definition at line 37 of file num_coord.F90.

subroutine stereo_forw_ellipsoid ( real(dp), intent(in)  lambda_val,
real(dp), intent(in)  phi_val,
real(dp), intent(in)  A,
real(dp), intent(in)  B,
real(dp), intent(in)  lambda0,
real(dp), intent(in)  phi0,
real(dp), intent(out)  x_val,
real(dp), intent(out)  y_val 
)

Forward stereographic projection for an ellipsoidal planet.

Definition at line 70 of file num_coord.F90.