Legacy functions
Older functions for TMI. May be deprecated in the future.
TMI.control2state
— Functionfunction control2state(tracer2D,γ)
turn 2D surface field into 3D field with zeroes below surface
Arguments
tracer2D
:: 2D surface tracer fieldwet
::BitArray mask of ocean points
Output
tracer3D
:: 3d tracer field with NaN on dry points
TMI.surfacecontrol2field
— Functionfunction surfacecontrol2field(usfc,γ.wet)
turn surface control vector into 3D field with zeroes below surface
Arguments
usfc
:: surface control vectorwet
::BitArray mask of ocean points
Output
tracer3D
:: 3d tracer field with NaN on dry points
TMI.surfacecontrol2field!
— Functionfunction 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 functionusfc
:: surface control vectorwet
::BitArray mask of ocean points
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 functionu
:: surface control vectorwet
::BitArray mask of ocean points
Missing docstring for TMI.field2obs
. Check Documenter's build log for details.
Missing docstring for TMI.E
. Check Documenter's build log for details.