Estimation of Potential Evapotranspiration using Mcguinnes Bordne formulation

Version 1.0.0.0 (2,78 ko) par Pankaj Dey
This is a simple function that estimates potential evapotranspiration with minimum data requirement.
327 téléchargements
Mise à jour 4 jan. 2018

Afficher la licence

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

Citation pour cette source

Pankaj Dey (2025). 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. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2016b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Dates and Time 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