Go to the source code of this file.
|
subroutine | read_mesh_coord (FFORMAT, NFIC, X, Y, NPOIN, PROJECTION, LATI0, LONGI0, Z) |
|
◆ read_mesh_coord()
subroutine read_mesh_coord |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
NFIC, |
|
|
double precision, dimension(npoin), intent(out) |
X, |
|
|
double precision, dimension(npoin), intent(out) |
Y, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(inout) |
PROJECTION, |
|
|
double precision, intent(in) |
LATI0, |
|
|
double precision, intent(in) |
LONGI0, |
|
|
double precision, dimension(npoin), intent(out), optional |
Z |
|
) |
| |
- Parameters
-
[in] | npoin | FFORMAT Format for geometry file |
[in] | NFIC | Logical unit for geometry file |
[out] | X | X coordinates |
[out] | Y | Y coordinates |
[out] | PROJECTION | Type of projection |
[out] | LATI0 | Latitude |
[out] | LONGI0 | Longitude |
[out] | Z | Z coordinates |
[in] | nfic | FFORMAT Format for geometry file |
[in] | NFIC | Logical unit for geometry file |
[out] | X | X coordinates |
[out] | Y | Y coordinates |
[out] | PROJECTION | Type of projection |
[out] | LATI0 | Latitude |
[out] | LONGI0 | Longitude |
[out] | Z | Z coordinates |
Definition at line 7 of file read_mesh_coord.f.