matlab中最大流代码-python-holteandtalley:Holte和Talley混合层深度算法的Python实现

时间:2021-05-27 11:43:05
【文件属性】:
文件名称:matlab中最大流代码-python-holteandtalley:Holte和Talley混合层深度算法的Python实现
文件大小:3.56MB
文件格式:ZIP
更新时间:2021-05-27 11:43:05
系统开源 matlab中最大流代码Holte和Talley混合层深度算法 这是中概述的混合层深度算法的python端口。 安装 要从pypi存储库安装: pip install holteandtalley 如果您想从源代码安装它以进行更改: #run this in the cloned repository pip install -e . 这将允许您从计算机上的任何位置import holteandtalley ,但是您对源所做的任何更改都将立即反映出来。 用法 from holteandtalley import HolteAndTalley h = HolteAndTalley(pressures,temperaturess,salinities,densities) ##The temperature algorithms mixed layer depth h.tempMLD ##The salinity algorithms mixed layer depth h.salinityMLD ##The density algorithms mixed layer depth h.d

网友评论