SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
OFFLIN
error_write_surf_lfi.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
error_write_surf_lfi
(HREC,KRESP)
6
!
7
USE
yomhook
,ONLY
:
lhook
,
dr_hook
8
USE
parkind1
,ONLY
:
jprb
9
!
10
!
11
USE
modd_io_surf_lfi
, ONLY
:
nluout
12
!
13
CHARACTER(LEN=*)
,
INTENT(IN)
:: HREC
14
INTEGER
,
INTENT(IN)
:: KRESP
15
REAL(KIND=JPRB)
:: ZHOOK_HANDLE
16
17
IF
(
lhook
)
CALL
dr_hook
(
'MODI_ERROR_WRITE_SURF_LFI:ERROR_WRITE_SURF_LFI'
,0,zhook_handle)
18
IF
(kresp==0 .AND.
lhook
)
CALL
dr_hook
(
'MODI_ERROR_WRITE_SURF_LFI:ERROR_WRITE_SURF_LFI'
,1,zhook_handle)
19
IF
(kresp==0)
RETURN
20
!
21
WRITE
(
nluout
,*)
' '
22
WRITE
(
nluout
,*)
'WARNING'
23
WRITE
(
nluout
,*)
'-------'
24
WRITE
(
nluout
,*)
' '
25
WRITE
(
nluout
,*)
'error when writing article'
, hrec
26
WRITE
(
nluout
,*)
'KRESP = '
, kresp
27
WRITE
(
nluout
,*)
' '
28
IF
(
lhook
)
CALL
dr_hook
(
'MODI_ERROR_WRITE_SURF_LFI:ERROR_WRITE_SURF_LFI'
,1,zhook_handle)
29
30
END SUBROUTINE
error_write_surf_lfi
yomhook::dr_hook
Definition:
yomhook.F90:20
parkind1::jprb
integer, parameter jprb
Definition:
parkind1.F90:32
modd_io_surf_lfi::nluout
integer nluout
Definition:
modd_io_surf_lfi.F90:42
yomhook::lhook
logical lhook
Definition:
yomhook.F90:15
parkind1
Definition:
parkind1.F90:1
modd_io_surf_lfi
Definition:
modd_io_surf_lfi.F90:6
error_write_surf_lfi
subroutine error_write_surf_lfi(HREC, KRESP)
Definition:
error_write_surf_lfi.F90:6
yomhook
Definition:
yomhook.F90:1
Generated on Tue Jan 16 2018 16:23:22 for SURFEX v8.1 by
1.8.13