SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | trip_oasis_recv (TP, TPG, KLISTING, KLON, KLAT, PTIMEC, PRUNOFF, PDRAIN, PCALVING, PSRC_FLOOD) |
subroutine | check_trip_recv (KERR, HCOMMENT, PFIELD, OMASK) |
subroutine | kgm2s_to_kgs (KERR, PIN, POUT) |
subroutine trip_oasis_recv::check_trip_recv | ( | integer, intent(in) | KERR, |
character(len=*), intent(in) | HCOMMENT, | ||
real, dimension(:,:), intent(inout) | PFIELD, | ||
logical, dimension(:,:), intent(in) | OMASK | ||
) |
Definition at line 191 of file trip_oasis_recv.F90.
subroutine trip_oasis_recv | ( | type(trip_t), intent(inout) | TP, |
type(trip_grid_t), intent(inout) | TPG, | ||
integer, intent(in) | KLISTING, | ||
integer, intent(in) | KLON, | ||
integer, intent(in) | KLAT, | ||
real, intent(in) | PTIMEC, | ||
real, dimension(:,:), intent(out) | PRUNOFF, | ||
real, dimension(:,:), intent(out) | PDRAIN, | ||
real, dimension(:,:), intent(out) | PCALVING, | ||
real, dimension(:,:), intent(out) | PSRC_FLOOD | ||
) |
Definition at line 5 of file trip_oasis_recv.F90.