SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
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
modd_surfex_n
Definition:
modd_surfexn.F90:5
surfex_deallo
subroutine surfex_deallo(YDSURFEX)
Definition:
surfex_deallo.F90:6
dealloc_surf_atm_n
subroutine dealloc_surf_atm_n(YSC)
Definition:
dealloc_surf_atmn.F90:7
yomhook::dr_hook
Definition:
yomhook.F90:20
modd_surfex_n::surfex_t
Definition:
modd_surfexn.F90:233
parkind1::jprb
integer, parameter jprb
Definition:
parkind1.F90:32
yomhook::lhook
logical lhook
Definition:
yomhook.F90:15
parkind1
Definition:
parkind1.F90:1
yomhook
Definition:
yomhook.F90:1
Generated on Tue Jan 16 2018 16:23:30 for SURFEX v8.1 by
1.8.13