SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | ol_read_atm_conf (DTCO, U, HGRID, HSURF_FILETYPE, HFORCING_FILETYPE, ODELAYEDSTART_NC, KDATESTOP, PDURATION, PTSTEP_FORC, KNI, KYEAR, KMONTH, KDAY, PTIME, PLAT, PLON, PZS, PZREF, PUREF, KTIMESTARTINDEX) |
subroutine ol_read_atm_conf | ( | type(data_cover_t), intent(inout) | DTCO, |
type(surf_atm_t), intent(inout) | U, | ||
character(len=*), intent(in) | HGRID, | ||
character(len=6), intent(in) | HSURF_FILETYPE, | ||
character(len=6), intent(in) | HFORCING_FILETYPE, | ||
logical, intent(in) | ODELAYEDSTART_NC, | ||
integer, dimension(4), intent(in) | KDATESTOP, | ||
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, | ||
integer, intent(out) | KTIMESTARTINDEX | ||
) |
Definition at line 9 of file ol_read_atm_conf.F90.