|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | ol_read_atm_conf_netcdf (DTCO, U, HGRID, HSURF_FILETYPE, ODELAYEDSTART_NC, KDATESTOP, PDURATION, PTSTEP_FORC, KNI, KYEAR, KMONTH, KDAY, PTIME, PLAT, PLON, PZS, PZREF, PUREF, KTIMESTARTINDEX) |
| subroutine | read_surf_dim_ol (HUNITS, KSIZE, KNI, PFIRSTTIMEFILE, KRESP, OLONLAT1D, KNLON1D, KNLAT1D, PTIMEFILE) |
| subroutine ol_read_atm_conf_netcdf | ( | 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, | ||
| 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_netcdf.F90.


| subroutine ol_read_atm_conf_netcdf::read_surf_dim_ol | ( | character(len=100), intent(out) | HUNITS, |
| integer, intent(out) | KSIZE, | ||
| integer, intent(out) | KNI, | ||
| real, intent(out) | PFIRSTTIMEFILE, | ||
| integer, intent(out) | KRESP, | ||
| logical, intent(out) | OLONLAT1D, | ||
| integer, intent(out) | KNLON1D, | ||
| integer, intent(out) | KNLAT1D, | ||
| real, dimension(:), intent(out), pointer | PTIMEFILE | ||
| ) |
Definition at line 317 of file ol_read_atm_conf_netcdf.F90.


1.8.13