SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modn_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
!! #####################
7
MODULE
modn_write_surf_atm
8
!! #####################
9
!!
10
!!*** *MODN_WRITE_SURF_ATM*
11
!!
12
!! PURPOSE
13
!! -------
14
! Namelist for writing into output files
15
!!
16
!!** AUTHOR
17
!! ------
18
!! P. Le Moigne *CNRM*
19
!
20
!! MODIFICATIONS
21
!! -------------
22
!! Original 02/2008
23
!!
24
!! IMPLICIT ARGUMENTS
25
!! ------------------
26
USE
modd_write_surf_atm
, ONLY
:
lnowrite_canopy
,
lnowrite_texfile
,
lsplit_patch
27
!!
28
!-----------------------------------------------------------------------------
29
!
30
!* 0. DECLARATIONS
31
! -----------------
32
IMPLICIT NONE
33
SAVE
34
namelist /nam_write_surf_atm/
lnowrite_canopy
,
lnowrite_texfile
,
lsplit_patch
35
!
36
END MODULE
modn_write_surf_atm
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
modn_write_surf_atm
Definition:
modn_write_surf_atm.F90:7
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
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13