Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions om4labs/diags/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
from . import thetao_yz_annual_bias_1x1deg
from . import section_transports
from . import so_yz_annual_bias_1x1deg
from . import mld
7 changes: 7 additions & 0 deletions om4labs/diags/mld/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from .mld import parse, read, calculate, plot, run, parse_and_run

__description__ = "Mixed Layer Depth bias maps"
__ppstreams__ = [
"ocean_monthly/av",
]
__ppvars__ = ["MLD_003","MLD_EN1","MLD_EN2","MLD_EN3"]
Loading