SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modd_atm_cst.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 ! ######spl
6  MODULE modd_atm_cst
7 ! ###############
8 !
9 !!**** *MODD_CST* - declaration of typical characteristics of the atmosphere
10 
11 !! PURPOSE
12 !! -------
13 ! The purpose of this declarative module is to declare the
14 ! typical characteristics of the atmosphere
15 !
16 !!
17 !!** IMPLICIT ARGUMENTS
18 !! ------------------
19 !! None
20 !!
21 !! REFERENCE
22 !! ---------
23 !!
24 !! AUTHOR
25 !! ------
26 !! V. Masson *Meteo France*
27 !!
28 !! MODIFICATIONS
29 !! -------------
30 !! Original july 2003
31 !-------------------------------------------------------------------------------
32 !
33 !* 0. DECLARATIONS
34 ! ------------
35 !
36 IMPLICIT NONE
37 REAL :: XCLIM_T_GRAD = -0.0065 ! climatological vertical temperature gradient
38 !
39 END MODULE modd_atm_cst