SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modd_write_surf_atm.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 ! ####################
7 ! ####################
8 !
9 !!**** *MODD_WRITE_SURF_ATM - declaration of writing surface ATM
10 !!
11 !! PURPOSE
12 !! -------
13 ! Declaration of flags to write out fields in historical fields
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 02/2008
30 !
31 !* 0. DECLARATIONS
32 ! ------------
33 !
34 !
35 IMPLICIT NONE
36 !
37 !-----------------------------------------------------------------------------------------------------
38 LOGICAL :: LNOWRITE_CANOPY ! flag used to avoid writing of canopy fields in OUTPUT file
39 LOGICAL :: LNOWRITE_TEXFILE ! flag used to avoid writing of tex file describing parameters
40 !
41 LOGICAL :: LNAM_WRITTEN = .TRUE.
42 !-----------------------------------------------------------------------------------------------------
43 !
44 END MODULE modd_write_surf_atm