Go to the source code of this file.
◆ cllh2ecent()
subroutine cllh2ecent |
( |
type(coord) |
llh, |
|
|
type(coord) |
xyz |
|
) |
| |
Definition at line 2 of file cllh2eCent.f.
References coord_types(), and cos.
26 #include "Zcoordtype.h" 31 temp%y =
nh *
cos(
llh%lat*torad)* sin(
llh%long*torad)
36 nh = eradius +
llh%r(3)
38 temp%r(2) =
nh *
cos(
llh%r(1)*torad)* sin(
llh%r(2)*torad)
39 xyz%r(3) =
nh * sin(
llh%r(1) * 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'/