Go to the source code of this file.
◆ cllh2ecent()
subroutine cllh2ecent |
( |
type(coord) |
llh, |
|
|
type(coord) |
xyz |
|
) |
| |
Definition at line 17 of file cllh2e_cent_ellips.f.
References coord_types(), and cos.
Referenced by ctranscoord2().
43 n = eradius/sqrt(1. -eecen2 * sin(
llh%lat*torad)**2)
46 xyz%r(3) = (
n* eone_ecen2 +
llh%h)*sin(
llh%lat * torad)
! for length to thickness conversion or v v ! integer maxnodes real Hinf ! This is used when making table for dim simulation ! The slant length for vertical height to km is ! divided by LenStep m steps ! It can cover the slant length of about km for cos
latitude latitude this system is used *****************************************************************! type coord sequence union map real z z in m endmap xyz map real ! latitude in deg is to the north ! longitude in deg is to the east *h ! height in m endmap llh map real ! polar angle ! azimuthal angle *radius ! radial distance endmap sph endunion character *sys ! which system xyz
latitude latitude this system is used *****************************************************************! type coord sequence union map real z z in m endmap xyz map real ! latitude in deg is to the north ! longitude in deg is to the east *h ! height in m endmap llh map real ! polar angle ! azimuthal angle *radius ! radial distance endmap sph endunion character *sys ! which system llh
integer max_coord_types * coord_types(2)/'llh'/