-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Challenge 11 - Chronicles of Drought: Contextualising Earth's Water Story #4
Comments
Hello! |
Thank you for your interest in this challenge. The DRYFALL library is still under development and is not publicly available yet. However, the challenge does not require the development of the library but rather the utilization of the data produced to generate information content in a manner accessible to a wider community of users. We can make a sample dataset available to showcase the type of level zero information upon which we require development |
Yes that would be great! It will help a lot with the proposal. |
I will make something available early next week and add it to the challenge information. |
The Standardized Precipitation Evapotranspiration Index (SPEI, Vicente-Serrano et al., 2010) is a commonly used meteorological drought index. The SPEI measures the water deficit at the land surface that accumulated over a certain time windows, usually months, and evaluates the deficit with respect to a reference period. SPEI values are in units of standard deviation from the standardised mean, i.e., negative values indicate drier-than-usual periods while positive values correspond to wetter-than-usual periods. The magnitude of the SPEI is an indicator of the severity of event. The following range of values is typically used to identify the severity of the event: SPEI > 2.0: extremely wet Values of the SPEI between -1 and 1 are also often considered near-normal. The SPEI is typically computed over a range of time windows from 1 over 3 and 6 to 12 months or more. The time window considered is indicative of the potential impact of meteorological drought, which is often the primary driver of drought. Here, we provide examples of the SPEI-12: |
Hello Chris @enyfeo , I hope all is well with you. My colleagues and I were about to send in our proposal, but it looks like the "submit your proposal" link is down on the code for earth website (https://codeforearth.ecmwf.int/). Is there an alternative way we should plan to submit our proposal before the deadline expires today? Any help is greatly appreciated! -Liam |
@liamcassidy3 Please let us know, if you still have any issues. Apologies for the inconvenience and thanks for your patience! Bye, Athina |
Challenge 11 - Chronicles of Drought: Contextualising Earth's Water Story
Goal
"DroughtChronicles" is a project that seeks to contextualize the understanding of drought events on Earth. We propose the development of a series of Jupyter notebooks that will vividly illustrate our planet's drought stories in an accessible and engaging manner.
Mentors and skills
Challenge description
Droughts are prolonged periods of abnormally low precipitation that result in water shortages, adversely impacting ecosystems, agriculture, and communities. Characterized by an insufficient water supply to meet the demands of various sectors, droughts can lead to crop failures, water scarcity, ecological imbalances and increase the risk of wildfires, posing significant challenges to both rural and urban areas. Climate change is contributing to an escalation in the frequency and severity of droughts, amplifying their impact worldwide.
To monitor the changing patterns of droughts, ECMWF has developed a drought library, DRYFALL, enabling the calculation of a significant array of indicators. Building on this resource, "DroughtChronicles" is a project that seeks to contextualize the understanding of drought events on Earth. We propose the development of a series of Jupyter notebooks that will vividly illustrate our planet's drought stories in an accessible and engaging manner.
These notebooks will retrieve and process data from the Common Climate Data Store (CDS), transforming raw information into expressive visual narratives. We will focus on calculating climate anomalies, spatial extent and severity of events and generating visualizations that echo the vibrant storytelling found in journalistic chronicles.
The resulting Jupyter notebooks will not only offer meaningful climate insights but also serve as a comprehensive training resource. Through DroughtChronicles, we aim to provide a more visual, comprehensible, and reproducible approach to improve our understanding of the impact of drought on our society.
We aim to generate at least 3 workflows able to answer the following questions
For any of these notebooks we expect the following steps to be followed:
Define the Notebook Purpose and Structure:
Clearly outline the purpose of the notebook. Decide on the structure, including sections, sub-sections, and a logical flow that will help readers follow the content easily.
Setup and Environment:
Begin the notebook with instructions on setting up the Python environment. Include information on installing any necessary libraries or dependencies. Use code cells to demonstrate the installation process.
Introduction and Overview:
Provide a brief overview of the key concepts or tasks that will be addressed. Include any background information that is essential for understanding the content.
Data Preparation and Loading:
Create a section for data preparation and loading. Use code cells to demonstrate how to load datasets, handle missing values, and perform any preprocessing steps necessary for the analysis.
Main Content and Code Implementation:
Divide the notebook into sections corresponding to the main content Clearly label and comment on each code cell to guide readers through the steps. Encourage readers to run code cells interactively.
Visualizations and Results:
Include sections for data visualizations and displaying results. Use Matplotlib, Seaborn, or other relevant libraries to create plots and charts that complement the analysis. Add markdown cells to explain the significance of visualizations and findings.
Conclusion and Summary:
Conclude the notebook with a summary of key findings, takeaways, or lessons learned.
The successful candidate will work with a team of meteorological applications experts who have developed data analysis and an initial version of the workflow. It will be a great opportunity to collaborate with senior scientists and gain an understanding of how quality data can be transformed into a compelling story to be told.
The text was updated successfully, but these errors were encountered: