Go to the source code of this file.
Functions/Subroutines | |
| subroutine | SNOWCROUPGRID (PSNOW, PSNOWDZ, PSNOWDZN, PSNOWRHO, PSNOWHEAT, PSNOWGRAN1, PSNOWGRAN2, PSNOWHIST, PSNOWHMASS, OSNOWFALL, PSNOWBIS, PSNOWDZBIS, PSNOWHEATBIS, PSNOWRHOBIS, PSNOWGRAN1BIS, PSNOWGRAN2BIS, PSNOWHISTBIS, PTSTEP, PSR, PTA, PVMOD) |
| subroutine | SNOWCROADDSNOW (PTSTEP, PSR, PTA, PVMOD, PSNOW, PSNOWRHO, PSNOWDZ, PSNOWHEAT, PSNOWHMASS, PSNOWGRAN1, PSNOWGRAN2, PSNOWHIST, KNLVLS) |
| subroutine | SNOWCROTRANSF_1D (PSNOW, PSNOWDZ, PSNOWDZN, PSNOWRHO, PSNOWHEAT, PSNOWGRAN1, PSNOWGRAN2, PSNOWHIST) |
| subroutine | SNOWNLTRANSFGRID_1D (PSNOW, PSNOWDZ, PSNOWDZN, PSNOWRHO, PSNOWHEAT, PSNOWGRAN1, PSNOWGRAN2, PSNOWHIST) |
| subroutine SNOWCROUPGRID::SNOWCROADDSNOW | ( | REAL, intent(in) | PTSTEP, |
| REAL, intent(in) | PSR, | ||
| REAL, intent(in) | PTA, | ||
| REAL, intent(in) | PVMOD, | ||
| REAL, intent(inout) | PSNOW, | ||
| REAL, intent(inout) | PSNOWRHO, | ||
| REAL, intent(inout) | PSNOWDZ, | ||
| REAL, intent(inout) | PSNOWHEAT, | ||
| REAL, intent(out) | PSNOWHMASS, | ||
| REAL, intent(inout) | PSNOWGRAN1, | ||
| REAL, intent(inout) | PSNOWGRAN2, | ||
| REAL, intent(inout) | PSNOWHIST, | ||
| INTEGER | KNLVLS | ||
| ) |
| subroutine SNOWCROUPGRID::SNOWCROTRANSF_1D | ( | REAL, intent(in) | PSNOW, |
| REAL, dimension(:), intent(inout) | PSNOWDZ, | ||
| REAL, dimension(:), intent(inout) | PSNOWDZN, | ||
| REAL, dimension(:), intent(inout) | PSNOWRHO, | ||
| REAL, dimension(:), intent(inout) | PSNOWHEAT, | ||
| REAL, dimension(:), intent(inout) | PSNOWGRAN1, | ||
| REAL, dimension(:), intent(inout) | PSNOWGRAN2, | ||
| REAL, dimension(:), intent(inout) | PSNOWHIST | ||
| ) |
| subroutine SNOWCROUPGRID | ( | REAL, dimension(:), intent(inout) | PSNOW, |
| REAL, dimension(:,:), intent(inout) | PSNOWDZ, | ||
| REAL, dimension(:,:), intent(inout) | PSNOWDZN, | ||
| REAL, dimension(:,:), intent(inout) | PSNOWRHO, | ||
| REAL, dimension(:,:), intent(inout) | PSNOWHEAT, | ||
| REAL, dimension(:,:), intent(inout) | PSNOWGRAN1, | ||
| REAL, dimension(:,:), intent(inout) | PSNOWGRAN2, | ||
| REAL, dimension(:,:), intent(inout) | PSNOWHIST, | ||
| REAL, dimension(:), intent(inout) | PSNOWHMASS, | ||
| LOGICAL, dimension(:), intent(in) | OSNOWFALL, | ||
| REAL, dimension(:), intent(inout) | PSNOWBIS, | ||
| REAL, dimension(:,:), intent(inout) | PSNOWDZBIS, | ||
| REAL, dimension(:,:), intent(inout) | PSNOWHEATBIS, | ||
| REAL, dimension(:,:), intent(inout) | PSNOWRHOBIS, | ||
| REAL, dimension(:,:), intent(inout) | PSNOWGRAN1BIS, | ||
| REAL, dimension(:,:), intent(inout) | PSNOWGRAN2BIS, | ||
| REAL, dimension(:,:), intent(inout) | PSNOWHISTBIS, | ||
| REAL, intent(in) | PTSTEP, | ||
| REAL, dimension(:), intent(in) | PSR, | ||
| REAL, dimension(:), intent(in) | PTA, | ||
| REAL, dimension(:), intent(in) | PVMOD | ||
| ) |
| subroutine SNOWCROUPGRID::SNOWNLTRANSFGRID_1D | ( | REAL, intent(in) | PSNOW, |
| REAL, dimension(:), intent(inout) | PSNOWDZ, | ||
| REAL, dimension(:), intent(inout) | PSNOWDZN, | ||
| REAL, dimension(:), intent(inout) | PSNOWRHO, | ||
| REAL, dimension(:), intent(inout) | PSNOWHEAT, | ||
| REAL, dimension(:), intent(inout) | PSNOWGRAN1, | ||
| REAL, dimension(:), intent(inout) | PSNOWGRAN2, | ||
| REAL, dimension(:), intent(inout) | PSNOWHIST | ||
| ) |
1.8.0