SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | sfx_oasis_recv_ol (F, IM, S, U, W, HPROGRAM, KI, KSW, PTIMEC, PTSTEP_SURF, PZENITH, PSW_BANDS, PTSRAD, PDIR_ALB, PSCA_ALB, PEMIS, PTSURF) |
subroutine sfx_oasis_recv_ol | ( | type(flake_t), intent(inout) | F, |
type(isba_model_t), intent(inout) | IM, | ||
type(seaflux_t), intent(inout) | S, | ||
type(surf_atm_t), intent(inout) | U, | ||
type(watflux_t), intent(inout) | W, | ||
character(len=6), intent(in) | HPROGRAM, | ||
integer, intent(in) | KI, | ||
integer, intent(in) | KSW, | ||
real, intent(in) | PTIMEC, | ||
real, intent(in) | PTSTEP_SURF, | ||
real, dimension(ki), intent(in) | PZENITH, | ||
real, dimension(ksw), intent(in) | PSW_BANDS, | ||
real, dimension(ki), intent(out) | PTSRAD, | ||
real, dimension(ki,ksw), intent(out) | PDIR_ALB, | ||
real, dimension(ki,ksw), intent(out) | PSCA_ALB, | ||
real, dimension(ki), intent(out) | PEMIS, | ||
real, dimension(ki), intent(out) | PTSURF | ||
) |
Definition at line 10 of file sfx_oasis_recv_ol.F90.