SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
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
! ####################
6
MODULE
modd_write_surf_atm
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
modd_write_surf_atm::lnam_seaflux_written
logical lnam_seaflux_written
Definition:
modd_write_surf_atm.F90:44
modd_write_surf_atm::lnam_teb_written
logical lnam_teb_written
Definition:
modd_write_surf_atm.F90:45
modd_write_surf_atm::ncpt_write
integer ncpt_write
Definition:
modd_write_surf_atm.F90:50
modd_write_surf_atm::lnowrite
logical, dimension(50000) lnowrite
Definition:
modd_write_surf_atm.F90:49
modd_write_surf_atm::lnam_watflux_written
logical lnam_watflux_written
Definition:
modd_write_surf_atm.F90:46
modd_write_surf_atm::lsplit_patch
logical lsplit_patch
Definition:
modd_write_surf_atm.F90:52
modd_write_surf_atm::lnowrite_texfile
logical lnowrite_texfile
Definition:
modd_write_surf_atm.F90:39
modd_write_surf_atm::lfirst_write
logical lfirst_write
Definition:
modd_write_surf_atm.F90:48
modd_write_surf_atm::lnam_isba_written
logical lnam_isba_written
Definition:
modd_write_surf_atm.F90:43
modd_write_surf_atm::lnam_flake_written
logical lnam_flake_written
Definition:
modd_write_surf_atm.F90:42
modd_write_surf_atm::lnowrite_canopy
logical lnowrite_canopy
Definition:
modd_write_surf_atm.F90:38
modd_write_surf_atm
Definition:
modd_write_surf_atm.F90:6
modd_write_surf_atm::lnam_atm_written
logical lnam_atm_written
Definition:
modd_write_surf_atm.F90:41
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13