|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | prep_hor_snow_fields (DTCO, G, U, GCP, HPROGRAM, HSURF, HFILE, HFILETYPE, HFILEPGD, HFILEPGDTYPE, KLUOUT, OUNIF, KPATCH, KTEB_PATCH, KL, TNPSNOW, TPTIME, PUNIF_WSNOW, PUNIF_RSNOW, PUNIF_TSNOW, PUNIF_LWCSNOW, PUNIF_ASNOW, OSNOW_IDEAL, PUNIF_SG1SNOW, PUNIF_SG2SNOW, PUNIF_HISTSNOW, PUNIF_AGESNOW, YDCTL, PVEGTYPE_PATCH, KSIZE_P, KR_P, PPATCH, OKEY) |
| subroutine prep_hor_snow_fields | ( | type(data_cover_t), intent(inout) | DTCO, |
| type(grid_t), intent(inout) | G, | ||
| type(surf_atm_t), intent(inout) | U, | ||
| type(grid_conf_proj_t), intent(inout) | GCP, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=7), intent(in) | HSURF, | ||
| character(len=28), intent(in) | HFILE, | ||
| character(len=6), intent(in) | HFILETYPE, | ||
| character(len=28), intent(in) | HFILEPGD, | ||
| character(len=6), intent(in) | HFILEPGDTYPE, | ||
| integer, intent(in) | KLUOUT, | ||
| logical, intent(in) | OUNIF, | ||
| integer, intent(in) | KPATCH, | ||
| integer, intent(in) | KTEB_PATCH, | ||
| integer, intent(in) | KL, | ||
| type(nsurf_snow), intent(inout) | TNPSNOW, | ||
| type(date_time), intent(in) | TPTIME, | ||
| real, dimension(:), intent(in) | PUNIF_WSNOW, | ||
| real, dimension(:), intent(in) | PUNIF_RSNOW, | ||
| real, dimension(:), intent(in) | PUNIF_TSNOW, | ||
| real, dimension(:), intent(in) | PUNIF_LWCSNOW, | ||
| real, intent(in) | PUNIF_ASNOW, | ||
| logical, intent(inout) | OSNOW_IDEAL, | ||
| real, dimension(:), intent(in) | PUNIF_SG1SNOW, | ||
| real, dimension(:), intent(in) | PUNIF_SG2SNOW, | ||
| real, dimension(:), intent(in) | PUNIF_HISTSNOW, | ||
| real, dimension(:), intent(in) | PUNIF_AGESNOW, | ||
| type (prep_ctl), intent(inout) | YDCTL, | ||
| real, dimension(:,:,:), intent(in), optional | PVEGTYPE_PATCH, | ||
| integer, dimension(:), intent(in), optional | KSIZE_P, | ||
| integer, dimension(:,:), intent(in), optional | KR_P, | ||
| real, dimension(:,:), intent(in), optional | PPATCH, | ||
| logical, intent(out), optional | OKEY | ||
| ) |
Definition at line 18 of file prep_hor_snow_fields.F90.


1.8.13