SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modn_soiltemp_arp.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 !! #####################
8 !! #####################
9 !!
10 !!*** *MODN_SOITEMP_ARP*
11 !!
12 !! PURPOSE
13 !! -------
14 ! Namelist for
15 !!
16 !!** AUTHOR
17 !! ------
18 !
19 !! MODIFICATIONS
20 !! -------------
21 !! Original 24/02/05
22 !!
23 !! IMPLICIT ARGUMENTS
24 !! ------------------
25 !!
26 !-----------------------------------------------------------------------------
27 !
28 !* 0. DECLARATIONS
29 ! -----------------
30 IMPLICIT NONE
31 !
32 INTEGER, PARAMETER :: NMAX_LAYER=10
33 LOGICAL :: LTEMP_ARP
34 INTEGER :: NTEMPLAYER_ARP
35 REAL, DIMENSION(NMAX_LAYER) :: SODELX
36 !
37 namelist /nam_soiltemp_arp/ltemp_arp, ntemplayer_arp, sodelx
38 !
39 END MODULE modn_soiltemp_arp