|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | read_gr_snow (HPROGRAM, HSURFTYPE, HPREFIX, KLU, KSIZE_P, KMASK_P, KPATCH, TPSNOW, HDI |
| subroutine | read_layers (OVERSION, KNL, HDIRIN, HPREF, HFMT, HREC, HSURF, PTAB, HR |
| subroutine read_gr_snow | ( | character(len=6), intent(in) | HPROGRAM, |
| character (len=*), intent(in) | HSURFTYPE, | ||
| character (len=3), intent(in) | HPREFIX, | ||
| integer, intent(in) | KLU, | ||
| integer, intent(in) | KSIZE_P, | ||
| integer, dimension(:), intent(in) | KMASK_P, | ||
| integer, intent(in) | KPATCH, | ||
| type(surf_snow), intent(inout) | TPSNOW, | ||
| HDI | |||
| ) |
Definition at line 8 of file read_gr_snow.F90.


| subroutine read_gr_snow::read_layers | ( | logical, intent(in) | OVERSION, |
| integer, intent(in) | KNL, | ||
| character(len=*), intent(in) | HDIRIN, | ||
| character(len=*), intent(in) | HPREF, | ||
| character(len=*), intent(in) | HFMT, | ||
| character(len=*), intent(in) | HREC, | ||
| character(len=*), intent(in) | HSURF, | ||
| real, dimension(:,:), intent(out) | PTAB, | ||
| HR | |||
| ) |
Definition at line 364 of file read_gr_snow.F90.


1.8.13