Skip to content

Commit

Permalink
revise assessment categories (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 authored Sep 27, 2024
1 parent f6e31a7 commit 0972f3b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 30 deletions.
22 changes: 7 additions & 15 deletions .github/ISSUE_TEMPLATE/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +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
- Resolution
- Timeliness
- Trend Assessment
- Uncertainty
- Validation
- Variability
- completeness
- consistency
- extremes-detection
- resolution
- timeliness
- uncertainty-quality-flags
- validation
validations:
required: true

Expand Down
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +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
- completeness
- consistency
- extremes-detection
- resolution
- timeliness
- trend-assessment
- uncertainty
- uncertainty-quality-flags
- validation
- variability

## License

Expand Down
11 changes: 8 additions & 3 deletions scripts/validate-filenames.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
}

ASSESSMENT_CATEGORIES = (
"completeness",
"consistency",
"extremes-detection",
"resolution",
"timeliness",
"uncertainty-quality-flags",
"validation",
# Deprecated
"climate-and-weather-extremes",
"climate-impact-indicators",
"climate-monitoring",
Expand All @@ -32,11 +40,8 @@
"intercomparison",
"mean",
"model-performance",
"resolution",
"timeliness",
"trend-assessment",
"uncertainty",
"validation",
"variability",
)

Expand Down

0 comments on commit 0972f3b

Please sign in to comment.