SURFEX v8.1
General documentation of Surfex
modd_timing.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  MODULE modd_timing
7 ! ####################
8 !
9 !!**** *MODD_TIMING - declaration of surface ATM
10 !!
11 !! PURPOSE
12 !! -------
13 ! Declaration of surface parameters
14 !
15 !!
16 !!** IMPLICIT ARGUMENTS
17 !! ------------------
18 !! None
19 !!
20 !! REFERENCE
21 !! ---------
22 !!
23 !! AUTHOR
24 !! ------
25 !! P. Le Moigne *Meteo France*
26 !!
27 !! MODIFICATIONS
28 !! -------------
29 !! Original 10/2007
30 !
31 !* 0. DECLARATIONS
32 ! ------------
33 !
34 !
35 IMPLICIT NONE
36 !
37 !-----------------------------------------------------------------------------------------------------
38 LOGICAL :: ltiming
39 INTEGER :: nsec_sea
40 INTEGER :: nsec_wat
41 INTEGER :: nsec_nat
42 INTEGER :: nsec_twn
43 !
44 END MODULE modd_timing
integer nsec_wat
Definition: modd_timing.F90:40
integer nsec_twn
Definition: modd_timing.F90:42
logical ltiming
Definition: modd_timing.F90:38
integer nsec_sea
Definition: modd_timing.F90:39
integer nsec_nat
Definition: modd_timing.F90:41