SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | init_trip (TPDG, TP, TPG, KYEAR, KMONTH, KDAY, PTIME, KLON, KLAT, PTSTEP_RUN, PTSTEP_DIAG, ORESTART, OXIOS) |
subroutine | output_date (HTIMEUNIT, PTIME_DIAG) |
subroutine | write_time (ITIME, ISPACE, HSEP, HTDATE) |
subroutine init_trip | ( | type(trip_diag_t), intent(inout) | TPDG, |
type(trip_t), intent(inout) | TP, | ||
type(trip_grid_t), intent(inout) | TPG, | ||
integer, intent(out) | KYEAR, | ||
integer, intent(out) | KMONTH, | ||
integer, intent(out) | KDAY, | ||
real, intent(out) | PTIME, | ||
integer, intent(out) | KLON, | ||
integer, intent(out) | KLAT, | ||
real, intent(in) | PTSTEP_RUN, | ||
real, intent(in) | PTSTEP_DIAG, | ||
logical, intent(in) | ORESTART, | ||
logical, intent(in) | OXIOS | ||
) |
Definition at line 5 of file init_trip.F90.
subroutine init_trip::output_date | ( | character(len=*), intent(out) | HTIMEUNIT, |
real, intent(out) | PTIME_DIAG | ||
) |
Definition at line 792 of file init_trip.F90.