Go to the source code of this file.
Functions/Subroutines | |
| subroutine | sfx_oasis_recv_ol (F, I, S, U, W, HPROGRAM, KI, KSW, PTIMEC, PTSTEP_SURF, KSIZE_OMP, PZENITH, PSW_BANDS, PTSRAD, PDIR_ALB, PSCA_ALB, PEMIS, PTSURF) |
| subroutine sfx_oasis_recv_ol | ( | type(flake_t), intent(inout) | F, |
| type(isba_t), intent(inout) | I, | ||
| 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, | ||
| integer, dimension(:), intent(in) | KSIZE_OMP, | ||
| 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 6 of file sfx_oasis_recv_ol.F90.


1.8.5