SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
OFFLIN
close_aux_io_surf_ol.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
close_aux_io_surf_ol
6
!
7
USE
modi_abor1_sfx
8
!
9
USE
yomhook
,ONLY
:
lhook
,
dr_hook
10
USE
parkind1
,ONLY
:
jprb
11
!
12
IMPLICIT NONE
13
!
14
REAL(KIND=JPRB)
:: ZHOOK_HANDLE
15
!
16
IF
(
lhook
)
CALL
dr_hook
(
'CLOSE_AUX_IO_SURF_OL'
,0,zhook_handle)
17
CALL
abor1_sfx
(
'CLOSE_AUX_IO_SURF_OL: NOT YET CODED!'
)
18
IF
(
lhook
)
CALL
dr_hook
(
'CLOSE_AUX_IO_SURF_OL'
,1,zhook_handle)
19
end subroutine
close_aux_io_surf_ol
yomhook::dr_hook
Definition:
yomhook.F90:20
abor1_sfx
subroutine abor1_sfx(YTEXT)
Definition:
abor1_sfx.F90:7
parkind1::jprb
integer, parameter jprb
Definition:
parkind1.F90:32
yomhook::lhook
logical lhook
Definition:
yomhook.F90:15
parkind1
Definition:
parkind1.F90:1
close_aux_io_surf_ol
subroutine close_aux_io_surf_ol
Definition:
close_aux_io_surf_ol.F90:6
yomhook
Definition:
yomhook.F90:1
Generated on Tue Jan 16 2018 16:23:22 for SURFEX v8.1 by
1.8.13