Estimation of Potential Evapotranspiration using Mcguinnes Bordne formulation

版本 1.0.0.0 (2.8 KB) 作者: Pankaj Dey
This is a simple function that estimates potential evapotranspiration with minimum data requirement.
314.0 次下载
更新时间 2018/1/4

查看许可证

% *************************************************************
% Code written by Pankaj Dey, PhD student in Indian Institute of Science,
% Bangalore
%****************************************************************
% This function is use to calculate daily potential evapotranspiration
% using Mcguinnes Bordne formulation.
%
% Input:
% lat: latitude of the place in decimal degrees.
% date: date array in the following format
%
%For example: Col.1 Col.2 Col.3
% Year Month Day
%
% date= 1904 3 1
% 1905 3 1
%
% t_max: maximum daily temperature in degree celsius
% t_min: minimum daily temperature in degree celsius
%
% Output: pet_mm_per_day is daily potential evapotranspiration in fourth
% column. The first three columns indicate year, month and day of the
% observation respectively.

引用格式

Pankaj Dey (2024). Estimation of Potential Evapotranspiration using Mcguinnes Bordne formulation (https://www.mathworks.com/matlabcentral/fileexchange/65593-estimation-of-potential-evapotranspiration-using-mcguinnes-bordne-formulation), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dates and Time 的更多信息

Community Treasure Hunt

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

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