SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
open_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.
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('OPEN_AUX_IO_SURF_OL',0,zhook_handle)
17  CALL abor1_sfx('OPEN_AUX_IO_SURF_OL: NOT YET CODED!')
18 IF (lhook) CALL dr_hook('OPEN_AUX_IO_SURF_OL',1,zhook_handle)
19 end subroutine open_aux_io_surf_ol
subroutine open_aux_io_surf_ol
subroutine abor1_sfx(YTEXT)
Definition: abor1_sfx.F90:6