|
72 | 72 | "\n", |
73 | 73 | "\n", |
74 | 74 | "\n", |
75 | | - "Anthropogenic activities and natural variations from years to decades shape the Earth's climate. Water and energy cycles are central to the physics of climate change. Within the hydrological cycle, precipitation has been recognised as an Essential Climate Variable (ECV) as it is the main component of water transport from the atmosphere to the Earth’s surface. Precipitation varies strongly, depending on geographical location, season, synopsis, and other meteorological factors. The supply with freshwater through precipitation is vital for many subsystems of the climate and the environment, but there are also hazards related to extensive precipitation (floods) or to the lack of precipitation (droughts).\n", |
76 | | - "\n", |
77 | | - "In the Copernicus Climate Data Store (CDS), the EUMETSAT Satellite Application Facility on Climate Monitoring has brokered the Global Interpolated RAinFall Estimation (GIRAFE) product. It merges microwave (MW) sounder- and imager-based estimations of instantaneous surface precipitation (over land and ocean) with infrared (IR) observations from geostationary platforms along the equator. GIRAFE is a global 1° x 1° latitude-longitude data record that is produced at a daily temporal resolution, as well as on a monthly mean basis. It covers the time period January 2002 to December 2022.\n", |
78 | | - "\n", |
79 | | - "In this Jupyter notebook tutorial, we present examples, based on monthly mean Precipitation products, to illustrate the philosophy on the usage, visualisation, and analysis of the dataset. First you get to sort out data access and retrieval, and get all the right libraries in place for the computations. Then we take you through a short process of inspecting the retrieved data to see if it's all ok for analysis. You then have a chance to visualise your data, before we take you through some climatology analyses that you could use in your work.\n", |
80 | | - "\n", |
81 | | - "You will find further information about the dataset (Algorithm Theoretical Basis Document, Product User Guide and Specification, etc.) as well as the data in the Climate Data Store catalogue entry ***Monthly and daily global interpolated rainfall estimation data from 2002 to 2022 derived from satellite measurements*** (see the link to the entry below), sections \"[Overview](https://cds.climate.copernicus.eu/datasets/satellite-precipitation-microwave-infrared?tab=overview)\", \"[Download data](https://cds.climate.copernicus.eu/datasets/satellite-precipitation-microwave-infrared?tab=download)\" and \"[Documentation](https://cds.climate.copernicus.eu/datasets/satellite-precipitation-microwave-infrared?tab=documentation)\":\n", |
82 | | - "- [Monthly and daily global interpolated rainfall estimation data from 2002 to 2022 derived from satellite measurements](https://cds.climate.copernicus.eu/datasets/satellite-precipitation-microwave-infrared?tab=overview)" |
| 75 | + "Anthropogenic activities and natural variations from years to decades shape the Earth's climate. Water and energy cycles are central to the physics of climate change. Within the hydrological cycle, precipitation has been recognised as an Essential Climate Variable (ECV) as it is the main component of water transport from the atmosphere to the Earth’s surface. Precipitation varies strongly, depending on geographical location, season, synopsis, and other meteorological factors. The supply with freshwater through precipitation is vital for many subsystems of the climate and the environment, but there are also hazards related to extensive precipitation (floods) or to the lack of precipitation (droughts)." |
83 | 76 | ] |
84 | 77 | }, |
85 | 78 | { |
|
123 | 116 | }, |
124 | 117 | "outputs": [], |
125 | 118 | "source": [ |
126 | | - "!pip install -q earthkit\n", |
127 | | - "\n", |
128 | | - "!pip install -q cdsapi\n", |
129 | | - "# If you have already setup your .cdsapirc file you can leave this as None\n", |
130 | | - "cdsapi_key = None\n", |
131 | | - "cdsapi_url = None" |
| 119 | + "!pip install -q earthkit" |
132 | 120 | ] |
133 | 121 | }, |
134 | 122 | { |
|
194 | 182 | "tags": [] |
195 | 183 | }, |
196 | 184 | "source": [ |
197 | | - "## Explore the data" |
| 185 | + "## Explore the data\n", |
| 186 | + "\n", |
| 187 | + "In the Copernicus Climate Data Store (CDS), the EUMETSAT Satellite Application Facility on Climate Monitoring has brokered the Global Interpolated RAinFall Estimation (GIRAFE) product. It merges microwave (MW) sounder- and imager-based estimations of instantaneous surface precipitation (over land and ocean) with infrared (IR) observations from geostationary platforms along the equator. GIRAFE is a global 1° x 1° latitude-longitude data record that is produced at a daily temporal resolution, as well as on a monthly mean basis. It covers the time period January 2002 to December 2022.\n", |
| 188 | + "\n", |
| 189 | + "In this Jupyter notebook tutorial, we present examples, based on monthly mean Precipitation products, to illustrate the philosophy on the usage, visualisation, and analysis of the dataset. First you get to sort out data access and retrieval, and get all the right libraries in place for the computations. Then we take you through a short process of inspecting the retrieved data to see if it's all ok for analysis. You then have a chance to visualise your data, before we take you through some climatology analyses that you could use in your work.\n", |
| 190 | + "\n", |
| 191 | + "You will find further information about the dataset (Algorithm Theoretical Basis Document, Product User Guide and Specification, etc.) as well as the data in the Climate Data Store catalogue entry ***Monthly and daily global interpolated rainfall estimation data from 2002 to 2022 derived from satellite measurements*** (see the link to the entry below), sections \"[Overview](https://cds.climate.copernicus.eu/datasets/satellite-precipitation-microwave-infrared?tab=overview)\", \"[Download data](https://cds.climate.copernicus.eu/datasets/satellite-precipitation-microwave-infrared?tab=download)\" and \"[Documentation](https://cds.climate.copernicus.eu/datasets/satellite-precipitation-microwave-infrared?tab=documentation)\":\n", |
| 192 | + "- [Monthly and daily global interpolated rainfall estimation data from 2002 to 2022 derived from satellite measurements](https://cds.climate.copernicus.eu/datasets/satellite-precipitation-microwave-infrared?tab=overview)" |
198 | 193 | ] |
199 | 194 | }, |
200 | 195 | { |
|
6459 | 6454 | ] |
6460 | 6455 | }, |
6461 | 6456 | "source": [ |
6462 | | - "## Conclusion\n", |
| 6457 | + "## Take home messages 📌\n", |
6463 | 6458 | "\n", |
6464 | | - "In this notebook we have provided some use cases, based on the global interpolated rainfall estimation (GIRAFE) Precipitation product to illustrate the way this dataset can be used to study, analyse and visualise this essential climate variable. The high values found along the equator can be explained by the Inter-Tropical Convergence Zone and the moderately high values observed in the region of the Gulf Stream extension and Kurushio are associated to the storm track regions. Comparisons with other independent datasets can be made to further investigate trends (like more frequent episodes of floods and droughts) that can be attributed to global climate change, El-Niño events, etc." |
| 6459 | + "- Use cases to illustrate how the global interpolated rainfall estimation (GIRAFE) Precipitation product can be used to study, analyse and visualise this essential climate variable.\n", |
| 6460 | + "- The high values found along the equator can be explained by the Inter-Tropical Convergence Zone\n", |
| 6461 | + "- The moderately high values observed in the region of the Gulf Stream extension and Kurushio are associated to the storm track regions. \n", |
| 6462 | + "- Comparisons with other independent datasets to further investigate trends (like more frequent episodes of floods and droughts) that can be attributed to global climate change, El-Niño events, etc." |
6465 | 6463 | ] |
6466 | 6464 | } |
6467 | 6465 | ], |
|
0 commit comments