FE-Project
|
module common / Coordinate conversion with a geographic coordinate More...
Functions/Subroutines | |
subroutine, public | geographiccoordcnv_orth_to_geo_pos (orth_p, np, geo_p) |
subroutine, public | geographiccoordcnv_geo_to_orth_pos (geo_p, np, orth_p) |
subroutine, public | geographiccoordcnv_orth_to_geo_vec (orth_v, geo_p, np, geo_v) |
subroutine, public | geographiccoordcnv_geo_to_orth_vec (geo_v, geo_p, np, orth_v) |
subroutine, public | geographiccoordcnv_rotatex (pos_vec, angle, rotated_pos_vec) |
subroutine, public | geographiccoordcnv_rotatey (pos_vec, angle, rotated_pos_vec) |
subroutine, public | geographiccoordcnv_rotatez (pos_vec, angle, rotated_pos_vec) |
module common / Coordinate conversion with a geographic coordinate
subroutine, public scale_geographic_coord_cnv::geographiccoordcnv_orth_to_geo_pos | ( | real(rp), dimension(np,3), intent(in) | orth_p, |
integer, intent(in) | np, | ||
real(rp), dimension(np,3), intent(out) | geo_p ) |
Definition at line 42 of file scale_geographic_coord_cnv.F90.
Referenced by scale_cubedsphere_coord_cnv::cubedspherecoordcnv_cs2lonlatpos().
subroutine, public scale_geographic_coord_cnv::geographiccoordcnv_geo_to_orth_pos | ( | real(rp), dimension(np,3), intent(in) | geo_p, |
integer, intent(in) | np, | ||
real(rp), dimension(np,3), intent(out) | orth_p ) |
Definition at line 79 of file scale_geographic_coord_cnv.F90.
subroutine, public scale_geographic_coord_cnv::geographiccoordcnv_orth_to_geo_vec | ( | real(rp), dimension(np,3), intent(in) | orth_v, |
real(rp), dimension(np,3), intent(in) | geo_p, | ||
integer, intent(in) | np, | ||
real(rp), dimension(np,3), intent(out) | geo_v ) |
Definition at line 101 of file scale_geographic_coord_cnv.F90.
subroutine, public scale_geographic_coord_cnv::geographiccoordcnv_geo_to_orth_vec | ( | real(rp), dimension(np,3), intent(in) | geo_v, |
real(rp), dimension(np,3), intent(in) | geo_p, | ||
integer, intent(in) | np, | ||
real(rp), dimension(np,3), intent(out) | orth_v ) |
Definition at line 140 of file scale_geographic_coord_cnv.F90.
subroutine, public scale_geographic_coord_cnv::geographiccoordcnv_rotatex | ( | real(rp), dimension(3), intent(in) | pos_vec, |
real(rp), intent(in) | angle, | ||
real(rp), dimension(3), intent(out) | rotated_pos_vec ) |
Definition at line 178 of file scale_geographic_coord_cnv.F90.
subroutine, public scale_geographic_coord_cnv::geographiccoordcnv_rotatey | ( | real(rp), dimension(3), intent(in) | pos_vec, |
real(rp), intent(in) | angle, | ||
real(rp), dimension(3), intent(out) | rotated_pos_vec ) |
Definition at line 200 of file scale_geographic_coord_cnv.F90.
subroutine, public scale_geographic_coord_cnv::geographiccoordcnv_rotatez | ( | real(rp), dimension(3), intent(in) | pos_vec, |
real(rp), intent(in) | angle, | ||
real(rp), dimension(3), intent(out) | rotated_pos_vec ) |
Definition at line 222 of file scale_geographic_coord_cnv.F90.