Legacy functions

Older functions for TMI. May be deprecated in the future.

TMI.control2stateFunction
function control2state(tracer2D,γ)
turn 2D surface field into 3D field with zeroes below surface

Arguments

  • tracer2D:: 2D surface tracer field
  • wet::BitArray mask of ocean points

Output

  • tracer3D:: 3d tracer field with NaN on dry points
source
TMI.surfacecontrol2fieldFunction
function surfacecontrol2field(usfc,γ.wet)
turn surface control vector into 3D field with zeroes below surface

Arguments

  • usfc:: surface control vector
  • wet::BitArray mask of ocean points

Output

  • tracer3D:: 3d tracer field with NaN on dry points
source
TMI.surfacecontrol2field!Function
function surfacecontrol2field!(c,u,γ)
Add surface control vector to existing 3D field

Arguments

  • c:: state field, 3d tracer field with NaN on dry points, modified by function
  • usfc:: surface control vector
  • wet::BitArray mask of ocean points
source
function surfacecontrol2field!(c,u,γ)
Add surface control vector to tracer vector

Arguments

  • c:: state field, 3d tracer field with NaN on dry points, modified by function
  • u:: surface control vector
  • wet::BitArray mask of ocean points
source
Missing docstring.

Missing docstring for TMI.field2obs. Check Documenter's build log for details.

Missing docstring.

Missing docstring for TMI.E. Check Documenter's build log for details.