Difference between revisions of "Variables"

From WikiROMS
Jump to navigationJump to search
Line 1: Line 1:
=='''A'''==
=='''B'''==
=='''C'''==
=='''D'''==
=='''E'''==
=='''F'''==
=='''G'''==
=='''H'''==
=='''H'''==


Line 9: Line 23:
:'''units =''' meter
:'''units =''' meter
:'''grid =''' ρ-points
:'''grid =''' ρ-points
=='''I'''==
=='''J'''==
=='''K'''==
=='''L'''==
=='''M'''==
=='''N'''==
=='''O'''==
=='''P'''==
=='''Q'''==
=='''R'''==
=='''S'''==
=='''T'''==


=='''U'''==
=='''U'''==
Line 49: Line 87:
:'''units =''' meter second-1
:'''units =''' meter second-1
:'''grid =''' v-points
:'''grid =''' v-points
=='''W'''==
=='''X'''==
=='''Y'''==
=='''Z'''==

Revision as of 16:26, 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
3D momentun 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
2D momentun 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 momentun 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
2D momentun 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