SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_surf_conf.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_surf_conf
7
! #####################
8
!
9
!!**** *MODD_SURF_CONF - surfex configuration
10
!!
11
!! PURPOSE
12
!! -------
13
! Declaration of program name
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 06/2008
30
!
31
!* 0. DECLARATIONS
32
! ------------
33
!
34
!
35
IMPLICIT NONE
36
!
37
!-----------------------------------------------------------------------------------------------------
38
CHARACTER(LEN=6)
::
cprogname
39
CHARACTER(LEN=7)
::
csoftware
=
" "
! software used: 'PGD ','PREP ','OFFLINE',' '
40
!
41
END MODULE
modd_surf_conf
modd_surf_conf::cprogname
character(len=6) cprogname
Definition:
modd_surf_conf.F90:38
modd_surf_conf::csoftware
character(len=7) csoftware
Definition:
modd_surf_conf.F90:39
modd_surf_conf
Definition:
modd_surf_conf.F90:6
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13