This repository covers data investigation, analysis, quality control, and cataloging for the ANL 60m Meteorological Tower.
As analysis of the 40+ years of meteorolgical data from the ANL Met Tower increases, a repository to hold individual contributions was needed. The aim of this repository is to hold all central quality control, analysis and cataloging for all researchers conducting analysis into the data.
If you are interested in running this material locally on your computer, you will need to follow this workflow:
(Replace "atmos-tower" with the title of your cookbooks)
-
Clone the
https://github.com/EVS-ATMOS/atmos-tower/
repository:git clone https://github.com/EVS-ATMOS/atmos-tower/
-
Move into the
atmos-tower
directorycd atmos-tower
-
Create and activate your conda environment from the
environment.yml
fileconda env create -f environment.yml conda activate atmos-tower
-
Move into the
notebooks
directory and start up Jupyterlabcd notebooks/ jupyter lab