Isothermal Layer Depth Computation

This function will compute ILD from both data sets i.e. profiles as well as gridded data

Vous suivez désormais cette soumission

% USAGE: ILD=ra_ild(temp,Z,dT)
%
% DESCRIPTION: This function determines Isothermal Layer Depth (ILD) from profile data
% sets based on subjective method. If you have 3D data sets i.e. level, lat and lon and want
% to compute the ILD, then this function will be very handy. Because this function is specifically
% designed for those cases. However, it can evaluate ILD from profile data too.
%
% INPUTS:
% temp = Temperature profiles over the study region [deg. C], either 3D or vector
% Z = Levels [m], Must be vector
% dT = temperature difference criterion [deg. C], Must be scalar
%
% OUTPUT:
% ild = Isothermal layer depth, spatial output [m]
%
% DISCLAIMER:
% Albeit this function is designed only for academic purpose, it can be implemented in
% research. Nonetheless, author does not guarantee the accuracy.

Citation pour cette source

Ramkrushn Patel (2026). Isothermal Layer Depth Computation (https://fr.mathworks.com/matlabcentral/fileexchange/53371-isothermal-layer-depth-computation), MATLAB Central File Exchange. Extrait(e) le .

Catégories

En savoir plus sur Oceanography and Hydrology dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0