Skip to content

Scripts for computing analytical clearsky longwave spectral feedbacks (Koll, Jeevanjee, Lutsko 2023 JAS)

License

Notifications You must be signed in to change notification settings

danielkoll/spectral_feedbacks

Repository files navigation

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

About

Scripts for computing analytical clearsky longwave spectral feedbacks (Koll, Jeevanjee, Lutsko 2023 JAS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published