Loading [MathJax]/extensions/tex2jax.js
FV3 Bundle
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
f
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
t
v
+
Files
File List
+
File Members
+
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
!
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
!
$
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
w
Typedefs
+
Macros
_
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Modules
Pages
gsw_alpha_wrt_t_exact.f90
Go to the documentation of this file.
1
!==========================================================================
2
elemental function
gsw_alpha_wrt_t_exact
(sa, t, p)
3
!==========================================================================
4
!
5
! Calculates thermal expansion coefficient of seawater with respect to
6
! in-situ temperature
7
!
8
! sa : Absolute Salinity [g/kg]
9
! t : insitu temperature [deg C]
10
! p : sea pressure [dbar]
11
!
12
! gsw_alpha_wrt_t_exact : thermal expansion coefficient [1/K]
13
! wrt (in-situ) temperature
14
!--------------------------------------------------------------------------
15
16
use
gsw_mod_toolbox
,
only
:
gsw_gibbs
17
18
use
gsw_mod_kinds
19
20
implicit none
21
22
real (r8)
,
intent(in)
:: sa, t, p
23
24
real (r8)
::
gsw_alpha_wrt_t_exact
25
26
integer
,
parameter
:: n0=0, n1=1
27
28
gsw_alpha_wrt_t_exact
=
gsw_gibbs
(n0,n1,n1,sa,t,p)/
gsw_gibbs
(n0,n0,n1,sa,t,p)
29
30
return
31
end function
gsw_mod_toolbox
Definition:
gsw_mod_toolbox.f90:1
gsw_mod_toolbox::gsw_gibbs
Definition:
gsw_mod_toolbox.f90:625
gsw_mod_toolbox::gsw_alpha_wrt_t_exact
Definition:
gsw_mod_toolbox.f90:238
gsw_mod_kinds
Definition:
gsw_mod_kinds.f90:2
gsw_alpha_wrt_t_exact
elemental real(r8) function gsw_alpha_wrt_t_exact(sa, t, p)
Definition:
gsw_alpha_wrt_t_exact.f90:3
src
fv3-bundle
gsw
toolbox
gsw_alpha_wrt_t_exact.f90
Generated on Tue Nov 6 2018 11:38:36 for FV3 Bundle by
1.8.14