From 5726712e6787181f82ba5c2488b379b87179ad0e Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Tue, 4 Oct 2022 17:50:13 -0600 Subject: [PATCH] Update .zenodo.json (#285) --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 9edadb2a..f2b8f845 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -44,7 +44,7 @@ ], "upload_type": "software", "keywords": ["downscaling", "CMIP6", "bias-correction", "climate"], - "grants": [{ "id": "Microsoft AI for Earth" }], + "notes": "The development of this project was funded, in part, through a grant from the Microsoft AI for Earth program to CarbonPlan.", "description": "The codebase here was used by Carbonplan to develop a collection of datasets featuring climate projections from the Coupled Model Intercomparison Project Phase 6, bias-corrected and downscaled to the 0.25 degree resolution. The datasets include daily maximum and minimum temperatures and daily precipitation spanning the entire globe over the time period 1950-2100. Notably, the dataset collection includes results from multiple downscaling methods, allowing users to better evaluate the effects of downscaling for their specific application of interest. More details on the project are available in CarbonPlan's explainer article. Also, you can interactively explore the data through a web tool and access the data via an example Jupyter notebook." }