SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_prep_seaflux.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_prep_seaflux
7
! ################
8
!
9
!!**** *MODD_PREP_SEAFLUX - declaration for field interpolations
10
!!
11
!! PURPOSE
12
!! -------
13
! Declaration of surface parameters
14
!
15
!!
16
!!** IMPLICIT ARGUMENTS
17
!! ------------------
18
!! None
19
!!
20
!! REFERENCE
21
!! ---------
22
!!
23
!! AUTHOR
24
!! ------
25
!! S.Malardel *Meteo France*
26
!!
27
!! MODIFICATIONS
28
!! -------------
29
!! Original 10/03
30
!! Modified 09/2013 : S. Senesi : introduce variables for sea-ice model
31
!
32
!* 0. DECLARATIONS
33
! ------------
34
!
35
IMPLICIT NONE
36
!
37
SAVE
38
!--------------------------------------------------------------------------
39
!
40
CHARACTER(LEN=28)
::
cfile_seaflx
! input file name
41
CHARACTER(LEN=6)
::
ctype_seaflx
! input file type
42
CHARACTER(LEN=28)
::
cfilepgd_seaflx
! input file name
43
CHARACTER(LEN=6)
::
ctypepgd
! input file type
44
!
45
REAL
::
xsst_unif
! uniform prescribed SST
46
REAL
::
xsss_unif
! uniform prescribed SSS
47
REAL
::
xsic_unif
! uniform prescribed Seaice cover
48
!
49
!--------------------------------------------------------------------------
50
!
51
END MODULE
modd_prep_seaflux
52
53
modd_prep_seaflux::xsst_unif
real xsst_unif
Definition:
modd_prep_seaflux.F90:45
modd_prep_seaflux::xsss_unif
real xsss_unif
Definition:
modd_prep_seaflux.F90:46
modd_prep_seaflux::xsic_unif
real xsic_unif
Definition:
modd_prep_seaflux.F90:47
modd_prep_seaflux::ctypepgd
character(len=6) ctypepgd
Definition:
modd_prep_seaflux.F90:43
modd_prep_seaflux::cfile_seaflx
character(len=28), dimension(ngrid_level) cfile_seaflx
Definition:
modd_prep_seaflux.F90:40
modd_prep_seaflux::ctype_seaflx
character(len=6) ctype_seaflx
Definition:
modd_prep_seaflux.F90:41
modd_prep_seaflux::cfilepgd_seaflx
character(len=28) cfilepgd_seaflx
Definition:
modd_prep_seaflux.F90:42
modd_prep_seaflux
Definition:
modd_prep_seaflux.F90:6
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13