Skip to content

Estimate Potential EvapoTranspiration from WRF-Noah Output

Notifications You must be signed in to change notification settings

prasanthvkrishna/PET

Repository files navigation

PET

Estimate Potential EvapoTranspiration from WRF-Noah Output

This Fortran 90 script estimates Penman (1948) potential evapotranspitation from wrfoutput. Write the PET into a netcdf file ~Prasant valayamkunnath, Virginia Tech (pvk03@vt.edu)

To compile: Libraries, NETCDF OpenMP

gfortran -o Penman -fopenmp penman_et.f90 -I$NETCDF/include -L$NETCDF/lib -lnetcdf -lnetcdff

To run, Extract data.tar.gz to current working directory ./Penman

Questions?: pvk03@vt.edu

About

Estimate Potential EvapoTranspiration from WRF-Noah Output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published