SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
get_surf_undef.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_surf_undef
(PUNDEF)
7
! #################################
8
!
9
!!**** *GET_SURF_UNDEF* - routine to get undefined value of SURFEX
10
! PURPOSE
11
!! -------
12
!!
13
!!** METHOD
14
!! -------
15
!!
16
!! REFERENCE
17
!! ---------
18
!!
19
!!
20
!! AUTHOR
21
!! ------
22
!! V. Masson *Meteo France*
23
!!
24
!! MODIFICATIONS
25
!! -------------
26
!! Original 10/2008
27
!-------------------------------------------------------------------------------
28
!
29
!* 0. DECLARATIONS
30
! ------------
31
!
32
USE
modd_surf_par
, ONLY
:
xundef
33
!
34
!
35
USE
yomhook
,ONLY
:
lhook
,
dr_hook
36
USE
parkind1
,ONLY
:
jprb
37
!
38
IMPLICIT NONE
39
!
40
!* 0.1 Declarations of arguments
41
! -------------------------
42
!
43
REAL
,
INTENT(OUT)
:: PUNDEF
44
REAL(KIND=JPRB)
:: ZHOOK_HANDLE
45
!
46
!* 0.2 Declarations of local variables
47
! -------------------------------
48
!
49
!-------------------------------------------------------------------------------
50
!
51
IF
(
lhook
)
CALL
dr_hook
(
'GET_SURF_UNDEF'
,0,zhook_handle)
52
pundef =
xundef
53
IF
(
lhook
)
CALL
dr_hook
(
'GET_SURF_UNDEF'
,1,zhook_handle)
54
!
55
!-------------------------------------------------------------------------------
56
!
57
END SUBROUTINE
get_surf_undef
modd_surf_par
Definition:
modd_surf_par.F90:6
yomhook::dr_hook
Definition:
yomhook.F90:20
get_surf_undef
subroutine get_surf_undef(PUNDEF)
Definition:
get_surf_undef.F90:7
modd_surf_par::xundef
real, parameter xundef
Definition:
modd_surf_par.F90:43
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:28 for SURFEX v8.1 by
1.8.13