Skip to content

Commit

Permalink
Merge branch 'main' into eqctier3-74179ca0-6a1b-4e5d-a3c4-0f113978a2b3
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Oct 14, 2024
2 parents 326b634 + d5abad1 commit 7dd1b1f
Show file tree
Hide file tree
Showing 45 changed files with 19,474 additions and 112 deletions.
27 changes: 12 additions & 15 deletions .github/ISSUE_TEMPLATE/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ body:
description: Choose the data type.
multiple: false
options:
- Climate Projection
- Climate Projection - CMIP6
- Climate Projection - CORDEX
- In Situ
- Reanalyses
- Satellite ECVs - Atmosphere Physics
- Satellite ECVs - Atmospheric Composition
- Satellite ECVs - Cryosphere
- Satellite ECVs - Land Biosphere
- Satellite ECVs - Land Hydrology & Cryosphere
- Satellite ECVs - Land Hydrology
- Satellite ECVs - Ocean
- Seasonal Forecasts
validations:
Expand All @@ -28,18 +30,13 @@ body:
description: Choose the CIM quality assessment category.
multiple: false
options:
- Climate And Weather Extremes
- Climate Impact Indicators
- Climate Monitoring
- Consistency Assessment
- Data Completeness
- Forecast Skill
- Intercomparison
- Mean
- Model Performance
- Trend Assessment
- Uncertainty
- Variability
- completeness
- consistency
- extremes-detection
- resolution
- timeliness
- uncertainty-quality-flags
- validation
validations:
required: true

Expand Down Expand Up @@ -103,4 +100,4 @@ body:
label: Anything else we need to know?
description: Describe any other information you want to share.
validations:
required: true
required: false
1 change: 1 addition & 0 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

env:
PRE_BUILD_DIR: "_pre_build"
Expand Down
26 changes: 22 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: check-toml
- id: check-merge-conflict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.6.9
hooks:
- id: ruff
args: [--fix, --show-fixes]
types_or: [python, pyi]
- id: ruff-format
types_or: [python, pyi]
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
rev: v2.14.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --preserve-quotes]
- id: pretty-format-toml
args: [--autofix]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.2
hooks:
- id: mypy
args: [--strict, --ignore-missing-imports]
Expand All @@ -31,6 +33,22 @@ repos:
language: python
types: [jupyter]
exclude: ^templates/
- repo: local
hooks:
- id: fix-markdown-strings
name: fix-markdown-strings
entry: python scripts/fix-markdown-strings.py
language: python
types: [jupyter]
additional_dependencies: [nbformat]
- repo: local
hooks:
- id: validate-headings
name: validate-headings
entry: python scripts/validate-headings.py
language: python
types: [jupyter]
additional_dependencies: [nbformat]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
hooks:
Expand Down
10 changes: 10 additions & 0 deletions Climate_Projections/CMIP6/CMIP6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
![logo](../../LogoLine_horizon_C3S.png)

# CMIP6

The individual quality assessments produced by the EQC evaluators are listed and linked below.

**Available assessments**

```{tableofcontents}
```

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions Climate_Projections/CORDEX/CORDEX.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
![logo](../../LogoLine_horizon_C3S.png)

# CORDEX

The individual quality assessments produced by the EQC evaluators are listed and linked below.

**Available assessments**

```{tableofcontents}
```

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Climate_Projections/climate.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The individual quality assessments produced by the EQC evaluators are listed and linked below.

## Available assessments
**Available assessments**

```{tableofcontents}
```
2 changes: 1 addition & 1 deletion In_Situ/insitu.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The individual quality assessments produced by the EQC evaluators are listed and linked below.

## Available assessments
**Available assessments**

```{tableofcontents}
```
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
> \[!WARNING\]
> Please note that this repository is used for development and review, so quality assessments should be considered work in progress until they are merged into the main branch
> \[!NOTE\]\
> If anything is unclear with the templates, or if you encounter any problems, please report them at [GH164](https://github.com/ecmwf-projects/c3s2-eqc-quality-assessment/issues/164).
## Quick start

To install pre-commit:
Expand Down Expand Up @@ -33,18 +36,13 @@ Data types:

Assessment categories:

- climate-and-weather-extremes
- climate-impact-indicators
- climate-monitoring
- consistency-assessment
- data-completeness
- forecast-skill
- intercomparison
- mean
- model-performance
- trend-assessment
- uncertainty
- variability
- completeness
- consistency
- extremes-detection
- resolution
- timeliness
- uncertainty-quality-flags
- validation

## License

Expand Down
2 changes: 1 addition & 1 deletion Reanalyses/reanalysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The individual quality assessments produced by the EQC evaluators are listed and linked below.

## Available assessments
**Available assessments**

```{tableofcontents}
```
10 changes: 10 additions & 0 deletions Satellite_ECVs/Atmosphere_Physics/Atmosphere_Physics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
![logo](../../LogoLine_horizon_C3S.png)

# Atmosphere Physics

The individual quality assessments produced by the EQC evaluators are listed and linked below.

**Available assessments**

```{tableofcontents}
```
Empty file.
10 changes: 10 additions & 0 deletions Satellite_ECVs/Atmospheric_Composition/Atmospheric_Composition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
![logo](../../LogoLine_horizon_C3S.png)

# Atmospheric Composition

The individual quality assessments produced by the EQC evaluators are listed and linked below.

**Available assessments**

```{tableofcontents}
```
Loading

0 comments on commit 7dd1b1f

Please sign in to comment.