Skip to content

Repository files navigation

fluxCalculator

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

Setup

For linux:

  1. Clone the repo

git clone https://github.com/June-Skeeter/fluxCalculator

  1. Install dependencies (make & Fortran)

sudo apt-get update

sudo apt-get make

sudo apt-get install gfortran

  1. Build and run using using the test data

bash run.sh build run

  1. Check bin/linux:
  • eddypro_rp
  • eddypro_fcc

For windows:

  1. 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/).

  2. Once you've got it installed, you can run:

.\run.bat build

  1. Check bin/win:
  • eddypro_rp.exe
  • eddypro_fcc.exe

Running

Call via command line:

  • Linux

bin\linux\eddypro_rp path\to\file.eddypro

  • Linux

bin\win\eddypro_rp path\to\file.eddypro

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages