To compute Barrier Layer Thickness

This function compute BLT from gridded data sets as well as profile data
186 téléchargements
Mise à jour 5 oct. 2015

Afficher la licence

% It is defined as the positive discrepancy between temperature based MLD (or ILD) and
% density based MLD. i.e. when difference between ILD and MLD is positive, it
% regarded as Barrier Layer Thickness (BLT) otherwise Compensated Layer Thickness.
% USAGE: BLT=ra_blt(salt,temp,Z,dT)
%
% PREREQUISITE:
% In addition to SW Package, you must have following functions: ra_ild.m and ra_mld.m
%
% DESCRIPTION: This function determines Barrier Layer Thickness (BLT) 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 BLT, then this function will be very handy. Because this function is
% specifically designed for those cases. However, it can evaluate BLT from profile data too.
%
% INPUTS:
% salt = Salinity profiles over the study region [psu], either 3D or vector
% 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:
% blt = Barrier Layer Thickness, spatial output [m]

Citation pour cette source

Ramkrushn Patel (2024). To compute Barrier Layer Thickness (https://www.mathworks.com/matlabcentral/fileexchange/53373-to-compute-barrier-layer-thickness), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2013b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Weather and Atmospheric Science dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0