SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
LIB
TRIPv2
modn_trip_oasis.F90
Go to the documentation of this file.
1
!###############
2
MODULE
modn_trip_oasis
3
!###############
4
!
5
!!**** *MODN_TRIP_OASIS - declaration of namelist for TRIP-OASIS coupling
6
!!
7
!! PURPOSE
8
!! -------
9
!
10
!!
11
!!** IMPLICIT ARGUMENTS
12
!! ------------------
13
!! None
14
!!
15
!! REFERENCE
16
!! ---------
17
!!
18
!! AUTHOR
19
!! ------
20
!! B. Decharme *Meteo France*
21
!!
22
!! MODIFICATIONS
23
!! -------------
24
!! Original 10/13
25
!! B. Decharme 10/2016 bug surface/groundwater coupling
26
!
27
!* 0. DECLARATIONS
28
! ------------
29
!
30
IMPLICIT NONE
31
!
32
!-------------------------------------------------------------------------------
33
!
34
! * Land surface variables for Trip - Oasis coupling
35
!
36
!-------------------------------------------------------------------------------
37
!
38
REAL
::
xtstep_cpl_land
= -1.0
! Coupling time step
39
!
40
! Input variables
41
!
42
CHARACTER(LEN=8)
::
crunoff
=
' '
! Surface runoff
43
CHARACTER(LEN=8)
::
cdrain
=
' '
! Deep drainage
44
CHARACTER(LEN=8)
::
ccalving
=
' '
! Calving flux
45
CHARACTER(LEN=8)
::
csrcflood
=
' '
! Floodplains freshwater flux
46
!
47
! Output variables
48
!
49
CHARACTER(LEN=8)
::
cfflood
=
' '
! Floodplains fraction
50
CHARACTER(LEN=8)
::
cpiflood
=
' '
! Flood potential infiltartion
51
CHARACTER(LEN=8)
::
cwtd
=
' '
! Water table depth
52
CHARACTER(LEN=8)
::
cfwtd
=
' '
! Grid-cell fraction of WTD to rise
53
!
54
!-------------------------------------------------------------------------------
55
!
56
! * Sea variables for Trip - Oasis coupling
57
!
58
!-------------------------------------------------------------------------------
59
!
60
REAL
::
xtstep_cpl_sea
= -1.0
! Coupling time step
61
!
62
CHARACTER(LEN=8)
::
crivdis
=
' '
! River discharges to ocean
63
CHARACTER(LEN=8)
::
ccalvgre
=
' '
! Calving flux over greenland
64
CHARACTER(LEN=8)
::
ccalvant
=
' '
! Calving flux over antarctica
65
!
66
!-------------------------------------------------------------------------------
67
!
68
!* 1. NAMELISTS TRIP COUPLED WITH A LAND SURFACE MODEL
69
! ------------------------------------------------
70
!
71
NAMELIST
/nam_trip_land_cpl/
xtstep_cpl_land
,
crunoff
,
cdrain
, &
72
cfflood
,
cpiflood
,
cwtd
,
cfwtd
, &
73
ccalving
,
csrcflood
74
!
75
!
76
!* 2. NAMELISTS TRIP COUPLED WITH A OCEANIC GENERAL CIRCULATION MODEL
77
! ---------------------------------------------------------------
78
!
79
NAMELIST
/nam_trip_sea_cpl/
xtstep_cpl_sea
,
crivdis
,
ccalvgre
,
ccalvant
80
!
81
!-------------------------------------------------------------------------------
82
!
83
END MODULE
modn_trip_oasis
modn_trip_oasis
Definition:
modn_trip_oasis.F90:2
modn_trip_oasis::cwtd
character(len=8) cwtd
Definition:
modn_trip_oasis.F90:51
modn_trip_oasis::xtstep_cpl_sea
real xtstep_cpl_sea
Definition:
modn_trip_oasis.F90:60
modn_trip_oasis::crivdis
character(len=8) crivdis
Definition:
modn_trip_oasis.F90:62
modn_trip_oasis::cdrain
character(len=8) cdrain
Definition:
modn_trip_oasis.F90:43
modn_trip_oasis::ccalvant
character(len=8) ccalvant
Definition:
modn_trip_oasis.F90:64
modn_trip_oasis::crunoff
character(len=8) crunoff
Definition:
modn_trip_oasis.F90:42
modn_trip_oasis::cpiflood
character(len=8) cpiflood
Definition:
modn_trip_oasis.F90:50
modn_trip_oasis::ccalvgre
character(len=8) ccalvgre
Definition:
modn_trip_oasis.F90:63
modn_trip_oasis::ccalving
character(len=8) ccalving
Definition:
modn_trip_oasis.F90:44
modn_trip_oasis::xtstep_cpl_land
real xtstep_cpl_land
Definition:
modn_trip_oasis.F90:38
modn_trip_oasis::csrcflood
character(len=8) csrcflood
Definition:
modn_trip_oasis.F90:45
modn_trip_oasis::cfwtd
character(len=8) cfwtd
Definition:
modn_trip_oasis.F90:52
modn_trip_oasis::cfflood
character(len=8) cfflood
Definition:
modn_trip_oasis.F90:49
Generated on Tue Jan 16 2018 16:23:21 for SURFEX v8.1 by
1.8.13