-
Notifications
You must be signed in to change notification settings - Fork 16
/
qctest_requirements.json
56 lines (53 loc) · 1.47 KB
/
qctest_requirements.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"applies_to":["EN_background_check"],
"qctests":["EN_spike_and_step_check"],
"data":["EN_bgcheck_info.nc"]
},
{
"applies_to":["EN_background_available_check"],
"qctests":["EN_background_check"]
},
{
"applies_to":["EN_increasing_depth_check"],
"qctests":["EN_spike_and_step_check"]
},
{
"applies_to":["EN_std_lev_bkg_and_buddy_check"],
"qctests":["EN_background_check", "EN_constant_value_check", "EN_increasing_depth_check", "EN_range_check", "EN_spike_and_step_check", "EN_stability_check"],
"modules":["cotede"]
},
{
"applies_to":["CoTeDe_*", "EN_std_lev_bkg_and_buddy_check"],
"modules":["cotede"]
},
{
"applies_to":["CoTeDe_Argo_density_inversion"],
"modules":["gsw"]
},
{
"applies_to":["CoTeDe_WOA_normbias"],
"data":["temperature_seasonal_5deg.nc"]
},
{
"applies_to":["CoTeDe_location_at_sea_test", "loose_location_at_sea"],
"data":["etopo5.nc"]
},
{
"applies_to":["CoTeDe_fuzzy_logic"],
"modules":["skfuzzy"],
"data":["temperature_seasonal_5deg.nc"]
},
{
"applies_to":["ICDC_aqc_0[23456789]_*"],
"qctests":["ICDC_aqc_01_level_order"]
},
{
"applies_to":["ICDC_aqc_09_local_climatology_check"],
"data":["climatological_t_median_and_amd_for_aqc.nc"]
},
{
"applies_to":["ICDC_aqc_10_local_climatology_check"],
"data":[["global_mean_median_quartiles_medcouple_smoothed.dat", "global_mean_median_quartiles_medcouple_smoothed.nc"]]
}
]