SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | get_sfxcpl_n (IM, S, U, W, HPROGRAM, KI, PRUI, PWIND, PFWSU, PFWSV, PSNET, |
subroutine get_sfxcpl_n | ( | 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, | ||
real, dimension(ki), intent(out) | PRUI, | ||
real, dimension(ki), intent(out) | PWIND, | ||
real, dimension(ki), intent(out) | PFWSU, | ||
real, dimension(ki), intent(out) | PFWSV, | ||
real, dimension(ki), intent(out) | PSNET | ||
) |