diff --git a/README.md b/README.md index 3e8fbc4..0c2c229 100644 --- a/README.md +++ b/README.md @@ -10,32 +10,20 @@ Contributions are welcome. Feel free to open a pull request with changes. ## Running it Locally -It can be helpful to preview changes on your computer before opening a pull request. *ROOCS website* uses the [Jekyll static site generator](http://jekyllrb.com/). After forking or cloning the repository, perform the following steps to generate the site and preview it: +It can be helpful to preview changes on your computer before opening a pull request. *ROOCS website* uses the [MkDocs static site generator](https://www.mkdocs.org/). After forking or cloning the repository, perform the following steps to generate the site and preview it: -- Make sure you have ruby installed on your computer. See https://www.ruby-lang.org/en/downloads/ -- `bundle install` -- `bundle exec jekyll serve` -- Point your browser at http://127.0.0.1:4000/ +```` +conda env create -### Use Docker as build environment +conda activate roocs -Run this once to generate Gemfile.lock: -``` -docker-compose run jekyll bundle install -``` +mkdocs build -Build image: -``` -docker-compose build -``` +mkdocs serve -Start service: -``` -docker-compose up +Open browser: http://127.0.0.1:8000 ``` -Open http://localhost:4000 - ## Deployment Pull requests merged to the main branch are automatically deployed to the production website. diff --git a/docs/about.md b/docs/about.md index 8f00db2..3ee6458 100644 --- a/docs/about.md +++ b/docs/about.md @@ -1,22 +1,33 @@ -# What is the project about? +# 🧊 About the Project -We provide *data-aware* processing services of climate projections (like CMIP6 global data) -for the [Climate Data Store](https://cds.climate.copernicus.eu) (CDS). +We provide **data-aware processing services** for climate projections such as **CMIP6** global datasets, integrated into the [Climate Data Store (CDS)](https://cds.climate.copernicus.eu/). -## Who is working on the project? +These services support scalable, efficient access and transformation of large climate datasets, enabling downstream applications and research. -* [IPSL](https://www.ipsl.fr/en) -* [DKRZ](https://www.dkrz.de/) +--- -## Which projects and groups do we work with? +## 👥 Who’s Involved? -* [STFC/CEDA](http://www.ceda.ac.uk/) -* [ESGF](https://esgf.llnl.gov/) -* [Ouranos](https://github.com/Ouranosinc) -* [CRIM](https://github.com/crim-ca) -* [GeoPython](https://github.com/geopython) +![IPSL logo](images/ipsl.png){ width=100 } +[**IPSL** – Institut Pierre-Simon Laplace](https://www.ipsl.fr/en) -## Future developments +![DKRZ logo](images/dkrz.svg){ width=100 } +[**DKRZ** – Deutsches Klimarechenzentrum](https://www.dkrz.de/) -Led by [STFC/CEDA](http://www.ceda.ac.uk/) and [DKRZ](https://www.dkrz.de/) further development on roocs -happens to make the roocs processing services available for [ESGF](https://esgf.llnl.gov/). \ No newline at end of file +--- + +## 🤝 Collaborating Organizations + +We actively work with several partners and community groups: + +- 🛰️ [STFC/CEDA](http://www.ceda.ac.uk/) +- 🌍 [ESGF](https://esgf.llnl.gov/) +- 🌦️ [Ouranos](https://github.com/Ouranosinc) +- 🧠 [CRIM](https://github.com/crim-ca) +- 🐍 [GeoPython](https://github.com/geopython) + +--- + +## 🚀 Future Development + +Ongoing developments are driven by [STFC/CEDA](http://www.ceda.ac.uk/) and [DKRZ](https://www.dkrz.de/), focusing on integrating processing services into the [ESGF](https://esgf.llnl.gov/) infrastructure. diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 0000000..fcced10 --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1,222 @@ +# Changelog + +## 0.17.2 – 2025-05-08 + +- Updated tests for **Atlas v2**. +- Fixed dashboard for latest `bokeh >= 3.7`. + +## 0.17.1 – 2025-05-06 + +- Fixed calendar bug for **proleptic Gregorian** calendar. + +## 0.17.0 – 2025-04-29 + +- Added support for **Atlas v2** data. + +## 0.16.1 – 2025-02-26 + +- Fixed smoke tests. +- Added `beautifulsoup` to requirements. + +## 0.16.0 – 2025-02-21 + +- Switched to **pooch** for test data management. +- Modernized Python code and deployment. +- Removed `roocs-utils`. Now requires: + - `clisops >= 0.15.0` + - `daops >= 0.14.0` +- Replaced linting setup with **ruff**. +- Changed default Git branch to `main`. + +## 0.15.0 – 2024-11-20 + +- Improved decadal fixes for **proleptic Gregorian** calendar. +- Provenance now includes local installation "site" name. +- Fixed documentation links. + +## 0.14.0 – 2024-10-22 + +- Added Docker image test step to CI. +- Updated CI workflows and template: + - New `CODE_OF_CONDUCT.rst` + - Modernized Dockerfile + - Documented all processes + - Switched to `pyproject.toml` with `flit-core` + - Adopted `src/` layout + +## 0.13.1 – 2024-07-22 + +- Added process: **average over polygon**. +- Updated **CDS domain**. + +## 0.13.0 – 2024-02-06 + +- Added **subsetting support for Atlas v1** datasets. + +## 0.12.2 – 2023-12-08 + +- Fixed `time_components` for **360-day calendar** compatibility. + +## 0.12.1 – 2023-12-04 + +- Patched fill-value issue via updated `clisops`. +- Added smoke test for fill-value handling. + +## 0.12.0 – 2023-11-28 + +- Added **regridding operator** from `clisops`. +- Added tests and smoke tests for regridding. +- CI now uses Conda. + +## 0.11.0 – 2023-11-09 + +- Added **weighted average** operator and WPS process. +- Added WPS regridding process (dummy operator). +- Updated to: + - `pywps 4.6.0` + - `clisops` and `daops` with decadal fixes +- Dropped Python 3.8 support. + +## 0.10.1 – 2023-07-20 + +- Updated fix application logic. +- Fixed smoke tests for CMIP5. + +## 0.10.0 – 2023-07-12 + +- Updated `concat` operator to optionally apply subsetting and averaging. +- Applied CMIP6 decadal fixes directly (no ElasticSearch lookup). +- Updated to `clisops 0.10.0`. + +## 0.9.3 – 2023-05-16 + +- Added smoke tests for: + - `c3s-ipcc-atlas` + - `c3s-cmip6-decadal` +- Updated `roocs` config for `c3s-ipcc-atlas`. + +## 0.9.2 – 2023-02-02 + +- Updated to `roocs-utils` with `realization` dimension support. +- Updated `concat` operator. + +## 0.9.1 – 2022-12-14 + +- Patched `subset_level_by_values` via `clisops 0.9.5`. + +## 0.9.0 – 2022-09-27 + +- Introduced **initial `concat` operator**. + +## 0.8.3 – 2022-09-26 + +- Updated to `clisops 0.9.2`. +- Updated provenance for **C4I**. + +## 0.8.2 – 2022-05-16 + +- Updated to: + - `daops 0.8.1` + - `clisops 0.9.1` +- Added metadata tests. + +## 0.8.1 – 2022-04-20 + +- Updated to `roocs-utils 0.6.1`. +- Fixed `director` for new `average_time` operator. +- Added smoke tests for: + - `c3s-cmip5` + - `c3s-cordex` + +## 0.8.0 – 2022-04-14 + +- Added: + - `average` and `average_time` operators + - Dashboard updates (for Bokeh 2.4.2) +- Removed: `diff` operator +- Updated to: + - `clisops 0.9.0` + - `daops 0.8.0` + - `pywps 4.5.2` + +## 0.7.0 – 2021-11-08 + +- Added `subset-by-point` process. +- Updated: + - `clisops 0.7.0` + - `daops 0.7.0` + - Dashboard and provenance + +## 0.6.2 – 2021-08-11 + +- Updated: + - `pywps 4.4.5` + - Dashboard + - Provenance types and IDs + +## 0.6.1 – 2021-06-18 + +- Added **initial dashboard**. +- Updated to `clisops 0.6.5`. + +## 0.6.0 – 2021-05-20 + +- Moved catalog functionality to `daops`. +- Updated to: + - `roocs-utils 0.4.2` + - `clisops 0.6.4` + - `daops 0.6.0` +- Added initial `usage` process. + +## 0.5.0 – 2021-04-01 + +- Updated: + - `pywps 4.4.2` + - `clisops 0.6.3` + - `roocs-utils 0.3.0` +- Introduced `FileMapper` and intake catalog support. + +## 0.4.2 – 2021-03-22 + +- Updated to `clisops 0.6.2`. + +## 0.4.1 – 2021-03-21 + +- Switched to `pywps 4.4.1` and linked storage. +- Added: + - Storm tests (via Locust) + - Improved smoke tests +- Cleaned requirements and YAML warnings. +- Fixed average output behavior. + +## 0.4.0 – 2021-03-04 + +- Removed unused dependencies. +- Updated to `daops >= 0.5.0`. +- Renamed `axes` input to `dims` in `wps_average`. +- Fixed test data and added smoke tests. + +## 0.3.1 – 2021-02-24 + +- Pinned `cf_xarray < 0.5.0` for compatibility. + +## 0.3.0 – 2021-02-24 + +- Fixed test data using GitPython. +- Updated: + - `pywps 4.4.0` + - Provenance structure + - Subset alignment + - CI (moved to GitHub Actions) +- Added `director` module. +- Improved CMIP6 support. + +## 0.2.0 – 2020-11-19 + +- Built on `cookiecutter` template via `cruft`. +- Processes available: `subset`, `orchestrate`. +- Integrated `daops`, Metalink output, and provenance. + +## 0.1.0 – 2020-04-03 + +- Initial release. diff --git a/docs/contact.md b/docs/contact.md index 9acd53c..b7fbeb6 100644 --- a/docs/contact.md +++ b/docs/contact.md @@ -1 +1 @@ -If you are interested in finding out more about the project please e-mail <{{ site.email }}>. +If you are interested in finding out more about the project please send an [e-mail](mailto:ehbrecht@dkrz.de). diff --git a/docs/dashboard.md b/docs/dashboard.md deleted file mode 100644 index c6445fc..0000000 --- a/docs/dashboard.md +++ /dev/null @@ -1,422 +0,0 @@ -# Usage Statistics - -## 2025 - -### Quarterly reports - -* January - March 2025 - * [IPSL](downloads/dashboard/2025/dashboard-2025-q1-ipsl.html) - * [DKRZ](downloads/dashboard/2025/dashboard-2025-q1-dkrz.html) - * Number of requests: - * Total: 362556 - * DKRZ: 273494 - * IPSL: 37560 + 26502 + [25000] = 89062 - * Data transfer (subsetted data): - * Total: 20.722 TB - * DKRZ: 5128 GB + 5543 GB + 5454 GB = 16.125 TB - * IPSL: 1109 GB + 1988 GB + [1500 GB] = 4.597 TB - * Max Concurrency: 17 - -### Monthly reports - -* May 2025 - * [IPSL](downloads/dashboard/2025/dashboard-2025-05-ipsl.html) - * [DKRZ](downloads/dashboard/2025/dashboard-2025-05-dkrz.html) - -* April 2025 - * [IPSL](downloads/dashboard/2025/dashboard-2025-04-ipsl.html) - * [DKRZ](downloads/dashboard/2025/dashboard-2025-04-dkrz.html) - -* March 2025 - * [IPSL](downloads/dashboard/2025/dashboard-2025-03-ipsl.html) - * [DKRZ](downloads/dashboard/2025/dashboard-2025-03-dkrz.html) - -* Feburary 2025 - * [IPSL](downloads/dashboard/2025/dashboard-2025-02-ipsl.html) - * [DKRZ](downloads/dashboard/2025/dashboard-2025-02-dkrz.html) - -* January 2025 - * [IPSL](downloads/dashboard/2025/dashboard-2025-01-ipsl.html) - * [DKRZ](downloads/dashboard/2025/dashboard-2025-01-dkrz.html) - -## 2024 - -* January - December 2024: - * [all](downloads/dashboard/2024/2024-dashboard_all.html) - * [IPSL](downloads/dashboard/2024/2024-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-dashboard_dkrz.html) - -### Quarterly reports - -* October - December 2024 - * [all](downloads/dashboard/2024/2024-q4-dashboard_all.html) - * [IPSL](downloads/dashboard/2024/2024-q4-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-q4-dashboard_dkrz.html) - * Number of requests: - * Total: 286071 - * DKRZ: 269142 - * IPSL: 16929 - * Data transfer (subsetted data): - * Total: 14.012 TB - * DKRZ: 4208 GB + 2360 GB + 5867 GB = 12.435 TB - * IPSL: 367 GB + 1188 GB + 22 GB = 1.577 TB - * Max Concurrency: 40 - -* July - September 2024 - * [IPSL](downloads/dashboard/2024/2024-q3-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-q3-dashboard_dkrz.html) - * Number of requests: - * Total: 345303 - * DKRZ: 82805 + 194361 + 37765 = 314931 - * IPSL: 19752 + 8620 + (2000) = 30372 - * Data transfer (subsetted data): - * Total: 13.276 TB - * DKRZ: 4056 GB + 4685 GB + 2822 GB = 11.563 TB - * IPSL: 1338 GB + 235 GB + (140) GB = 1.713 TB - * Max Concurrency: 31 - -* April - June 2024 - * [IPSL](downloads/dashboard/2024/2024-q2-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-q2-dashboard_dkrz.html) - * Number of requests: - * Total: 557733 - * DKRZ: 440907 - * IPSL: 116826 - * Data transfer (subsetted data): - * Total: 13.046 TB - * DKRZ: 2992 GB + 3329 GB + 2977 GB = 9.298 TB - * IPSL: 1216 GB + 1264 GB + 1268 GB = 3.748 TB - * Max Concurrency: 28 - -* January - March 2024 - * [all](downloads/dashboard/2024/2024-q1-dashboard_all.html) - * [IPSL](downloads/dashboard/2024/2024-q1-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-q1-dashboard_dkrz.html) - * Number of requests: - * Total: 342052 - * DKRZ: 268249 - * IPSL: 73803 - * Data transfer (subsetted data): - * Total: 14.888 TB - * DKRZ: 11.957 TB - * IPSL: 875 GB + 1309 GB + 747 GB = 2.931 TB - * Max Concurrency: 23 - -### Monthly reports - -* December 2024 - * [IPSL](downloads/dashboard/2024/2024-12-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-12-dashboard_dkrz.html) - -* November 2024 - * [IPSL](downloads/dashboard/2024/2024-11-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-11-dashboard_dkrz.html) - -* October 2024 - * [IPSL](downloads/dashboard/2024/2024-10-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-10-dashboard_dkrz.html) - -* September 2024 - * [IPSL](downloads/dashboard/2024/2024-09-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-09-dashboard_dkrz.html) - -* August 2024 - * [IPSL](downloads/dashboard/2024/2024-08-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-08-dashboard_dkrz.html) - -* July 2024 - * [IPSL](downloads/dashboard/2024/2024-07-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-07-dashboard_dkrz.html) - -* June 2024 - * [IPSL](downloads/dashboard/2024/2024-06-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-06-dashboard_dkrz.html) - -* May 2024 - * [IPSL](downloads/dashboard/2024/2024-05-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-05-dashboard_dkrz.html) - -* April 2024 - * [IPSL](downloads/dashboard/2024/2024-04-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-04-dashboard_dkrz.html) - -* March 2024 - * [IPSL](downloads/dashboard/2024/2024-03-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-03-dashboard_dkrz.html) - -* Feburary 2024 - * [IPSL](downloads/dashboard/2024/2024-02-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-02-dashboard_dkrz.html) - -* January 2024 - * [IPSL](downloads/dashboard/2024/2024-01-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2024/2024-01-dashboard_dkrz.html) - - -## 2023 - -### Quarterly reports - -* October - December 2023 - * [IPSL](downloads/dashboard/2023/2023-q4-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-q4-dashboard_dkrz.html) - * Number of requests: - * Total: 222841 - * DKRZ: 178192 - * IPSL: 44649 - * Data transfer (subsetted data): - * Total: 16200 GB - * DKRZ: 14799 GB - * IPSL: 901 + 500 (?) = 1401 GB - * Max Concurrency: 31 - -* July - September 2023 - * [IPSL](downloads/dashboard/2023/2023-q3-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-q3-dashboard_dkrz.html) - * Number of requests: - * Total: 193398 - * DKRZ: 128955 - * IPSL: 64443 - * Data transfer (subsetted data): - * Total: 15605 GB - * DKRZ: 3030 + 4887 + 2603 = 10520 GB - * IPSL: 2322 + 1856 + 907 = 5085 GB - * Max Concurrency: 31 - -* April - June 2023 - * [IPSL](downloads/dashboard/2023/2023-q2-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-q2-dashboard_dkrz.html) - * Number of requests: - * Total: 155358 - * DKRZ: 80436 - * IPSL: 74922 - * Data transfer (subsetted data): - * Total: 23126 GB - * DKRZ: 11427 GB - * IPSL: 5088 + 3453 + 3158 = 11699 GB - * Max Concurrency: 40 - -* January - March 2023 - * [IPSL](downloads/dashboard/2023/2023-q1-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-q1-dashboard_dkrz.html) - * Number of requests: - * Total: 166838 - * DKRZ: 98872 - * IPSL: 67966 - * Data transfer (subsetted data): - * Total: 26988 GB - * DKRZ: 15309 GB - * IPSL: 5339 + 4000 + 2340 = 11679 GB - * Max Concurrency: 34 - -### Monthly reports - -* December 2023 - * [IPSL](downloads/dashboard/2023/2023-12-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-12-dashboard_dkrz.html) - -* November 2023 - * [IPSL](downloads/dashboard/2023/2023-11-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-11-dashboard_dkrz.html) - -* October 2023 - * [IPSL](downloads/dashboard/2023/2023-10-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-10-dashboard_dkrz.html) - -* September 2023 - * [IPSL](downloads/dashboard/2023/2023-09-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-09-dashboard_dkrz.html) - -* August 2023 - * [IPSL](downloads/dashboard/2023/2023-08-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-08-dashboard_dkrz.html) - -* July 2023 - * [IPSL](downloads/dashboard/2023/2023-07-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-07-dashboard_dkrz.html) - -* June 2023 - * [IPSL](downloads/dashboard/2023/2023-06-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-06-dashboard_dkrz.html) - -* May 2023 - * [IPSL](downloads/dashboard/2023/2023-05-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-05-dashboard_dkrz.html) - -* April 2023 - * [IPSL](downloads/dashboard/2023/2023-04-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-04-dashboard_dkrz.html) - -* March 2023 - * [IPSL](downloads/dashboard/2023/2023-03-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-03-dashboard_dkrz.html) - -* Feburary 2023 - * [IPSL](downloads/dashboard/2023/2023-02-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-02-dashboard_dkrz.html) - -* January 2023 - * [IPSL](downloads/dashboard/2023/2023-01-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2023/2023-01-dashboard_dkrz.html) - - -## 2022 - -Quarterly reports: - -* October - December 2022 - * CEDA - * [IPSL](downloads/dashboard/2022/2022-q4-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-q4-dashboard_dkrz.html) - * Number of requests: - * Total: 71288 - * DKRZ: 35030 - * IPSL: 36258 - * Data transfer (subsetted data): - * Total: 12708 GB - * DKRZ: 7166 GB - * IPSL: 5542 GB - * Max Concurrency: 28 - -* July - September 2022 - * CEDA - * [IPSL](downloads/dashboard/2022/2022-q3-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-q3-dashboard_dkrz.html) - * Number of requests: - * Total: 64343 - * DKRZ: 32887 - * IPSL: 31456 - * Data transfer (subsetted data): - * Total: 4900 GB - * DKRZ: 2560 GB - * IPSL: 2340 GB - * Max Concurrency: 21 - -* April - June 2022 - * CEDA - * [IPSL](downloads/dashboard/2022/2022-q2-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-q2-dashboard_dkrz.html) - * Number of requests: - * Total: 102990 - * DKRZ: 77481 - * IPSL: 25509 - * Data transfer (subsetted data): - * Total: 3945 GB - * DKRZ: 2579 GB - * IPSL: 1366 GB - * Max Concurrency: 23 - -* January - March 2022 - * [CEDA](downloads/dashboard/2022/2022-q1-dashboard_ceda.html) - * IPSL - * [DKRZ](downloads/dashboard/2022/2022-q1-dashboard_dkrz.html) - * Number of requests: - * Total: 119046 - * DKRZ: 93476 - * IPSL: 19511 - * CEDA: 6059 - * Data transfer (subsetted data): - * Total: 5608 GB - * DKRZ: 3935 GB - * IPSL: 1253 GB - * CEDA: 420 GB - * Max Concurrency: 16 - -Monthly reports: - - * December 2022 - * CEDA - * [IPSL](downloads/dashboard/2022/2022-12-01-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-12-01-dashboard_dkrz.html) - -* November 2022 - * CEDA - * [IPSL](downloads/dashboard/2022/2022-11-01-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-11-01-dashboard_dkrz.html) - -* October 2022 - * CEDA - * [IPSL](downloads/dashboard/2022/2022-10-01-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-10-01-dashboard_dkrz.html) - -* September 2022 - * CEDA - * [IPSL](downloads/dashboard/2022/2022-09-01-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-09-01-dashboard_dkrz.html) - -* August 2022 - * CEDA - * [IPSL](downloads/dashboard/2022/2022-08-01-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-08-01-dashboard_dkrz.html) - -* July 2022 - * CEDA - * [IPSL](downloads/dashboard/2022/2022-07-01-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-07-01-dashboard_dkrz.html) - -* June 2022 - * CEDA - * [IPSL](downloads/dashboard/2022/2022-06-01-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-06-01-dashboard_dkrz.html) - -* May 2022 - * CEDA - * [IPSL](downloads/dashboard/2022/2022-05-01-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-05-01-dashboard_dkrz.html) - -* Apr 2022 - * [CEDA](downloads/dashboard/2022/2022-04-01-dashboard_ceda.html) - * IPSL - * [DKRZ](downloads/dashboard/2022/2022-04-01-dashboard_dkrz.html) - -* [Mar 2022](downloads/dashboard/2022/2022-03-01-dashboard.html) - * [CEDA](downloads/dashboard/2022/2022-03-01-dashboard_ceda.html) - * [IPSL](downloads/dashboard/2022/2022-03-01-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-03-01-dashboard_dkrz.html) - -* [Feb 2022](downloads/dashboard/2022/2022-02-01-dashboard.html) - * [CEDA](downloads/dashboard/2022/2022-02-01-dashboard_ceda.html) - * [IPSL](downloads/dashboard/2022/2022-02-01-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-02-01-dashboard_dkrz.html) - -* [Jan 2022](downloads/dashboard/2022/2022-01-01-dashboard.html) - * [CEDA](downloads/dashboard/2022/2022-01-01-dashboard_ceda.html) - * [IPSL](downloads/dashboard/2022/2022-01-01-dashboard_ipsl.html) - * [DKRZ](downloads/dashboard/2022/2022-01-01-dashboard_dkrz.html) - -## 2021 - -Year report: -* [2021](downloads/dashboard/2021/2021-dashboard.html) - * [CEDA](downloads/dashboard/2021/2021-dashboard_ceda.html) - * [DKRZ](downloads/dashboard/2021/2021-dashboard_dkrz.html) - -* [July - December 2021](downloads/dashboard/2021/2021-jul-dec-dashboard.html) - * [CEDA](downloads/dashboard/2021/2021-jul-dec-dashboard_ceda.html) - * [DKRZ](downloads/dashboard/2021/2021-jul-dec-dashboard_dkrz.html) - * Total transfer (subsetted data): 11 TB - -Monthly reports: - -* [Dec 2021](downloads/dashboard/2021/2021-12-01-dashboard.html) - * [CEDA](downloads/dashboard/2021/2021-12-01-dashboard_ceda.html) - * [DKRZ](downloads/dashboard/2021/2021-12-01-dashboard_dkrz.html) -* [Nov 2021](downloads/dashboard/2021/2021-11-01-dashboard.html) - * [CEDA](downloads/dashboard/2021/2021-11-01-dashboard_ceda.html) - * [DKRZ](downloads/dashboard/2021/2021-11-01-dashboard_dkrz.html) -* [Oct 2021](downloads/dashboard/2021/2021-10-01-dashboard.html) - * [CEDA](downloads/dashboard/2021/2021-10-01-dashboard_ceda.html) - * [DKRZ](downloads/dashboard/2021/2021-10-01-dashboard_dkrz.html) -* [Sept 2021](downloads/dashboard/2021/2021-09-01-dashboard.html) - * [CEDA](downloads/dashboard/2021/2021-09-01-dashboard_ceda.html) - * [DKRZ](downloads/dashboard/2021/2021-09-01-dashboard_dkrz.html) -* [Aug 2021](downloads/dashboard/2021/2021-08-01-dashboard.html) - * [CEDA](downloads/dashboard/2021/2021-08-01-dashboard_ceda.html) - * [DKRZ](downloads/dashboard/2021/2021-08-01-dashboard_dkrz.html) -* [July 2021](downloads/dashboard/2021/2021-07-01-dashboard.html) - * [CEDA](downloads/dashboard/2021/2021-07-01-dashboard_ceda.html) - * [DKRZ](downloads/dashboard/2021/2021-07-01-dashboard_dkrz.html) -* [June 2021](downloads/dashboard/2021/2021-06-01-dashboard.html) -* [May 2021](downloads/dashboard/2021/2021-05-01-dashboard.html) -* [Apr 2021](downloads/dashboard/2021/2021-04-01-dashboard.html) -* [Mar 2021](downloads/dashboard/2021/2021-03-01-dashboard.html) diff --git a/docs/dashboard/dashboard-2021.md b/docs/dashboard/dashboard-2021.md new file mode 100644 index 0000000..a5ea22f --- /dev/null +++ b/docs/dashboard/dashboard-2021.md @@ -0,0 +1,36 @@ +# Usage Statistics for 2021 + +Year report: +* [2021](/downloads/dashboard/2021/2021-dashboard.html) + * [CEDA](/downloads/dashboard/2021/2021-dashboard_ceda.html) + * [DKRZ](/downloads/dashboard/2021/2021-dashboard_dkrz.html) + +* [July - December 2021](/downloads/dashboard/2021/2021-jul-dec-dashboard.html) + * [CEDA](/downloads/dashboard/2021/2021-jul-dec-dashboard_ceda.html) + * [DKRZ](/downloads/dashboard/2021/2021-jul-dec-dashboard_dkrz.html) + * Total transfer (subsetted data): 11 TB + +Monthly reports: + +* [Dec 2021](/downloads/dashboard/2021/2021-12-01-dashboard.html) + * [CEDA](/downloads/dashboard/2021/2021-12-01-dashboard_ceda.html) + * [DKRZ](/downloads/dashboard/2021/2021-12-01-dashboard_dkrz.html) +* [Nov 2021](/downloads/dashboard/2021/2021-11-01-dashboard.html) + * [CEDA](/downloads/dashboard/2021/2021-11-01-dashboard_ceda.html) + * [DKRZ](/downloads/dashboard/2021/2021-11-01-dashboard_dkrz.html) +* [Oct 2021](/downloads/dashboard/2021/2021-10-01-dashboard.html) + * [CEDA](/downloads/dashboard/2021/2021-10-01-dashboard_ceda.html) + * [DKRZ](/downloads/dashboard/2021/2021-10-01-dashboard_dkrz.html) +* [Sept 2021](/downloads/dashboard/2021/2021-09-01-dashboard.html) + * [CEDA](/downloads/dashboard/2021/2021-09-01-dashboard_ceda.html) + * [DKRZ](/downloads/dashboard/2021/2021-09-01-dashboard_dkrz.html) +* [Aug 2021](/downloads/dashboard/2021/2021-08-01-dashboard.html) + * [CEDA](/downloads/dashboard/2021/2021-08-01-dashboard_ceda.html) + * [DKRZ](/downloads/dashboard/2021/2021-08-01-dashboard_dkrz.html) +* [July 2021](/downloads/dashboard/2021/2021-07-01-dashboard.html) + * [CEDA](/downloads/dashboard/2021/2021-07-01-dashboard_ceda.html) + * [DKRZ](/downloads/dashboard/2021/2021-07-01-dashboard_dkrz.html) +* [June 2021](/downloads/dashboard/2021/2021-06-01-dashboard.html) +* [May 2021](/downloads/dashboard/2021/2021-05-01-dashboard.html) +* [Apr 2021](/downloads/dashboard/2021/2021-04-01-dashboard.html) +* [Mar 2021](/downloads/dashboard/2021/2021-03-01-dashboard.html) diff --git a/docs/dashboard/dashboard-2022.md b/docs/dashboard/dashboard-2022.md new file mode 100644 index 0000000..e8cfdab --- /dev/null +++ b/docs/dashboard/dashboard-2022.md @@ -0,0 +1,124 @@ +# Usage Statistics for 2022 + + +Quarterly reports: + +* October - December 2022 + * CEDA + * [IPSL](/downloads/dashboard/2022/2022-q4-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-q4-dashboard_dkrz.html) + * Number of requests: + * Total: 71288 + * DKRZ: 35030 + * IPSL: 36258 + * Data transfer (subsetted data): + * Total: 12708 GB + * DKRZ: 7166 GB + * IPSL: 5542 GB + * Max Concurrency: 28 + +* July - September 2022 + * CEDA + * [IPSL](/downloads/dashboard/2022/2022-q3-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-q3-dashboard_dkrz.html) + * Number of requests: + * Total: 64343 + * DKRZ: 32887 + * IPSL: 31456 + * Data transfer (subsetted data): + * Total: 4900 GB + * DKRZ: 2560 GB + * IPSL: 2340 GB + * Max Concurrency: 21 + +* April - June 2022 + * CEDA + * [IPSL](/downloads/dashboard/2022/2022-q2-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-q2-dashboard_dkrz.html) + * Number of requests: + * Total: 102990 + * DKRZ: 77481 + * IPSL: 25509 + * Data transfer (subsetted data): + * Total: 3945 GB + * DKRZ: 2579 GB + * IPSL: 1366 GB + * Max Concurrency: 23 + +* January - March 2022 + * [CEDA](/downloads/dashboard/2022/2022-q1-dashboard_ceda.html) + * IPSL + * [DKRZ](/downloads/dashboard/2022/2022-q1-dashboard_dkrz.html) + * Number of requests: + * Total: 119046 + * DKRZ: 93476 + * IPSL: 19511 + * CEDA: 6059 + * Data transfer (subsetted data): + * Total: 5608 GB + * DKRZ: 3935 GB + * IPSL: 1253 GB + * CEDA: 420 GB + * Max Concurrency: 16 + +Monthly reports: + + * December 2022 + * CEDA + * [IPSL](/downloads/dashboard/2022/2022-12-01-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-12-01-dashboard_dkrz.html) + +* November 2022 + * CEDA + * [IPSL](/downloads/dashboard/2022/2022-11-01-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-11-01-dashboard_dkrz.html) + +* October 2022 + * CEDA + * [IPSL](/downloads/dashboard/2022/2022-10-01-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-10-01-dashboard_dkrz.html) + +* September 2022 + * CEDA + * [IPSL](/downloads/dashboard/2022/2022-09-01-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-09-01-dashboard_dkrz.html) + +* August 2022 + * CEDA + * [IPSL](/downloads/dashboard/2022/2022-08-01-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-08-01-dashboard_dkrz.html) + +* July 2022 + * CEDA + * [IPSL](/downloads/dashboard/2022/2022-07-01-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-07-01-dashboard_dkrz.html) + +* June 2022 + * CEDA + * [IPSL](/downloads/dashboard/2022/2022-06-01-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-06-01-dashboard_dkrz.html) + +* May 2022 + * CEDA + * [IPSL](/downloads/dashboard/2022/2022-05-01-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-05-01-dashboard_dkrz.html) + +* Apr 2022 + * [CEDA](/downloads/dashboard/2022/2022-04-01-dashboard_ceda.html) + * IPSL + * [DKRZ](/downloads/dashboard/2022/2022-04-01-dashboard_dkrz.html) + +* [Mar 2022](/downloads/dashboard/2022/2022-03-01-dashboard.html) + * [CEDA](/downloads/dashboard/2022/2022-03-01-dashboard_ceda.html) + * [IPSL](/downloads/dashboard/2022/2022-03-01-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-03-01-dashboard_dkrz.html) + +* [Feb 2022](/downloads/dashboard/2022/2022-02-01-dashboard.html) + * [CEDA](/downloads/dashboard/2022/2022-02-01-dashboard_ceda.html) + * [IPSL](/downloads/dashboard/2022/2022-02-01-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-02-01-dashboard_dkrz.html) + +* [Jan 2022](/downloads/dashboard/2022/2022-01-01-dashboard.html) + * [CEDA](/downloads/dashboard/2022/2022-01-01-dashboard_ceda.html) + * [IPSL](/downloads/dashboard/2022/2022-01-01-dashboard_ipsl.html) + * [DKRZ](/downloads/dashboard/2022/2022-01-01-dashboard_dkrz.html) \ No newline at end of file diff --git a/docs/dashboard/dashboard-2023.md b/docs/dashboard/dashboard-2023.md new file mode 100644 index 0000000..c82b3c3 --- /dev/null +++ b/docs/dashboard/dashboard-2023.md @@ -0,0 +1,106 @@ +# Usage Statistics for 2023 + + +## Quarterly reports + +- **October - December 2023** + - [IPSL](/downloads/dashboard/2023/2023-q4-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-q4-dashboard_dkrz.html) + - Number of requests: + - Total: 222,841 + - DKRZ: 178,192 + - IPSL: 44,649 + - Data transfer (subsetted data): + - Total: 16,200 GB + - DKRZ: 14,799 GB + - IPSL: 901 + 500 (?) = 1,401 GB + - Max Concurrency: 31 + +- **July - September 2023** + - [IPSL](/downloads/dashboard/2023/2023-q3-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-q3-dashboard_dkrz.html) + - Number of requests: + - Total: 193,398 + - DKRZ: 128,955 + - IPSL: 64,443 + - Data transfer (subsetted data): + - Total: 15,605 GB + - DKRZ: 3,030 + 4,887 + 2,603 = 10,520 GB + - IPSL: 2,322 + 1,856 + 907 = 5,085 GB + - Max Concurrency: 31 + +- **April - June 2023** + - [IPSL](/downloads/dashboard/2023/2023-q2-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-q2-dashboard_dkrz.html) + - Number of requests: + - Total: 155,358 + - DKRZ: 80,436 + - IPSL: 74,922 + - Data transfer (subsetted data): + - Total: 23,126 GB + - DKRZ: 11,427 GB + - IPSL: 5,088 + 3,453 + 3,158 = 11,699 GB + - Max Concurrency: 40 + +- **January - March 2023** + - [IPSL](/downloads/dashboard/2023/2023-q1-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-q1-dashboard_dkrz.html) + - Number of requests: + - Total: 166,838 + - DKRZ: 98,872 + - IPSL: 67,966 + - Data transfer (subsetted data): + - Total: 26,988 GB + - DKRZ: 15,309 GB + - IPSL: 5,339 + 4,000 + 2,340 = 11,679 GB + - Max Concurrency: 34 + +## Monthly reports + +- December 2023 + - [IPSL](/downloads/dashboard/2023/2023-12-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-12-dashboard_dkrz.html) + +- November 2023 + - [IPSL](/downloads/dashboard/2023/2023-11-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-11-dashboard_dkrz.html) + +- October 2023 + - [IPSL](/downloads/dashboard/2023/2023-10-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-10-dashboard_dkrz.html) + +- September 2023 + - [IPSL](/downloads/dashboard/2023/2023-09-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-09-dashboard_dkrz.html) + +- August 2023 + - [IPSL](/downloads/dashboard/2023/2023-08-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-08-dashboard_dkrz.html) + +- July 2023 + - [IPSL](/downloads/dashboard/2023/2023-07-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-07-dashboard_dkrz.html) + +- June 2023 + - [IPSL](/downloads/dashboard/2023/2023-06-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-06-dashboard_dkrz.html) + +- May 2023 + - [IPSL](/downloads/dashboard/2023/2023-05-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-05-dashboard_dkrz.html) + +- April 2023 + - [IPSL](/downloads/dashboard/2023/2023-04-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-04-dashboard_dkrz.html) + +- March 2023 + - [IPSL](/downloads/dashboard/2023/2023-03-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-03-dashboard_dkrz.html) + +- February 2023 + - [IPSL](/downloads/dashboard/2023/2023-02-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-02-dashboard_dkrz.html) + +- January 2023 + - [IPSL](/downloads/dashboard/2023/2023-01-dashboard_ipsl.html) + - [DKRZ](/downloads/dashboard/2023/2023-01-dashboard_dkrz.html) diff --git a/docs/dashboard/dashboard-2024.md b/docs/dashboard/dashboard-2024.md new file mode 100644 index 0000000..09445d0 --- /dev/null +++ b/docs/dashboard/dashboard-2024.md @@ -0,0 +1,107 @@ +# Usage Statistics for 2024 + + +## Full Year Overview + +- 📊 [All](/downloads/dashboard/2024/2024-dashboard_all.html) +- 📊 [IPSL](/downloads/dashboard/2024/2024-dashboard_ipsl.html) +- 📊 [DKRZ](/downloads/dashboard/2024/2024-dashboard_dkrz.html) + +--- + +## Quarterly Reports + +### Q4: October – December 2024 + +- 📊 [All](/downloads/dashboard/2024/2024-q4-dashboard_all.html) +- 📊 [IPSL](/downloads/dashboard/2024/2024-q4-dashboard_ipsl.html) +- 📊 [DKRZ](/downloads/dashboard/2024/2024-q4-dashboard_dkrz.html) + +- **Number of Requests** + - **Total**: `286,071` + - **DKRZ**: `269,142` + - **IPSL**: `16,929` + +- **Data Transfer** + - **Total**: `14.012 TB` + - **DKRZ**: `12.435 TB` (4208 + 2360 + 5867 GB) + - **IPSL**: `1.577 TB` (367 + 1188 + 22 GB) + +- **Max Concurrency**: `40` + +--- + +### Q3: July – September 2024 + +- 📊 [IPSL](/downloads/dashboard/2024/2024-q3-dashboard_ipsl.html) +- 📊 [DKRZ](/downloads/dashboard/2024/2024-q3-dashboard_dkrz.html) + +- **Number of Requests** + - **Total**: `345,303` + - **DKRZ**: `314,931` (82805 + 194361 + 37765) + - **IPSL**: `30,372` (19752 + 8620 + (2000)) + +- **Data Transfer** + - **Total**: `13.276 TB` + - **DKRZ**: `11.563 TB` (4056 + 4685 + 2822 GB) + - **IPSL**: `1.713 TB` (1338 + 235 + (140) GB) + +- **Max Concurrency**: `31` + +--- + +### Q2: April – June 2024 + +- 📊 [IPSL](/downloads/dashboard/2024/2024-q2-dashboard_ipsl.html) +- 📊 [DKRZ](/downloads/dashboard/2024/2024-q2-dashboard_dkrz.html) + +- **Number of Requests** + - **Total**: `557,733` + - **DKRZ**: `440,907` + - **IPSL**: `116,826` + +- **Data Transfer** + - **Total**: `13.046 TB` + - **DKRZ**: `9.298 TB` (2992 + 3329 + 2977 GB) + - **IPSL**: `3.748 TB` (1216 + 1264 + 1268 GB) + +- **Max Concurrency**: `28` + +--- + +### Q1: January – March 2024 + +- 📊 [All](/downloads/dashboard/2024/2024-q1-dashboard_all.html) +- 📊 [IPSL](/downloads/dashboard/2024/2024-q1-dashboard_ipsl.html) +- 📊 [DKRZ](/downloads/dashboard/2024/2024-q1-dashboard_dkrz.html) + +- **Number of Requests** + - **Total**: `342,052` + - **DKRZ**: `268,249` + - **IPSL**: `73,803` + +- **Data Transfer** + - **Total**: `14.888 TB` + - **DKRZ**: `11.957 TB` + - **IPSL**: `2.931 TB` (875 + 1309 + 747 GB) + +- **Max Concurrency**: `23` + +--- + +## Monthly Reports + +| Month | IPSL | DKRZ | +|------------------|----------------|----------------| +| **December** | [View](/downloads/dashboard/2024/2024-12-dashboard_ipsl.html) | [View](/downloads/dashboard/2024/2024-12-dashboard_dkrz.html) | +| **November** | [View](/downloads/dashboard/2024/2024-11-dashboard_ipsl.html) | [View](/downloads/dashboard/2024/2024-11-dashboard_dkrz.html) | +| **October** | [View](/downloads/dashboard/2024/2024-10-dashboard_ipsl.html) | [View](/downloads/dashboard/2024/2024-10-dashboard_dkrz.html) | +| **September** | [View](/downloads/dashboard/2024/2024-09-dashboard_ipsl.html) | [View](/downloads/dashboard/2024/2024-09-dashboard_dkrz.html) | +| **August** | [View](/downloads/dashboard/2024/2024-08-dashboard_ipsl.html) | [View](/downloads/dashboard/2024/2024-08-dashboard_dkrz.html) | +| **July** | [View](/downloads/dashboard/2024/2024-07-dashboard_ipsl.html) | [View](/downloads/dashboard/2024/2024-07-dashboard_dkrz.html) | +| **June** | [View](/downloads/dashboard/2024/2024-06-dashboard_ipsl.html) | [View](/downloads/dashboard/2024/2024-06-dashboard_dkrz.html) | +| **May** | [View](/downloads/dashboard/2024/2024-05-dashboard_ipsl.html) | [View](/downloads/dashboard/2024/2024-05-dashboard_dkrz.html) | +| **April** | [View](/downloads/dashboard/2024/2024-04-dashboard_ipsl.html) | [View](/downloads/dashboard/2024/2024-04-dashboard_dkrz.html) | +| **March** | [View](/downloads/dashboard/2024/2024-03-dashboard_ipsl.html) | [View](/downloads/dashboard/2024/2024-03-dashboard_dkrz.html) | +| **February** | [View](/downloads/dashboard/2024/2024-02-dashboard_ipsl.html) | [View](/downloads/dashboard/2024/2024-02-dashboard_dkrz.html) | +| **January** | [View](/downloads/dashboard/2024/2024-01-dashboard_ipsl.html) | [View](/downloads/dashboard/2024/2024-01-dashboard_dkrz.html) | diff --git a/docs/dashboard/dashboard-2025.md b/docs/dashboard/dashboard-2025.md new file mode 100644 index 0000000..755c3d9 --- /dev/null +++ b/docs/dashboard/dashboard-2025.md @@ -0,0 +1,33 @@ +# Usage Statistics for 2025 + +## Quarterly Reports + +### Q1: January – March 2025 + +- **Dashboards** + - 📊 [IPSL](/downloads/dashboard/2025/dashboard-2025-q1-ipsl.html) + - 📊 [DKRZ](/downloads/dashboard/2025/dashboard-2025-q1-dkrz.html) + +- **Number of Requests** + - **Total**: `362,556` + - **DKRZ**: `273,494` + - **IPSL**: `37,560 + 26,502 + [25,000] = 89,062` + +- **Data Transfer (Subsetted Data)** + - **Total**: `20.722 TB` + - **DKRZ**: `5,128 GB + 5,543 GB + 5,454 GB = 16.125 TB` + - **IPSL**: `1,109 GB + 1,988 GB + [1,500 GB] = 4.597 TB` + +- **Max Concurrency**: `17` + +--- + +## Monthly Reports + +| Month | IPSL | DKRZ | +|------------------|----------------|----------------| +| **May 2025** | [View](/downloads/dashboard/2025/dashboard-2025-05-ipsl.html) | [View](/downloads/dashboard/2025/dashboard-2025-05-dkrz.html) | +| **April 2025** | [View](/downloads/dashboard/2025/dashboard-2025-04-ipsl.html) | [View](/downloads/dashboard/2025/dashboard-2025-04-dkrz.html) | +| **March 2025** | [View](/downloads/dashboard/2025/dashboard-2025-03-ipsl.html) | [View](/downloads/dashboard/2025/dashboard-2025-03-dkrz.html) | +| **February 2025** | [View](/downloads/dashboard/2025/dashboard-2025-02-ipsl.html) | [View](/downloads/dashboard/2025/dashboard-2025-02-dkrz.html) | +| **January 2025** | [View](/downloads/dashboard/2025/dashboard-2025-01-ipsl.html) | [View](/downloads/dashboard/2025/dashboard-2025-01-dkrz.html) | diff --git a/docs/images/dkrz.svg b/docs/images/dkrz.svg new file mode 100644 index 0000000..3f06533 --- /dev/null +++ b/docs/images/dkrz.svg @@ -0,0 +1,59 @@ + + + + + + \ No newline at end of file diff --git a/docs/images/ipsl.png b/docs/images/ipsl.png new file mode 100644 index 0000000..9c8b038 Binary files /dev/null and b/docs/images/ipsl.png differ diff --git a/docs/index.md b/docs/index.md index 521aed3..ad0cf76 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ ROOCS is a project to develop data services in support of the [Copernicus Climate Change Service (C3S)](https://climate.copernicus.eu/). ROOCS is providing a collection of tools to provide *data-aware* processing services -of climate projections from CMIP6, CMIP5 and CORDEX. +of climate projections from CMIP6, CMIP5, CORDEX and ATLAS. The main focus of the service is to reduce the volumes of data transferred by providing -*data-reduction* processes that can be invoked directly from the C3S Climate Data Store (CDS). +*data-reduction* processes that can be invoked directly from the [C3S Climate Data Store (CDS)](https://cds.climate.copernicus.eu/). -The **aim of this portal** is to provide a set of links to the services/tools provided by ROOCS. +The **aim of this website** is to provide a set of links to the services and tools provided by ROOCS. diff --git a/docs/overview.md b/docs/overview.md index ae845a0..ffc3891 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -1,6 +1,6 @@ ROOCS has several components to provide *data-aware* processing on climate projections. -![roocs components](images/roocs.png){:class="img-responsive"} +![roocs components](images/roocs.png) ## ROOCS components @@ -8,5 +8,4 @@ ROOCS has several components to provide *data-aware* processing on climate proje * [rook](https://rook-wps.readthedocs.io/en/latest/) - A Web Processing Service (WPS) for roocs * [daops](https://github.com/roocs/daops) - A library for *data-aware* operations on climate simulation outputs * [clisops](https://clisops.readthedocs.io/en/latest/) - A library for running *data-reduction* operations on Xarray -* [dachar](https://github.com/roocs/dachar) - A library used to capture and analyze the character of climate data sets -* [roocs-utils](https://roocs-utils.readthedocs.io/en/latest/) - A library containing common components for the roocs project +* [dachar](https://github.com/roocs/dachar) - A library used to capture and analyze the character of climate data sets \ No newline at end of file diff --git a/docs/releases.md b/docs/releases.md deleted file mode 100644 index cc8be8f..0000000 --- a/docs/releases.md +++ /dev/null @@ -1,129 +0,0 @@ -## February 2023 Release v0.9.2 - -Changes: -* Added support for IPCC-Atlas data. -* First productive version of concat operator. - -Release date: 02.02.2023 - -* rooki: [v0.4.0](https://github.com/roocs/rooki/releases/tag/v0.4.0) -* rook: [v0.9.2](https://github.com/roocs/rook/releases/tag/v0.9.2) -* daops: [v0.8.1](https://github.com/roocs/daops/releases/tag/v0.8.1) -* clisops: [v0.9.5](https://github.com/roocs/clisops/releases/tag/v0.9.5) -* roocs-utils: [v0.6.4](https://github.com/roocs/roocs-utils/releases/tag/v0.6.4) - -## December 2022 Release v0.9.1 - -Fixes for "subset_level_by_values" operation. - -Release date: 14.12.2022 - -* rooki: [v0.4.0](https://github.com/roocs/rooki/releases/tag/v0.4.0) -* rook: [v0.9.1](https://github.com/roocs/rook/releases/tag/v0.9.1) -* daops: [v0.8.1](https://github.com/roocs/daops/releases/tag/v0.8.1) -* clisops: [v0.9.5](https://github.com/roocs/clisops/releases/tag/v0.9.5) -* roocs-utils: [v0.6.3](https://github.com/roocs/roocs-utils/releases/tag/v0.6.3) - - -## September 2022 Release v0.9.0 - -Added initial version of concat operator. - -Release date: 27.09.2022 - -* rooki: [v0.4.0](https://github.com/roocs/rooki/releases/tag/v0.4.0) -* rook: [v0.9.0](https://github.com/roocs/rook/releases/tag/v0.9.0) -* daops: [v0.8.1](https://github.com/roocs/daops/releases/tag/v0.8.1) -* clisops: [v0.9.2](https://github.com/roocs/clisops/releases/tag/v0.9.2) -* roocs-utils: [v0.6.3](https://github.com/roocs/roocs-utils/releases/tag/v0.6.3) - -## April 2022 Release v0.8.0 - -Added "average" and "average_time" operators. - -Release date: 15.04.2022 - -* rooki: [v0.4.0](https://github.com/roocs/rooki/releases/tag/v0.4.0) -* rook: [v0.8.0](https://github.com/roocs/rook/releases/tag/v0.8.0) -* daops: [v0.8.0](https://github.com/roocs/daops/releases/tag/v0.8.0) -* clisops: [v0.9.0](https://github.com/roocs/clisops/releases/tag/v0.9.0) -* roocs-utils: [v0.5.0](https://github.com/roocs/roocs-utils/releases/tag/v0.5.0) - - -## November 2021 Release v0.7.0 - -Updated production release used by Climate Data Store. - -New Features: -* Allows temporal subsetting with selected months and days (e.g. Jan, Feb, Mar). - -Release date: 08.11.2021 - -* rooki: [v0.3.3](https://github.com/roocs/rooki/releases/tag/v0.3.3) -* rook: [v0.7.0](https://github.com/roocs/rook/releases/tag/v0.7.0) -* daops: [v0.7.0](https://github.com/roocs/daops/releases/tag/v0.7.0) -* clisops: [v0.7.0](https://github.com/roocs/clisops/releases/tag/v0.7.0) -* roocs-utils: [v0.5.0](https://github.com/roocs/roocs-utils/releases/tag/v0.5.0) - - -## June 2021 Release v0.6.0 - -Updated production release used by Climate Data Store. - -Release date: 18.06.2021 - -* rooki: [v0.3.2](https://github.com/roocs/rooki/releases/tag/v0.3.2) -* rook: [v0.6.1](https://github.com/roocs/rook/releases/tag/v0.6.1) -* daops: [v0.6.0](https://github.com/roocs/daops/releases/tag/v0.6.0) -* clisops: [v0.6.5](https://github.com/roocs/clisops/releases/tag/v0.6.5) -* roocs-utils: [v0.4.2](https://github.com/roocs/roocs-utils/releases/tag/v0.4.2) - - -## April 2021 Release v0.5.0 - -Updated production release used by Climate Data Store. - -Release date: 01.04.2021 - -* rooki: [v0.3.2](https://github.com/roocs/rooki/releases/tag/v0.3.2) -* rook: [v0.5.0](https://github.com/roocs/rook/releases/tag/v0.5.0) -* daops: [v0.5.0](https://github.com/roocs/daops/releases/tag/v0.5.0) -* clisops: [v0.6.3](https://github.com/roocs/clisops/releases/tag/v0.6.3) -* roocs-utils: [v0.3.0](https://github.com/roocs/roocs-utils/releases/tag/v0.3.0) - -## March 2021 Release v0.4.0 - -First production release used by Climate Data Store. - -Release date: 23.03.2021 - -* rooki: [v0.3.2](https://github.com/roocs/rooki/releases/tag/v0.3.2) -* rook: [v0.4.2](https://github.com/roocs/rook/releases/tag/v0.4.2) -* daops: [v0.5.0](https://github.com/roocs/daops/releases/tag/v0.5.0) -* clisops: [v0.6.2](https://github.com/roocs/clisops/releases/tag/v0.6.2) -* roocs-utils: [v0.2.1](https://github.com/roocs/roocs-utils/releases/tag/v0.2.1) - - -## February 2021 Release v0.3.0 - -Updated release for a pre-production service. - -Release date: 24.02.2021 - -* rooki: [v0.3.1](https://github.com/roocs/rooki/releases/tag/v0.3.1) -* rook: [v0.3.1](https://github.com/roocs/rook/releases/tag/v0.3.1) -* daops: [v0.4.0](https://github.com/roocs/daops/releases/tag/v0.4.0) -* clisops: [v0.6.1](https://github.com/roocs/clisops/releases/tag/v0.6.1) -* roocs-utils: [v0.2.1](https://github.com/roocs/roocs-utils/releases/tag/v0.2.1) - -## December 2020 Release v0.2.0 - -Our first release for a pre-production service. - -Release date: 18.12.2020 - -* rooki: [v0.3.0](https://github.com/roocs/rooki/releases/tag/v0.3.0) -* rook: [v0.2.0](https://github.com/roocs/rook/releases/tag/v0.2.0) -* daops: [v0.3.0](https://github.com/roocs/daops/releases/tag/v0.3.0) -* clisops: [v0.5.0](https://github.com/roocs/clisops/releases/tag/v0.5.0) -* roocs-utils: [v0.1.5](https://github.com/roocs/roocs-utils/releases/tag/v0.1.5) diff --git a/mkdocs.yml b/mkdocs.yml index f026c8e..4ad8893 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,13 +3,20 @@ nav: - Home: index.md - About: about.md - Overview: overview.md - - Dashboard: dashboard.md - - Releases: releases.md + - Dashboard: + - 2025: dashboard/dashboard-2025.md + - 2024: dashboard/dashboard-2024.md + - 2023: dashboard/dashboard-2023.md + - 2022: dashboard/dashboard-2022.md + - 2021: dashboard/dashboard-2021.md + - Releases: changelog.md - Contact: contact.md theme: name: material logo: images/logo.png favicon: images/favicon.ico +markdown_extensions: + - attr_list plugins: - search