SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | trip_forcing (TPG, KLUOUT, KLON, KLAT, KNB_TSTEP_RUN, PDRAIN, PRUNOFF, PSRC_FLOOD) |
subroutine trip_forcing | ( | type(trip_grid_t), intent(inout) | TPG, |
integer, intent(in) | KLUOUT, | ||
integer, intent(in) | KLON, | ||
integer, intent(in) | KLAT, | ||
integer, intent(in) | KNB_TSTEP_RUN, | ||
real, dimension(klon,klat,knb_tstep_run), intent(out) | PDRAIN, | ||
real, dimension(klon,klat,knb_tstep_run), intent(out) | PRUNOFF, | ||
real, dimension(klon,klat,knb_tstep_run), intent(out) | PSRC_FLOOD | ||
) |