radiative-feedback-cookbook

A cookbook exploring the science and practice of radiative feedback analysis of climate model output

https://github.com/projectpythia/radiative-feedback-cookbook

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

A cookbook exploring the science and practice of radiative feedback analysis of climate model output

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 11
  • Open Issues: 8
  • Releases: 3
Created over 1 year ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

Radiative Feedback Cookbook

thumbnail

nightly-build Binder DOI

This Project Pythia Cookbook explores the fundamental science and practice of radiative feedback analysis applied to climate model output.

Motivation

There are several well-established methods for quantifying radiative feedbacks from climate model output, and these have been widely used in the scientific literature. However, a comprehensive set of tutorials representing best practices for implementing these methods has been lacking, forcing new practioners to "reinvent the wheel" and piece together the implementation details from sometimes incomplete descriptions in the primary literature.

This Cookbook aims to fill this gap by collecting a verbose set of tutorials that take the reader through some of the basic theory and implementation details, with plentiful example code that can be easily adapted to new datasets and new research applications. The examples will skew heavily toward the method of radiative kernels, with some comparison to other methods.

Authors

Brian Rose, Rachel Tam, Ty Janoski, Robert Ford, Hannah Zafar, Ana Castaneda Montoya, and Kathryn Rooney

Contributors

Structure

This Cookbook is organized as follows:

Foundations

This section takes the reader through some of the basic ideas and provides an overview of the mathematical theory underlying the radiative kernel method.

Feedback Analysis

This section links the theory to the practice by demonstrating the detailed implementation of some radiative feedback calculations.

Simplifying Calculations

This section gives more practical example code for carrying out feedback calculations on CMIP6 data, making use of some specialized software packages.

Running the Notebooks

You can either run the notebook using Binder or on your local machine.

Running on Binder

The simplest way to interact with a Jupyter Notebook is through Binder, which enables the execution of a Jupyter Book in the cloud. The details of how this works are not important for now. All you need to know is how to launch a Pythia Cookbooks chapter via Binder. Simply 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 Binder”. After a moment you should be presented with a notebook that you can interact with. I.e. you’ll be able to execute and even change the example programs. You’ll 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:

  1. Clone the https://github.com/ProjectPythia/radiative-feedback-cookbook repository:

bash git clone https://github.com/ProjectPythia/radiative-feedback-cookbook.git

  1. Move into the radiative-feedback-cookbook directory bash cd radiative-feedback-cookbook
  2. Create and activate your conda environment from the environment.yml file bash conda env create -f environment.yml conda activate feedback-cookbook-dev
  3. Move into the notebooks directory and start up Jupyterlab bash cd notebooks/ jupyter lab

Owner

  • Name: Project Pythia
  • Login: ProjectPythia
  • Kind: organization
  • Email: projectpythia@ucar.edu
  • Location: United States of America

Community learning resource for Python-based computing in the geosciences

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this cookbook, please cite it as below."
authors:
  # add additional entries for each author -- see https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
  - family-names: Rose
    given-names: "Brian E. J."
    orcid: https://orcid.org/0000-0002-9961-3821 # optional
    website: https://github.com/brian-rose # optional
    affiliation: "University at Albany (State University of New York)" # optional
  - family-names: Tam
    given-names: "Rachel Yuen Sum"
    orcid: https://orcid.org/0000-0002-3415-3879
    affiliation: "University of Illinois Urbana-Champaign"
  - family-names: Janoski
    given-names: "Tyler P."
    orcid: https://orcid.org/0000-0003-4344-355X
    affiliation: 
      - "City College of New York"
      - "NOAA National Severe Storms Laboratory"
  - family-names: Ford
    given-names: "Robert R."
    orcid: https://orcid.org/0000-0001-5483-4965
    website: https://github.com/r-ford
    affiliation: "University at Albany (State University of New York)"
  - family-names: Zafar
    given-names: Hannah
    orcid: https://orcid.org/0009-0004-8190-0429
  - family-names: "Castaneda Montoya"
    given-names: Ana
    orcid: https://orcid.org/0009-0001-3060-2665
  - family-names: Rooney
    given-names: Kathryn
    orcid: https://orcid.org/0009-0001-6847-0354
    affiliation: "University at Albany (State University of New York)"
  - name: "Radiative Feedback Cookbook contributors" # use the 'name' field to acknowledge organizations
    website: "https://github.com/ProjectPythia/radiative-feedback-cookbook/graphs/contributors"
title: "Radiative Feedback Cookbook"
abstract: "A cookbook exploring the science and practice of radiative feedback analysis applied to climate model output, with particular focus on the method of radiative kernels."

GitHub Events

Total
  • Issues event: 2
  • Watch event: 2
  • Delete event: 2
  • Issue comment event: 18
  • Push event: 97
  • Pull request review comment event: 2
  • Pull request review event: 12
  • Pull request event: 29
  • Fork event: 1
  • Create event: 1
Last Year
  • Issues event: 2
  • Watch event: 2
  • Delete event: 2
  • Issue comment event: 18
  • Push event: 97
  • Pull request review comment event: 2
  • Pull request review event: 12
  • Pull request event: 29
  • Fork event: 1
  • Create event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 10
  • Total pull requests: 35
  • Average time to close issues: about 10 hours
  • Average time to close pull requests: about 5 hours
  • Total issue authors: 3
  • Total pull request authors: 9
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.94
  • Merged pull requests: 25
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 2
  • Pull requests: 17
  • Average time to close issues: about 3 hours
  • Average time to close pull requests: about 1 hour
  • Issue authors: 1
  • Pull request authors: 5
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.65
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • brian-rose (5)
  • r-ford (3)
  • tyfolino (2)
Pull Request Authors
  • brian-rose (15)
  • hannahzafar (4)
  • rytam2 (3)
  • kathrynrooney (3)
  • tyfolino (2)
  • anacmontoya (2)
  • dependabot[bot] (2)
  • jukent (2)
  • r-ford (2)
Top Labels
Issue Labels
bug (2) enhancement (1) documentation (1)
Pull Request Labels
dependencies (2) github_actions (2) enhancement (1)

Dependencies

.github/workflows/nightly-build.yaml actions
.github/workflows/publish-book.yaml actions
.github/workflows/trigger-book-build.yaml actions
.github/workflows/trigger-delete-preview.yaml actions
.github/workflows/trigger-link-check.yaml actions
.github/workflows/trigger-preview.yaml actions
.github/workflows/trigger-replace-links.yaml actions
  • actions/checkout v4 composite
  • jacobtomlinson/gha-find-replace v3 composite
  • stefanzweifel/git-auto-commit-action v5 composite
environment.yml pypi
  • climkern *