/assessed-cloud-fbks

Code to compare GCM and expert-assessed cloud feedback components

Primary LanguagePythonMIT LicenseMIT

assessed-cloud-fbks

DOI

Description

This code 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).

Instructions

To use, follow these steps:

  1. Install CDAT via conda following these instructions

  2. Activate this environment:

conda activate cdat
  1. Clone this repo:
git clone https://github.com/mzelinka/assessed-cloud-fbks.git
  1. cd to assessed-cloud-fbks/code/

  2. In main.py, update the "User Input" section so it points to your model's amip and amip-p4K files.

  3. Run the code:

python main.py
  1. Inspect the generated figures and tables in the /figures/ directory.

References