A repository for collaboration with ARM on the X-Band radar(s) deployed to Colorado for the Surface Atmosphere Integrated Field Laboratory (SAIL) campaign.
Before getting started with the materials in this repository, you will need to install the environment using the following steps:
- Clone this repository
git clone https://github.com/ARM-Development/sail-xprecip-radar.git
- Move into the new directory and install the enviroment (using conda or mamba)
conda env create -f environment.yml
You can interact with the notebooks by using the JupyterBook, which renders the notebooks and has an option to launch the notebooks on ARM cyberinfrastructure (by using the launch button at the top, and selecting launch JuptyerHub)
You can also launch these notebooks using your local environment by moving into the notebooks
directory after starting your Jupyter session.