Go to the source code of this file.
Functions/Subroutines | |
| subroutine | prep_snow_unif (KLUOUT, HSURF, PFIELD, TPTIME, OSNOW_IDEAL, PUNIF_WSNOW, PUNIF_RSNOW, PUNIF_TSNOW, PUNIF_LWCSNOW, PUNIF_ASNOW, PUNIF_SG1SNOW, PUNIF_SG2SNOW, PUNIF_HISTSNOW, PUNIF_AGESNOW, KLAYER) |
| subroutine prep_snow_unif | ( | integer, intent(in) | KLUOUT, |
| character(len=10), intent(in) | HSURF, | ||
| real, dimension(:,:,:), pointer | PFIELD, | ||
| type(date_time), intent(in) | TPTIME, | ||
| logical, intent(in) | OSNOW_IDEAL, | ||
| 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, | ||
| real, dimension(:), intent(in) | PUNIF_SG1SNOW, | ||
| real, dimension(:), intent(in) | PUNIF_SG2SNOW, | ||
| real, dimension(:), intent(in) | PUNIF_HISTSNOW, | ||
| real, dimension(:), intent(in) | PUNIF_AGESNOW, | ||
| integer, intent(in) | KLAYER | ||
| ) |
Definition at line 6 of file prep_snow_unif.F90.


1.8.5