SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modn_prep_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
modn_prep_surf_atm
7
! ##################
8
!
9
!!**** *MODN_PREP_SURF_ATM* - declaration of namelist NAM_PREP_SURF_ATM
10
!!
11
!! PURPOSE
12
!! -------
13
!
14
!!
15
!!** IMPLICIT ARGUMENTS
16
!! ------------------
17
!!
18
!! REFERENCE
19
!! ---------
20
!!
21
!!
22
!! AUTHOR
23
!! ------
24
!! V. Masson *Meteo France*
25
!!
26
!! MODIFICATIONS
27
!! -------------
28
!! Original 01/2004
29
!-------------------------------------------------------------------------------
30
!
31
!* 0. DECLARATIONS
32
! ------------
33
!
34
!
35
IMPLICIT NONE
36
!
37
CHARACTER(LEN=28)
::
cfile
! file name
38
CHARACTER(LEN=6)
::
cfiletype
! file type
39
CHARACTER(LEN=28)
::
cfilepgd
! file name
40
CHARACTER(LEN=6)
::
cfilepgdtype
! file type
41
INTEGER
::
nhalo_prep
! HALO for nearest point extrapolation
42
INTEGER
::
nyear
! YEAR for surface
43
INTEGER
::
nmonth
! MONTH for surface
44
INTEGER
::
nday
! DAY for surface
45
REAL
::
xtime
! TIME for surface
46
LOGICAL
::
lwrite_extern
47
!
48
NAMELIST
/nam_prep_surf_atm/
cfile
,
cfiletype
,
cfilepgd
,
cfilepgdtype
,
nhalo_prep
, &
49
nyear
,
nmonth
,
nday
,
xtime
,
lwrite_extern
50
!
51
!-------------------------------------------------------------------------------
52
!
53
END MODULE
modn_prep_surf_atm
modn_prep_surf_atm::nyear
integer nyear
Definition:
modn_prep_surf_atm.F90:42
modn_prep_surf_atm::nday
integer nday
Definition:
modn_prep_surf_atm.F90:44
modn_prep_surf_atm::lwrite_extern
logical lwrite_extern
Definition:
modn_prep_surf_atm.F90:46
modn_prep_surf_atm::cfile
character(len=28) cfile
Definition:
modn_prep_surf_atm.F90:37
modn_prep_surf_atm
Definition:
modn_prep_surf_atm.F90:6
modn_prep_surf_atm::cfilepgdtype
character(len=6) cfilepgdtype
Definition:
modn_prep_surf_atm.F90:40
modn_prep_surf_atm::nhalo_prep
integer nhalo_prep
Definition:
modn_prep_surf_atm.F90:41
modn_prep_surf_atm::nmonth
integer nmonth
Definition:
modn_prep_surf_atm.F90:43
modn_prep_surf_atm::cfilepgd
character(len=28) cfilepgd
Definition:
modn_prep_surf_atm.F90:39
modn_prep_surf_atm::xtime
real xtime
Definition:
modn_prep_surf_atm.F90:45
modn_prep_surf_atm::cfiletype
character(len=6) cfiletype
Definition:
modn_prep_surf_atm.F90:38
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13