SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
SURFEX
modd_ocean_csts.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_ocean_csts
7
! ###############
8
!
9
!!**** *MODD_OCEAN_CSTS* - declaration of Physic constants for ocean
10
!!
11
!! PURPOSE
12
!! -------
13
! The purpose of this declarative module is to declare the
14
! Physics constants for ocean.
15
!
16
!!
17
!!** IMPLICIT ARGUMENTS
18
!! ------------------
19
!! None
20
!!
21
!! REFERENCE
22
!! ---------
23
!!
24
!! AUTHOR
25
!! ------
26
!! C. Lebeaupin Brossier *Meteo France*
27
!!
28
!! MODIFICATIONS
29
!! -------------
30
!! Original 01/2008
31
!-------------------------------------------------------------------------------
32
!
33
!* 0. DECLARATIONS
34
! ------------
35
!
36
IMPLICIT NONE
37
!
38
REAL
,
SAVE
::
xrhosw
,
xrhoswref
! densities of seawater
39
REAL
,
SAVE
::
xcpsw
! Cp (for seawater)
40
!
41
REAL
,
SAVE
::
xgama
! fraction of Coriolis parameter in time
42
!
43
REAL
,
SAVE
::
xzce
,
xckl
! turbulence constants
44
!
45
REAL
,
SAVE
::
xr
! from Jerlov's (1976)
46
REAL
,
SAVE
::
xd1
,
xd2
! optical water C type I
47
REAL
,
SAVE
::
xalbedosw
! Albedo of seawater
48
!
49
!
50
END MODULE
modd_ocean_csts
modd_ocean_csts::xd2
real, save xd2
Definition:
modd_ocean_csts.F90:46
modd_ocean_csts::xckl
real, save xckl
Definition:
modd_ocean_csts.F90:43
modd_ocean_csts::xr
real, save xr
Definition:
modd_ocean_csts.F90:45
modd_ocean_csts::xd1
real, save xd1
Definition:
modd_ocean_csts.F90:46
modd_ocean_csts::xzce
real, save xzce
Definition:
modd_ocean_csts.F90:43
modd_ocean_csts
Definition:
modd_ocean_csts.F90:6
modd_ocean_csts::xcpsw
real, save xcpsw
Definition:
modd_ocean_csts.F90:39
modd_ocean_csts::xgama
real, save xgama
Definition:
modd_ocean_csts.F90:41
modd_ocean_csts::xalbedosw
real, save xalbedosw
Definition:
modd_ocean_csts.F90:47
modd_ocean_csts::xrhosw
real, save xrhosw
Definition:
modd_ocean_csts.F90:38
modd_ocean_csts::xrhoswref
real, save xrhoswref
Definition:
modd_ocean_csts.F90:38
Generated on Tue Jan 16 2018 16:23:29 for SURFEX v8.1 by
1.8.13