Difference between revisions of "Variables"

From WikiROMS
Jump to navigationJump to search
Line 51: Line 51:


;<span id="u"></span>'''u'''  
;<span id="u"></span>'''u'''  
:3D momentum component in the &xi;-direction.
:Total momentum component in the &xi;-direction, <math>\,u(\xi,\eta,s,t)</math>.
:'''dimension =''' '''u'''(LBi:UBi,LBj:UBj,N,2)
:'''dimension =''' '''u'''(LBi:UBi,LBj:UBj,N,2)
:'''pointer =''' OCEAN(ng)%'''u'''
:'''pointer =''' OCEAN(ng)%'''u'''
Line 60: Line 60:


;<span id="ubar"></span>'''ubar'''  
;<span id="ubar"></span>'''ubar'''  
:Vertically integrated momentum component in the &xi;-direction.
:Vertically-integrated momentum component in the &xi;-direction, <math>\bar u(\xi,\eta,t)</math>.
:'''dimension =''' '''ubar'''(LBi:UBi,LBj:UBj,3)
:'''dimension =''' '''ubar'''(LBi:UBi,LBj:UBj,3)
:'''pointer =''' OCEAN(ng)%'''ubar'''
:'''pointer =''' OCEAN(ng)%'''ubar'''
Line 71: Line 71:


;<span id="v"></span>'''v'''  
;<span id="v"></span>'''v'''  
:3D momentum component in the &eta;-direction.
:3D momentum component in the &eta;-direction, <math>\,v(\xi,\eta,s,t)</math>.
:'''dimension =''' '''v'''(LBi:UBi,LBj:UBj,N,2)
:'''dimension =''' '''v'''(LBi:UBi,LBj:UBj,N,2)
:'''pointer =''' OCEAN(ng)%'''v'''
:'''pointer =''' OCEAN(ng)%'''v'''
Line 80: Line 80:


;<span id="vbar"></span>'''vbar'''  
;<span id="vbar"></span>'''vbar'''  
:Vertically integrated momentum component in the &eta;-direction.
:Vertically-integrated momentum component in the &eta;-direction, <math>\bar v(\xi,\eta,t)</math>.
:'''dimension =''' '''vbar'''(LBi:UBi,LBj:UBj,3)
:'''dimension =''' '''vbar'''(LBi:UBi,LBj:UBj,3)
:'''pointer =''' OCEAN(ng)%'''vbar'''
:'''pointer =''' OCEAN(ng)%'''vbar'''
Line 95: Line 95:


=='''Z'''==
=='''Z'''==
;<span id="zeta"></span>'''zeta'''
:Free-surface, <math>\,\zeta(\xi,\eta,t)</math>.
:'''dimension =''' '''zeta'''(LBi:UBi,LBj:UBj,3)
:'''pointer =''' OCEAN(ng)%'''zeta'''
:'''tangent =''' <span style="color:red">tl_zeta</span>
:'''adjoint =''' <span style="color:purple">ad_zeta</span>
:'''units =''' meter
:'''grid =''' &rho;-points

Revision as of 17:15, 14 November 2006

A

B

C

D

E

F

G

H

Hz
Vertical level thicknesses.
dimension = Hz(LBi:UBi,LBj:UBj,N)
pointer = GRID(ng)%Hz
tangent = tl_Hz
adjoint = ad_Hz
units = meter
grid = ρ-points

I

J

K

L

M

N

O

P

Q

R

S

T

U

u
Total momentum component in the ξ-direction, .
dimension = u(LBi:UBi,LBj:UBj,N,2)
pointer = OCEAN(ng)%u
tangent = tl_u
adjoint = ad_u
units = meter second-1
grid = u-points
ubar
Vertically-integrated momentum component in the ξ-direction, .
dimension = ubar(LBi:UBi,LBj:UBj,3)
pointer = OCEAN(ng)%ubar
tangent = tl_ubar
adjoint = ad_ubar
units = meter second-1
grid = u-points

V

v
3D momentum component in the η-direction, .
dimension = v(LBi:UBi,LBj:UBj,N,2)
pointer = OCEAN(ng)%v
tangent = tl_u
adjoint = ad_u
units = meter second-1
grid = v-points
vbar
Vertically-integrated momentum component in the η-direction, .
dimension = vbar(LBi:UBi,LBj:UBj,3)
pointer = OCEAN(ng)%vbar
tangent = tl_vbar
adjoint = ad_vbar
units = meter second-1
grid = v-points

W

X

Y

Z

zeta
Free-surface, .
dimension = zeta(LBi:UBi,LBj:UBj,3)
pointer = OCEAN(ng)%zeta
tangent = tl_zeta
adjoint = ad_zeta
units = meter
grid = ρ-points