SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | trip_interface (TPDG, TP, TPG, KLISTING, KLON, KLAT, PTIME, PTIMEC, OPRINT, KNB_TSTEP_RUN, KNB_TSTEP_DIAG, PTSTEP_RUN, PTSTEP_DIAG, PRUNOFF, PDRAIN, PCALVING, PSRC_FLOOD, OXIOS) |
subroutine trip_interface | ( | type(trip_diag_t), intent(inout) | TPDG, |
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(inout) | PTIME, | ||
real, intent(inout) | PTIMEC, | ||
logical, intent(in) | OPRINT, | ||
integer, intent(in) | KNB_TSTEP_RUN, | ||
integer, intent(inout) | KNB_TSTEP_DIAG, | ||
real, intent(in) | PTSTEP_RUN, | ||
real, intent(in) | PTSTEP_DIAG, | ||
real, dimension(:,:), intent(in) | PRUNOFF, | ||
real, dimension(:,:), intent(in) | PDRAIN, | ||
real, dimension(:,:), intent(in) | PCALVING, | ||
real, dimension(:,:), intent(in) | PSRC_FLOOD, | ||
logical, intent(in) | OXIOS | ||
) |
Definition at line 7 of file trip_interface.F90.