Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.33 KB

README.md

File metadata and controls

45 lines (23 loc) · 1.33 KB

Spectral feedback scripts

Scripts for computing the clearsky longwave spectral feedback expressions from Koll et al 2023. These scripts provide analytic approximations for the spectral terms that make up Earth's longwave clearsky feedback, and might or might not work well outside the parameter regime in which they were tested. Even for present-day Earth, they are only an approximation.

Reference:

How to use for simple calculations

Software requirements: python, numpy, matplotlib

  1. compute analytic brightness temperatures:

cd $spectral_feedbacks

python -i plot_theory_brightness_temps.py

  1. compute analytic spectral feedbacks as a function of surface temperature:

cd $spectral_feedbacks

python -i plot_theory_spectral_feedbacks.py

How to use for advanced calculations

Software requirements: the above, plus jupyter, xarray

  1. compute analytic spatial feedback maps using climate data (the example here uses ERA5 climatologies):

cd $spectral_feedbacks

jupyter notebook

-> open plot_theory_feedback_map.ipynb

-> run script

resulting output:

pdf

jpg