SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | ol_read_atm_conf_ascii (DTCO, U, HSURF_FILETYPE, HFORCING_FILETYPE, PDURATION, PTSTEP_FORC, KNI, KYEAR, KMONTH, KDAY, PTIME, PLAT, PLON, PZS, PZREF, PUREF) |
subroutine ol_read_atm_conf_ascii | ( | type(data_cover_t), intent(inout) | DTCO, |
type(surf_atm_t), intent(inout) | U, | ||
character(len=6), intent(in) | HSURF_FILETYPE, | ||
character(len=6), intent(in) | HFORCING_FILETYPE, | ||
real, intent(out) | PDURATION, | ||
real, intent(out) | PTSTEP_FORC, | ||
integer, intent(out) | KNI, | ||
integer, intent(out) | KYEAR, | ||
integer, intent(out) | KMONTH, | ||
integer, intent(out) | KDAY, | ||
real, intent(out) | PTIME, | ||
real, dimension(:), pointer | PLAT, | ||
real, dimension(:), pointer | PLON, | ||
real, dimension(:), pointer | PZS, | ||
real, dimension(:), pointer | PZREF, | ||
real, dimension(:), pointer | PUREF | ||
) |
Definition at line 11 of file ol_read_atm_conf_ascii.F90.