SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
surfex_deallo.F90
Go to the documentation of this file.
1 !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2 !SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3 !SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
4 !SFX_LIC for details. version 1.
5 SUBROUTINE surfex_deallo(YDSURFEX)
6 !
7 USE modd_surfex_n, ONLY : surfex_t
8 !
9 USE yomhook ,ONLY : lhook, dr_hook
10 USE parkind1 ,ONLY : jprb
11 !
12 USE modi_dealloc_surf_atm_n
13 !
14 IMPLICIT NONE
15 !
16 TYPE (surfex_t), INTENT(INOUT) :: ydsurfex
17 REAL(KIND=JPRB) :: zhook_handle
18 IF (lhook) CALL dr_hook("SURFEX_DEALLO",0,zhook_handle)
19 !
20  CALL dealloc_surf_atm_n(ydsurfex)
21 !
22 IF (lhook) CALL dr_hook("SURFEX_DEALLO",1,zhook_handle)
23 !
24 END SUBROUTINE surfex_deallo
subroutine surfex_deallo(YDSURFEX)
subroutine dealloc_surf_atm_n(YSC)