SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
OFFLIN
get_interp_halo_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
! #########
6
SUBROUTINE
get_interp_halo_ol
(HGRID,KHALO)
7
! #######################################################
8
!
9
!
10
!!**** *GET_INTERP_HALO* - gets the value of the number of points in the halo
11
!!
12
!! PURPOSE
13
!! -------
14
!!
15
!!** METHOD
16
!! ------
17
!!
18
!! EXTERNAL
19
!! --------
20
!!
21
!!
22
!! IMPLICIT ARGUMENTS
23
!! ------------------
24
!!
25
!! REFERENCE
26
!! ---------
27
!!
28
!!
29
!! AUTHOR
30
!! ------
31
!! V. Masson *Meteo France*
32
!!
33
!! MODIFICATIONS
34
!! -------------
35
!! Original 07/2011
36
!-------------------------------------------------------------------------------
37
!
38
!* 0. DECLARATIONS
39
! ------------
40
!
41
USE
modn_io_offline
, ONLY
:
nhalo
42
!
43
USE
yomhook
,ONLY
:
lhook
,
dr_hook
44
USE
parkind1
,ONLY
:
jprb
45
!
46
IMPLICIT NONE
47
!
48
!* 0.1 Declarations of arguments
49
! -------------------------
50
!
51
CHARACTER(LEN=10)
,
INTENT(IN)
:: HGRID
! grid type
52
INTEGER
,
INTENT(OUT)
:: KHALO
53
!
54
!* 0.2 Declarations of local variables
55
! -------------------------------
56
!
57
REAL(KIND=JPRB)
:: ZHOOK_HANDLE
58
!
59
!-------------------------------------------------------------------------------
60
!
61
IF
(
lhook
)
CALL
dr_hook
(
'GET_INTERP_HALO_OL'
,0,zhook_handle)
62
!
63
khalo =
nhalo
64
!
65
IF
(
lhook
)
CALL
dr_hook
(
'GET_INTERP_HALO_OL'
,1,zhook_handle)
66
!
67
!-------------------------------------------------------------------------------
68
!
69
END SUBROUTINE
get_interp_halo_ol
get_interp_halo_ol
subroutine get_interp_halo_ol(HGRID, KHALO)
Definition:
get_interp_halo_ol.F90:7
yomhook::dr_hook
Definition:
yomhook.F90:20
modn_io_offline::nhalo
integer nhalo
Definition:
modn_io_offline.F90:90
parkind1::jprb
integer, parameter jprb
Definition:
parkind1.F90:32
modn_io_offline
Definition:
modn_io_offline.F90:6
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:22 for SURFEX v8.1 by
1.8.13