|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | ol_write_coord (HSELECT, HFILE, KFILE_ID, KDDIM, HATT_TITLE, HNAME_DIM, HUNIT1, HUNIT2, KDIM1, HDATE, PX, PY, PLON, PLAT) |
| subroutine ol_write_coord | ( | character(len=*), dimension(:), intent(in) | HSELECT, |
| character(len=50), intent(in) | HFILE, | ||
| integer, intent(in) | KFILE_ID, | ||
| integer, dimension(:), intent(in) | KDDIM, | ||
| character(len=100), dimension(:), intent(in) | HATT_TITLE, | ||
| character(len=100), dimension(:), intent(in) | HNAME_DIM, | ||
| character(len=13), dimension(:), intent(in) | HUNIT1, | ||
| character(len=13), dimension(:), intent(in) | HUNIT2, | ||
| integer, intent(in) | KDIM1, | ||
| character(len=40), dimension(:), intent(in) | HDATE, | ||
| real, dimension(:), intent(in) | PX, | ||
| real, dimension(:), intent(in) | PY, | ||
| real, dimension(:), intent(in), optional | PLON, | ||
| real, dimension(:), intent(in), optional | PLAT | ||
| ) |
Definition at line 7 of file ol_write_coord.F90.


1.8.13