|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | diag_surf_budget_water (D, PTT, PTS, PRHOA, PSFTH, PSFTQ, PDIR_SW, PSCA_SW, PLW, PDIR_ALB, PSCA_ALB, PEMIS, PTRAD, PSFZON, PSFMER) |
| subroutine diag_surf_budget_water | ( | type(diag_t), intent(inout) | D, |
| real, intent(in) | PTT, | ||
| real, dimension(:), intent(in) | PTS, | ||
| real, dimension(:), intent(in) | PRHOA, | ||
| real, dimension(:), intent(in) | PSFTH, | ||
| real, dimension(:), intent(in) | PSFTQ, | ||
| real, dimension(:,:), intent(in) | PDIR_SW, | ||
| real, dimension(:,:), intent(in) | PSCA_SW, | ||
| real, dimension(:), intent(in) | PLW, | ||
| real, dimension(:,:), intent(in) | PDIR_ALB, | ||
| real, dimension(:,:), intent(in) | PSCA_ALB, | ||
| real, dimension(:), intent(in) | PEMIS, | ||
| real, dimension(:), intent(in) | PTRAD, | ||
| real, dimension(:), intent(in) | PSFZON, | ||
| real, dimension(:), intent(in) | PSFMER | ||
| ) |
Definition at line 8 of file diag_surf_budget_water.F90.

1.8.13