Isotherms computation

版本 1.0.0.0 (2.8 KB) 作者: Ramkrushn Patel
This function computes isotherm from gridded data set as well as profile datas
265.0 次下载
更新时间 2015/10/5

查看许可证

% It is constant temperature depth. i.e. 20 deg. C isotherm defines depth at which temperature
% is 20C, often denoted as Z20 or D20
%===========================================================%
% RA_ISOTHERM $Id: ra_isotherm.m, 2015/02/20 $
% Copyright (C) CORAL-IITKGP, Ramkrushn S. Patel 2014.
%
% AUTHOR:
% Ramkrushn S. Patel (ramkrushn.scrv89@gmail.com)
% Roll No: 13CL60R05
% Place: IIT Kharagpur.
% This is a part of M. Tech project under the supervision of DR. ARUN CHAKRABORTY
%===========================================================%
%
% USAGE: isotherm=ra_isotherm(temp,Z,isovalue)
%
% DESCRIPTION: This function determines Isotherms from profile data sets. If you have 3D
% data sets i.e. level, lat and lon and want to compute the Isotherm, then this function will
% be very handy. Because this function is specifically designed for those cases. However,
% it can evaluate isotherms from profile data too.
%
% INPUTS:
% temp = Temperature profiles over the study region [deg. C], either 3D or vector
% Z = Levels [m], Must be vector
% isovalue = temperature at which you want to compute isotherms [deg. C], Must be scalar
%
% OUTPUT:
% isotherm = Isotherms depth, spatial output [m]

引用格式

Ramkrushn Patel (2024). Isotherms computation (https://www.mathworks.com/matlabcentral/fileexchange/53372-isotherms-computation), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Oceanography and Hydrology 的更多信息
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0