SURFEX v8.1
General documentation of Surfex
trip_deallo.F90
Go to the documentation of this file.
1 SUBROUTINE trip_deallo(YDTRIP)
2 !
4 !
5 USE yomhook ,ONLY : lhook, dr_hook
6 USE parkind1 ,ONLY : jprb
7 !
8 USE modi_dealloc_trip
9 !
10 IMPLICIT NONE
11 !
12 type(trip_model_t), INTENT(INOUT) :: ydtrip
13 REAL(KIND=JPRB) :: ZHOOK_HANDLE
14 IF (lhook) CALL dr_hook("TRIP_DEALLO",0,zhook_handle)
15 !
16  CALL dealloc_trip
17 !
18 IF (lhook) CALL dr_hook("TRIP_DEALLO",1,zhook_handle)
19 !
20 END SUBROUTINE trip_deallo
subroutine trip_deallo(YDTRIP)
Definition: trip_deallo.F90:2
subroutine dealloc_trip
Definition: dealloc_trip.F90:3
integer, parameter jprb
Definition: parkind1.F90:32
logical lhook
Definition: yomhook.F90:15