SURFEX v8.1
General documentation of 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 ! ##################
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, &
50 !
51 !-------------------------------------------------------------------------------
52 !
53 END MODULE modn_prep_surf_atm
character(len=28) cfile
character(len=6) cfilepgdtype
character(len=28) cfilepgd
character(len=6) cfiletype