Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.42 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.42 KB

Argonne National Laboratory 60 meter Meteorological Tower

This repository covers data investigation, analysis, quality control, and cataloging for the ANL 60m Meteorological Tower.

Motivation

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.

Authors

First Author, Second Author

Contributors

Running on Your Own Machine

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)

  1. Clone the https://github.com/EVS-ATMOS/atmos-tower/ repository:

     git clone https://github.com/EVS-ATMOS/atmos-tower/
  2. Move into the atmos-tower directory

    cd atmos-tower
  3. Create and activate your conda environment from the environment.yml file

    conda env create -f environment.yml
    conda activate atmos-tower
  4. Move into the notebooks directory and start up Jupyterlab

    cd notebooks/
    jupyter lab