Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ Commands:
* [ESGF Webinar: An Introduction to esgpull, A Replacement for Synda](https://www.youtube.com/watch?v=xv2RVMd1iCA)


## Acknowledgements

The development of esgpull has been funded by:

- **IS-ENES3** (Infrastructure for the European Network for the Earth System Modelling - Phase 3) - 2022-2023
- **Copernicus Climate Change Service (C3S)** - Contracts C3S2_380 and C3S2_382

## Contributions

You can use the common github workflow (through pull requests and issues) to contribute.
21 changes: 21 additions & 0 deletions docs/docs/acknowledgements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Acknowledgements

The development of esgpull has been supported by various research organizations and climate services. We gratefully acknowledge the financial and institutional support from the following projects:

## Funding Sources

### IS-ENES3 (Infrastructure for the European Network for the Earth System Modelling - Phase 3)

**Funding Period**: 2022-2023

IS-ENES3 provided crucial support for the complete rewrite of the existing ESGF download tool "synda" into what is now esgpull. This transformation modernized the codebase, improved performance, and enhanced usability while maintaining compatibility with ESGF infrastructure. IS-ENES3 is the third phase of the IS-ENES project, which provides the infrastructure for the European Network for Earth System modelling, supporting the development of tools and services that facilitate climate research and data management across European institutions.

### Copernicus Climate Change Service (C3S)

**Contracts**: 380 and 382

The Copernicus Climate Change Service (C3S) is implemented by the European Centre for Medium-Range Weather Forecasts (ECMWF) on behalf of the European Commission. C3S combines observations of the climate system with the latest science to develop authoritative, quality-assured information about the past, current and future states of the climate in Europe and worldwide.

## Community Support

Beyond financial support, esgpull has benefited from the expertise and feedback of the ESGF community, including data managers, climate scientists, and software developers who have contributed to its design and implementation.
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ nav:
- Download: download.md
- Plugins: plugins.md
- Glossary: glossary.md
- Acknowledgements: acknowledgements.md
# - Usage guide: usage.md
# - API Reference: reference.md
theme:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ esg = { cmd = "esgpull", env-file = ".env" }
[dependency-groups]
dev = [
"jupyter-console>=6.6.3",
"mkdocs-material>=9.6.14",
"pytest>=8.3.5",
"pytest-cov>=6.1.1",
"pytest-mypy>=1.0.1",
Expand Down
Loading