File tree 3 files changed +19
-30
lines changed
3 files changed +19
-30
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,13 @@ body:
30
30
description : Choose the CIM quality assessment category.
31
31
multiple : false
32
32
options :
33
- - Climate And Weather Extremes
34
- - Climate Impact Indicators
35
- - Climate Monitoring
36
- - Consistency Assessment
37
- - Data Completeness
38
- - Forecast Skill
39
- - Intercomparison
40
- - Mean
41
- - Model Performance
42
- - Resolution
43
- - Timeliness
44
- - Trend Assessment
45
- - Uncertainty
46
- - Validation
47
- - Variability
33
+ - completeness
34
+ - consistency
35
+ - extremes-detection
36
+ - resolution
37
+ - timeliness
38
+ - uncertainty-quality-flags
39
+ - validation
48
40
validations :
49
41
required : true
50
42
Original file line number Diff line number Diff line change @@ -36,21 +36,13 @@ Data types:
36
36
37
37
Assessment categories:
38
38
39
- - climate-and-weather-extremes
40
- - climate-impact-indicators
41
- - climate-monitoring
42
- - consistency-assessment
43
- - data-completeness
44
- - forecast-skill
45
- - intercomparison
46
- - mean
47
- - model-performance
39
+ - completeness
40
+ - consistency
41
+ - extremes-detection
48
42
- resolution
49
43
- timeliness
50
- - trend-assessment
51
- - uncertainty
44
+ - uncertainty-quality-flags
52
45
- validation
53
- - variability
54
46
55
47
## License
56
48
Original file line number Diff line number Diff line change 23
23
}
24
24
25
25
ASSESSMENT_CATEGORIES = (
26
+ "completeness" ,
27
+ "consistency" ,
28
+ "extremes-detection" ,
29
+ "resolution" ,
30
+ "timeliness" ,
31
+ "uncertainty-quality-flags" ,
32
+ "validation" ,
33
+ # Deprecated
26
34
"climate-and-weather-extremes" ,
27
35
"climate-impact-indicators" ,
28
36
"climate-monitoring" ,
32
40
"intercomparison" ,
33
41
"mean" ,
34
42
"model-performance" ,
35
- "resolution" ,
36
- "timeliness" ,
37
43
"trend-assessment" ,
38
44
"uncertainty" ,
39
- "validation" ,
40
45
"variability" ,
41
46
)
42
47
You can’t perform that action at this time.
0 commit comments