This code is a "fork" of EddypPro®. All credit for contirbutions prior to 2025 go to the creators of EddyPro, namely Gerardo Fratini. I have detached this fork the source repository because the official version is not being actively maintained and does not support community contributions.
The modifications made here include:
- Correction of path length variables for Gill anemometers
- Improved support for reading high frequency data binary files ".ecf32" files
- Support for IRGASON as a default instrument
- Scripts for building from compiling from source code
- Bugfix in makefile for compiling on windows
- Clone the repo
git clone https://github.com/June-Skeeter/fluxCalculator
- Install dependencies (make & Fortran)
sudo apt-get update
sudo apt-get make
sudo apt-get install gfortran
- Build and run using using the test data
bash run.sh build run
- Check bin/linux:
- eddypro_rp
- eddypro_fcc
-
I'll add the executable later, but if you want to install Fortan on windows yourself, go ahead! You can find guidance [here] (https://fortran-lang.org/learn/os_setup/install_gfortran/).
-
Once you've got it installed, you can run:
.\run.bat build
- Check bin/win:
- eddypro_rp.exe
- eddypro_fcc.exe
Call via command line:
- Linux
bin\linux\eddypro_rp path\to\file.eddypro
- Linux
bin\win\eddypro_rp path\to\file.eddypro