Wind Stress Curl from wind data

版本 1.0.0.0 (3.7 KB) 作者: Ramkrushn Patel
This function determines the wind stress curl from wind data.
1.2K 次下载
更新 2015/10/6

查看许可证

% USAGE: curlz=ra_windstrcurl(lat,lon,u,v)
%
% PREREQUISITE:
% ra_windstr.m written by same author
%
% DESCRIPTION: Function to compute wind stress curl from wind field data Based on
% NRSC (2013)
%
% INPUTS:
% lat = Latitude vector [deg.]
% lon = Longitude Vector [deg.]
% u = Zonal wind component [m/s], must be 2D
% v = Meridional wind component [m/s], must be 2D
%
% OUTPUT:
% curlZ = Wind stress curl [N/m^3]
%
% DISCLAIMER:
% Albeit this function is designed only for academic purpose, it can be implemented in
% research. Nonetheless, author does not guarantee the accuracy.
%
% REFERENCE:
% A.E. Gill, 1982, “Atmosphere-Ocean Dynamics”, Academy Press, Vol. 30.
% W. G. Large & S. Pond., 1981,“Open Ocean Measurements in Moderate to Strong Winds”,
% J. Physical Oceanography, Vol. 11, pp. 324 - 336.
% K.E. Trenberth, W.G. Large & J.G. Olson, 1990, “The Mean Annual Cycle in Global Ocean
% Wind Stress”, J.Physical Oceanography, Vol. 20, pp. 1742 – 1760.
% NRSC, 2013, "OSCAT Wind stress and Wind stress curl products", Ocean Sciences Group,
% Earth and Climate Science Area, Hyderabad, India.

引用格式

Ramkrushn Patel (2026). Wind Stress Curl from wind data (https://ww2.mathworks.cn/matlabcentral/fileexchange/53392-wind-stress-curl-from-wind-data), MATLAB Central File Exchange. 检索时间: .

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