|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | update_rad_sea (S, PZENITH, PTT, PDIR_ALB_ATMOS, PSCA_ALB_ATMOS, PEMIS_ATMOS, PTRAD, PU, PV) |
| subroutine update_rad_sea | ( | type(seaflux_t), intent(inout) | S, |
| real, dimension(:), intent(in) | PZENITH, | ||
| real, intent(in) | PTT, | ||
| real, dimension(:,:), intent(out) | PDIR_ALB_ATMOS, | ||
| real, dimension(:,:), intent(out) | PSCA_ALB_ATMOS, | ||
| real, dimension(:), intent(out) | PEMIS_ATMOS, | ||
| real, dimension(:), intent(out) | PTRAD, | ||
| real, dimension(:), intent(in), optional | PU, | ||
| real, dimension(:), intent(in), optional | PV | ||
| ) |
Definition at line 7 of file update_rad_sea.F90.


1.8.13