arm-summer-school-2024
Repository for the ARM Summer School in Cleveland, Ohio
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.6%) to scientific vocabulary
Repository
Repository for the ARM Summer School in Cleveland, Ohio
Basic Info
- Host: GitHub
- Owner: ARM-Development
- License: apache-2.0
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://arm-development.github.io/arm-summer-school-2024/
- Size: 615 MB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 9
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
ARM Summer School 2024
ARM Summer School 2024: Open Science in the Department of Energy's Atmospheric Radiation Measurement (ARM) User Facility: Connecting State-of-the-Art Models with Diverse Field Campaign Observations
Motivation
ARM Mobile Facilities (AMF) have traveled to locations all over the world, including South America for the Cloud, Aerosol, and Complex Terrain Interactions (CACTI) field campaign, as well as Norway for the Cold-Air Outbreaks in the Marine Boundary Layer Experiment (COMBLE). One of the key goals of these field deployments is to integrate measurements with a spectrum of model datasets, ranging from high-resolution large-eddy simulation to limited-domain nested weather and climate model datasets, furthering the understanding of Earths climate system. Within this tutorial, participants will gain a broad understanding of the ARM User Facility, the open data available to the community, the data workbench that allows data-proximate-computing, and science overviews of two ongoing model-observation intercomparison projects. This will be suitable for a broad audience of atmospheric scientists, bringing together both observations and simulations, as well as deep and shallow convection.
This summer school, aimed at a broad audience, will: 1. Introduce participants to ARMs observational facilities and data products and the community of atmospheric scientists that use and produce ARM data. 2. Educate attendees on ARMs measurement suite and data archive. 3. Educate attendees on ARMs (and collaborators') model data. 4. Highlight the underlying science behind CACTI and COMBLE. 5. Demonstrate how to find and access ARM data. 6. Using open source tools, guide attendees in analyzing ARMs open data in the Python programming language. 7. Highlight several techniques to compare ARM observations and high-resolution model output.
Authors
ARM Summer School 2024 Instructors
Contributors
Structure
To familiarize attendees with ARM, its measurements and data discovery systems. 1. To highlight the breadth of measurements and science possible through the AMF deployments for CACTI and COMBLE. 2. To demonstrate a series of analytical methods using open science cookbooks and ARM data, with a focus on robustly comparing observational data with high-resolution simulations. 3. To provide an onramp to open science using ARM data and to remove barriers to using ARM data. 4. To train attendees on the latest features of ARM tools and open HPC platforms.
Lectures
Small Group Projects
Running the Notebooks
You can either run the notebook using Binder or on your local machine.
Running on Jupyter
The simplest way to interact with a Jupyter Notebook is through the
ARM Jupyter, which enables the execution of a
Jupyter Book on ARM infrastructure. The details of how this works are not
important for now. Navigate your mouse to
the top right corner of the book chapter you are viewing and click
on the rocket ship icon, (see figure below), and be sure to select
launch Jupyterhub. After a moment you should be presented with a
notebook that you can interact with. I.e. youll be able to execute
and even change the example programs. Youll see that the code cells
have no output at first, until you execute them by pressing
{kbd}Shift+{kbd}Enter. Complete details on how to interact with
a live Jupyter notebook are described in Getting Started with
Jupyter.
Running on Your Own Machine
If you are interested in running this material locally on your computer, you will need to follow this workflow:
- Clone the
https://github.com/ARM-Development/arm-summer-school-2024repository:
bash
git clone https://github.com/ARM-Development/arm-summer-school-2024
1. Move into the arm-summer-school-2024 directory
bash
cd arm-summer-school-2024
1. Create and activate your conda environment from the environment.yml file
bash
conda env create -f environment.yml
conda activate arm-summer-school-2024-dev
1. Move into the notebooks directory and start up Jupyterlab
bash
cd notebooks/
jupyter lab
Owner
- Name: Atmospheric Radiation Measurement user facility
- Login: ARM-Development
- Kind: organization
- Website: https://www.arm.gov
- Repositories: 11
- Profile: https://github.com/ARM-Development
GitHub Events
Total
- Push event: 7
- Pull request event: 1
- Create event: 2
Last Year
- Push event: 7
- Pull request event: 1
- Create event: 2
Dependencies
- actions/checkout v4 composite
- jacobtomlinson/gha-find-replace v3 composite
- stefanzweifel/git-auto-commit-action v5 composite
- sphinx-book-theme *