Go to the source code of this file.
Functions/Subroutines | |
| subroutine | ol_write_coord (DGU, HFILE, KFILE_ID, KDDIM, HATT_TITLE, HNAME_DIM, HUNIT1, HUNIT2, KDIM1, HDATE, PX, PY) |
| subroutine ol_write_coord | ( | type(diag_surf_atm_t), intent(inout) | DGU, |
| 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 | ||
| ) |
Definition at line 5 of file ol_write_coord.F90.


1.8.5