LMDZ
Main Page
Modules
Data Types List
Files
File List
File Members
surface_data.F90
Go to the documentation of this file.
1
!
2
! $Id: surface_data.F90 2209 2015-02-16 07:34:28Z emillour $
3
!
4
MODULE
surface_data
5
6
REAL
,
PARAMETER
::
calice
=1.0/(5.1444e+06*0.15)
7
REAL
,
PARAMETER
::
tau_gl
=86400.*5.
8
REAL
,
PARAMETER
::
calsno
=1./(2.3867e+06*.15)
9
10
LOGICAL
,
SAVE
::
ok_veget
! true for use of vegetation model ORCHIDEE
11
CHARACTER(len=10)
,
SAVE
::
type_veget
! orchidee/y/bucket/n/betaclim
12
!$OMP THREADPRIVATE(ok_veget)
13
! Martin
14
LOGICAL
,
SAVE
::
ok_snow
! true for coupling to snow model SISVAT
15
!$OMP THREADPRIVATE(ok_snow)
16
! Martin
17
18
CHARACTER(len=6)
,
SAVE
::
type_ocean
! force/slab/couple
19
!$OMP THREADPRIVATE(type_ocean)
20
21
! if type_ocean=couple : version_ocean=opa8 ou nemo
22
! if type_ocean=slab : version_ocean=sicOBS or sicINT or sicNO
23
CHARACTER(len=6)
,
SAVE
::
version_ocean
24
!$OMP THREADPRIVATE(version_ocean)
25
26
! Pas de temps couplage atm/oce (en secondes)
27
REAL
,
SAVE
::
t_coupl
28
!$OMP THREADPRIVATE(t_coupl)
29
30
END MODULE
surface_data
surface_data::ok_veget
logical, save ok_veget
Definition:
surface_data.F90:10
surface_data::calsno
real, parameter calsno
Definition:
surface_data.F90:8
surface_data::version_ocean
character(len=6), save version_ocean
Definition:
surface_data.F90:23
surface_data::tau_gl
real, parameter tau_gl
Definition:
surface_data.F90:7
surface_data::t_coupl
real, save t_coupl
Definition:
surface_data.F90:27
surface_data::type_ocean
character(len=6), save type_ocean
Definition:
surface_data.F90:18
surface_data::ok_snow
logical, save ok_snow
Definition:
surface_data.F90:14
surface_data::calice
real, parameter calice
Definition:
surface_data.F90:6
surface_data::type_veget
character(len=10), save type_veget
Definition:
surface_data.F90:11
surface_data
Definition:
surface_data.F90:4
libf
phylmd
surface_data.F90
Generated on Wed Dec 2 2015 16:27:23 for LMDZ by
1.8.9.1