Skip to content

Commit 734a2cf

Browse files
committed
Cite climkern paper
1 parent 032d43b commit 734a2cf

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

bibliography.bib

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,15 @@ @article{Held:2012a
303303
volume = {25},
304304
year = {2012},
305305
bdsk-url-1 = {https://doi.org/10.1175/JCLI-D-11-00721.1}}
306+
307+
@article{Janoski:2025a,
308+
AUTHOR = {Janoski, T. P. and Mitevski, I. and Kramer, R. J. and Previdi, M. and Polvani, L. M.},
309+
TITLE = {ClimKern v1.2: a new Python package and kernel repository for calculating radiative feedbacks},
310+
JOURNAL = {Geoscientific Model Development},
311+
VOLUME = {18},
312+
YEAR = {2025},
313+
NUMBER = {10},
314+
PAGES = {3065--3079},
315+
URL = {https://gmd.copernicus.org/articles/18/3065/2025/},
316+
DOI = {10.5194/gmd-18-3065-2025}
317+
}

notebooks/simplified-calc/climkern-calc.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"source": [
3131
"## Overview\n",
3232
"\n",
33-
"While it is good to know how to manually calculate radiative feedbacks, it is also time-consuming to constantly recreate the code. Here, we will use a new Python package called ClimKern that offers functions to calculate radiative feedbacks from climate model or reanalysis output. The advantages of using ClimKern go beyond making it simpler—it standardizes the methods and assumptions that go into these sometimes complicated calculations. We will use CMIP6 output in this notebook. You will learn how to:\n",
33+
"While it is good to know how to manually calculate radiative feedbacks, it is also time-consuming to constantly recreate the code. Here, we will use a Python package called ClimKern {cite:p}`Janoski:2025a` that offers functions to calculate radiative feedbacks from climate model or reanalysis output. The advantages of using ClimKern go beyond making it simpler—it standardizes the methods and assumptions that go into these sometimes complicated calculations. We will use CMIP6 output in this notebook. You will learn how to:\n",
3434
"\n",
3535
"1. Download CMIP6 data from Pangeo's space on Google Cloud.\n",
3636
"1. Obtain a radiative kernel from the ClimKern repository.\n",

references.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)