Go to the source code of this file.
Functions/Subroutines | |
| subroutine | read_from_surfex_file (DTCO, DGU, U, HFTYP, HFNAM, HMASK, HSCHEME, PFIELD, HNAM) |
| subroutine read_from_surfex_file | ( | type(data_cover_t), intent(inout) | DTCO, |
| type(diag_surf_atm_t), intent(inout) | DGU, | ||
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HFTYP, | ||
| character(len=28), intent(in) | HFNAM, | ||
| character(len=6), intent(in) | HMASK, | ||
| character(len=6), intent(in) | HSCHEME, | ||
| real, dimension(:), intent(out) | PFIELD, | ||
| character(len=*), intent(in), optional | HNAM | ||
| ) |
Definition at line 5 of file read_from_surfex_file.F90.


1.8.5