SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
OFFLIN
modn_select.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_select
8
!! #####################
9
!!
10
!!*** *MODN_SELECT*
11
!!
12
!! PURPOSE
13
!! -------
14
! namelist for output writing selection
15
!!
16
!!** AUTHOR
17
!! ------
18
!! P. Le Moigne *CNRM*
19
!
20
!! MODIFICATIONS
21
!! -------------
22
!! Original 3/2009
23
!!
24
!! IMPLICIT ARGUMENTS
25
!! ------------------
26
USE
modd_select
, ONLY
:
lselect
,
cname_select
27
!!
28
!-----------------------------------------------------------------------------
29
!
30
!* 0. DECLARATIONS
31
! -----------------
32
IMPLICIT NONE
33
SAVE
34
namelist /nam_select/
lselect
,
cname_select
35
!
36
END MODULE
modn_select
modd_select
Definition:
modd_select.F90:6
modn_select
Definition:
modn_select.F90:7
modd_select::cname_select
character(len=12), dimension(200) cname_select
Definition:
modd_select.F90:41
modd_select::lselect
logical lselect
Definition:
modd_select.F90:38
Generated on Tue Jan 16 2018 16:23:22 for SURFEX v8.1 by
1.8.13