Go to the source code of this file.
Functions/Subroutines | |
| subroutine | ol_read_atm_conf_netcdf (YSC, HSURF_FILETYPE, PDURATION, PTSTEP_FORC, KNI, KYEAR, KMONTH, KDAY, PTIME, PLAT, PLON, PZS, PZREF, PUREF) |
| subroutine | read_surf_dim_ol (HUNITS, KSIZE, KNI, PFIRSTTIMEFILE, KRESP) |
| subroutine ol_read_atm_conf_netcdf | ( | type(surfex_t), intent(inout) | YSC, |
| character(len=6), intent(in) | HSURF_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 6 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 | ||
| ) |
Definition at line 206 of file ol_read_atm_conf_netcdf.F90.


1.8.5