SOCA
|
Hold the jacobians for the ssh to s/t balance transform. More...
Public Attributes | |
real(kind=kind_real), dimension(:,:,:), allocatable | kssht |
deta(i,j)/dT(i,j,k) More... | |
real(kind=kind_real), dimension(:,:,:), allocatable | ksshs |
deta(i,j)/dS(i,j,k) More... | |
Related Functions | |
(Note that these are not member functions.) | |
subroutine public | soca_steric_jacobian (jac, t, s, p, h, lon, lat) |
Jacobian of stericnl relative to the reference state t0, s0. More... | |
Hold the jacobians for the ssh to s/t balance transform.
should be populated by calls to soca_ksshts_mod::soca_ksshts::soca_steric_jacobian
Definition at line 21 of file soca_ksshts_mod.F90.
|
related |
Jacobian of stericnl relative to the reference state t0, s0.
s | ref. Absolute Salinity [g/kg] |
t | Ref. Conservative Temperature [deg C] |
p | Pressure [dbar] |
h | Layer thickness [m] |
lon | Longitude [DEG E] |
lat | Latitude[DEG N] |
jac | Jacobian
|
Definition at line 45 of file soca_ksshts_mod.F90.
real(kind=kind_real), dimension(:,:,:), allocatable soca_ksshts_mod::soca_ksshts::ksshs |
deta(i,j)/dS(i,j,k)
Definition at line 23 of file soca_ksshts_mod.F90.
real(kind=kind_real), dimension(:,:,:), allocatable soca_ksshts_mod::soca_ksshts::kssht |
deta(i,j)/dT(i,j,k)
Definition at line 22 of file soca_ksshts_mod.F90.