Variables

From WikiROMS
Revision as of 14:27, 14 November 2006 by Arango (talk | contribs)
Jump to navigationJump to search

H

Hz
Vertical level thicknesses.
dimension = Hz(i,j,k)
pointer = GRID(ng)%Hz
tangent = tl_Hz
adjoint = ad_Hz
units = meter
grid = ρ-points

U

u
3D momentun component in the ξ-direction.
dimension = u(i,j,k,2)
pointer = OCEAN(ng)%u
tangent = tl_u
adjoint = ad_u
units = meter second-1
grid = u-points
ubar
2D momentun component in the ξ-direction.
dimension = ubar(i,j,3)
pointer = OCEAN(ng)%ubar
tangent = tl_ubar
adjoint = ad_ubar
units = meter second-1
grid = u-points

V

v
3D momentun component in the η-direction.
dimension = v(i,j,k,2)
pointer = OCEAN(ng)%v
tangent = tl_u
adjoint = ad_u
units = meter second-1
grid = v-points
vbar
2D momentun component in the η-direction.
dimension = vbar(i,j,3)
pointer = OCEAN(ng)%vbar
tangent = tl_vbar
adjoint = ad_vbar
units = meter second-1
grid = v-points