Slide 4
Slide 4 text
Model Internal Representation
• Represent data as 2[+] dimensional arrays,
i.e. thetao[time, depth, j, i] where
i and j are logical dimensions
• Represent cell center coordinates as
lon[j, i], lat[j, i]
• Represent cell vertex coordinates
lon[jm, im], lat[jm, im]
The size of these arrays is usually just 1
element longer in each dimension
(or can be the same e.g. for periodic domains)