Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.36 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.36 KB

assessed-cloud-fbks

DOI

Description

A Jupyter notebook is provided that performs the analysis of Zelinka et al. (2022). It computes GCM cloud feedback components and compares them to the expert-assessed values from Sherwood et al. (2020). Figures are generated in the notebook and also saved to the figures directory.

Packages Needed


  • xcdat
  • xarray
  • numpy
  • scipy
  • matplotlib
    ...all of which can be installed via conda:
conda create -n <ENV_NAME> -c conda-forge xcdat xesmf xarray numpy matplotlib 
conda activate <ENV_NAME>

References