FV3 Bundle
gsw_specvol_anom_standard.f90
Go to the documentation of this file.
1
!==========================================================================
2
elemental function
gsw_specvol_anom_standard
(sa, ct, p)
3
!==========================================================================
4
!
5
! Calculates specific volume anomaly of seawater.
6
!
7
! sa : Absolute Salinity [g/kg]
8
! ct : Conservative Temperature [deg C]
9
! p : sea pressure [dbar]
10
!
11
! specvol_anom : specific volume anomaly of seawater
12
!--------------------------------------------------------------------------
13
14
use
gsw_mod_toolbox
,
only
:
gsw_specvol
,
gsw_specvol_sso_0
15
16
use
gsw_mod_kinds
17
18
implicit none
19
20
real (r8)
,
intent(in)
:: sa, ct, p
21
22
real (r8)
::
gsw_specvol_anom_standard
23
24
gsw_specvol_anom_standard
=
gsw_specvol
(sa,ct,p) -
gsw_specvol_sso_0
(p)
25
26
return
27
end function
28
29
!--------------------------------------------------------------------------
gsw_specvol_anom_standard
elemental real(r8) function gsw_specvol_anom_standard(sa, ct, p)
Definition:
gsw_specvol_anom_standard.f90:3
gsw_mod_toolbox::gsw_specvol_sso_0
Definition:
gsw_mod_toolbox.f90:1379
gsw_mod_toolbox::gsw_specvol_anom_standard
Definition:
gsw_mod_toolbox.f90:1329
gsw_mod_toolbox::gsw_specvol
Definition:
gsw_mod_toolbox.f90:1314
gsw_mod_toolbox
Definition:
gsw_mod_toolbox.f90:1
gsw_mod_kinds
Definition:
gsw_mod_kinds.f90:2
src
fv3-bundle
gsw
toolbox
gsw_specvol_anom_standard.f90
Generated on Tue Nov 6 2018 11:39:00 for FV3 Bundle by
1.8.14