EasyFlux® DL for CR3000 is a free CRBasic program that enables a CR3000 data logger to report fully corrected fluxes of CO2, latent heat (H2O), sensible heat, and momentum from a Campbell Scientific open-path eddy-covariance (EC) system. For official program documentation and downloads, refer to the project website:
EasyFlux® DL: Eddy-Covariance Datalogger Program
https://www.campbellsci.com/easyflux-dl
This repository contains a version of EddyFlux-DL customized to run on research towers operated in partnership with the Laboratory for Atmospheric Research at Washington State University. These towers focus on agricultural research sites and belong to multiple networks and/or projects, including:
- USDA ARS Long-Term Agroeconomic Research (LTAR) Network
- Landscapes in Transition Pacific Northwest (LIT-PNW) Project
- the AmeriFlux Network
Program modifications are intended to be backwards-compatible and accretive, but not all changes satisfy these goals. To make identifying and merging changes introduced by the vendor easier, official vendor releases are also tracked here in a separate and unrelated branch history.
- CR3000 datalogger (CR3000)
- Memory card module (NL115, NL116,
or CFM100)
- Network-enabled module is highly recommended
- Open-path infrared gas analyzer with ultrasonic anemometer:
- 16GB industrial-grade CompactFlash memory card
N.B. this version has known channel assignment conflicts which prevent certain optional sensors from being enabled, regardless of compatibility in prior versions. Refer to comments in the program file for complete details. In future versions, once compatibility is restored, this message will be removed.
- Fine-wire thermocouple (FW05, FW1, or FW3)
- Ambient temperature/relative humidity probe (HC2S3 or HMP-155A)
- Net radiometer (CNR4, NR01, or NL-Lite2)
- Pyranometer (CS300 or LI200X)
- Quantum (PAR) sensor (LI-190R or LI-190SB)
- Infrared radiometer (SI-111)
- Tipping bucket rain gage (TE525, TE525WS, TE525M, or TE525/TE525MM with 8 inch funnel)
- Averaging thermocouple (TCAV)
- Water content reflectometer, for heat storage term (up to 2 of CS616, CS650, CS655, 5TM, or TDR-315/315L/310S)
- Soil heat flux plates (up to 4 of HFP01) or HFP01SC)
- Water content reflectometer, for vertical profiling (up to 6 of 5TM or TDR-315/315L/310S)
- Cup and vane wind set (034B)
- GPS receiver (GPS16X-HVS)
- Door switch sensor (magnetic reed switch, NO recommended)
- Connect the datalogger to power and sensors as described in relevant manuals.
- Update the unique calibration values in
src/constants.cr3
and upload to to the datalogger. - Modify the program file (
src/default.cr3
) as needed to:- enable or disable sensors
- update other constants, such as UTC offset
- Upload the program file to the datalogger.
- Update station variables, as necessary.
For additional details, refer to the official user guide
as well as files in the /doc
folder.
- The EasyFlux-DL code base is Copyright (c) 2014, 2015 Campbell Scientific, Inc. All rights reserved. For more details, refer to the official project website.
- Original software contributions are licensed under the MIT License.
- Supporting documentation is subject to the Creative Commons Attribution 4.0 International (CC-BY-4.0).