SURFEX v8.1
General documentation of Surfex
modd_surfex_tripn.F90
Go to the documentation of this file.
2 !
3 USE modd_trip, ONLY : trip_t
4 USE modd_trip_grid, ONLY : trip_grid_t
5 USE modd_trip_diag, ONLY : trip_diag_t
6 !
7 !---------------------------------------------------------------------------
8 !
10 !
11 TYPE(trip_t) :: tp
12 TYPE(trip_grid_t) :: tpg
13 TYPE(trip_diag_t) :: tpdg
14 !
15 END TYPE trip_model_t
16 !
17 END MODULE modd_surfex_trip_n