SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
write_dst_conf.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
write_dst_conf
(KLUDES,HEMISPARAM)
7
! #######################################################
8
!
9
!!**** *WRITE_DST_CONF* - routine to write the configuration for DST
10
!!
11
!! PURPOSE
12
!! -------
13
!!
14
!!** METHOD
15
!! ------
16
!!
17
!! EXTERNAL
18
!! --------
19
!!
20
!!
21
!! IMPLICIT ARGUMENTS
22
!! ------------------
23
!!
24
!! REFERENCE
25
!! ---------
26
!!
27
!!
28
!! AUTHOR
29
!! ------
30
!! A. Grini *Meteo France*
31
!!
32
!! MODIFICATIONS
33
!! -------------
34
!! Original 01/2003
35
!-------------------------------------------------------------------------------
36
!
37
!* 0. DECLARATIONS
38
! ------------
39
!
40
USE
modn_dst
41
!
42
USE
yomhook
,ONLY
:
lhook
,
dr_hook
43
USE
parkind1
,ONLY
:
jprb
44
!
45
IMPLICIT NONE
46
!
47
!* 0.1 Declarations of arguments
48
! -------------------------
49
!
50
INTEGER
,
INTENT(IN)
:: KLUDES
! logical unit
51
CHARACTER(LEN=5)
,
INTENT(IN)
:: HEMISPARAM
! Reference to paper where emission parameterization is proposed
52
REAL(KIND=JPRB)
:: ZHOOK_HANDLE
53
54
!
55
!* 0.2 Declarations of local variables
56
! -------------------------------
57
!
58
!
59
!-------------------------------------------------------------------------------
60
!
61
!* writing of namelist
62
! -------------------
63
!
64
IF
(
lhook
)
CALL
dr_hook
(
'WRITE_DST_CONF'
,0,zhook_handle)
65
CEMISPARAM_DST=HEMISPARAM
66
WRITE
(unit=kludes,nml=nam_surf_dst)
67
IF
(
lhook
)
CALL
dr_hook
(
'WRITE_DST_CONF'
,1,zhook_handle)
68
!
69
!-------------------------------------------------------------------------------
70
!
71
END SUBROUTINE
write_dst_conf
write_dst_conf
subroutine write_dst_conf(KLUDES, HEMISPARAM)
Definition:
write_dst_conf.F90:7
yomhook::dr_hook
Definition:
yomhook.F90:20
parkind1::jprb
integer, parameter jprb
Definition:
parkind1.F90:32
modn_dst
Definition:
modn_dst.F90:7
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:31 for SURFEX v8.1 by
1.8.13