GithubHelp home page GithubHelp logo

eto_fao's Introduction

ETo_FAO

A demo function to calculate Reference evapotranspiration (ETo) according to FAO standards.

FAO Penman-Monteith equation, see details at http://www.fao.org/docrep/x0490e/x0490e06.htm (BOX 6)

code:

  • ET_cal_demo.R is the final code file

data:

  • folder named '1960-2016' is a collection of meteorological data for 519 stations in China

variables

cols <- c('id', 'yy', 'mm', 'dd', 'pre_night', 'pre_day', 'pre', 'tem', 'tmax', 'tmin', 't_groundmean','t_groundmax', 't_groundmin', 'Tsun', 'wind', 'RH', 'evap_pan', 'long', 'lat', 'h')

id: station id
yy: year
mm: month
dd: day
pre: precipitation; (mm)
tem: temperature; ()
tmax: max tem
tmin: min tem
t_groundmen: tem at ground level
Tsun: sunshine hours; (h)
wind: wind speed; (m/s)
RH: Relative humidity; (%)
evap_pan: evaporation measured in evaporation pan (mm)
long: longitude
lat: latitude
h: elevation; (m)

Citation

李英杰,延军平,王鹏涛.北方农牧交错带参考作物蒸散量时空变化与成因分析[J].**农业气象,2016,37(2):166-173

Li, Yingjie., Yan, Junping., Wang, Pengtao. Temporal and spatial change and causes analysis of the reference crop evapotranspiration in Farming-Pastroral Ecotone of Northern China. Chinese Journal of Agrometeorology, 2016, 37(2):166-173.(in Chinese)

eto_fao's People

Contributors

yingjie4science avatar

Watchers

 avatar

Forkers

fanr83

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.