SURFEX v8.1
General documentation of Surfex
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_atm_written = .true.
42 LOGICAL :: lnam_flake_written = .true.
43 LOGICAL :: lnam_isba_written = .true.
44 LOGICAL :: lnam_seaflux_written = .true.
45 LOGICAL :: lnam_teb_written = .true.
46 LOGICAL :: lnam_watflux_written = .true.
47 !
48 LOGICAL :: lfirst_write = .true.
49 LOGICAL, DIMENSION(50000) :: lnowrite
50 INTEGER :: ncpt_write = 0
51 !
52 LOGICAL :: lsplit_patch = .true.
53 !
54 !-----------------------------------------------------------------------------------------------------
55 !
56 END MODULE modd_write_surf_atm
logical, dimension(50000) lnowrite