Estimation of Potential Evapotranspiration using Mcguinnes Bordne formulation

This is a simple function that estimates potential evapotranspiration with minimum data requirement.
311 Downloads
Updated 4 Jan 2018

View License

% *************************************************************
% 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.

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2016b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Dates and Time in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0