-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathknowledge_base.json
More file actions
67 lines (67 loc) · 2.7 KB
/
knowledge_base.json
File metadata and controls
67 lines (67 loc) · 2.7 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"Amazon dry bias": {
"description": "Amazon rainforest precipitation and soil moisture",
"variables": ["PRECT", "PRECL", "PRECC", "PRECSC", "PRECSL", "QSOIL", "QRUNOFF",
"SOILWATER_10CM", "SOILLIQ", "SOILICE", "H2OSNO"],
"regions": ["Amazon", "South America", "tropical"],
"diagnostics": ["lat_lon", "zonal_mean_xy", "annual_cycle_zonal_mean"],
"components": ["atm", "land"]
},
"AMOC": {
"description": "Atlantic Meridional Overturning Circulation",
"variables": ["max_moc", "mocTimeSeries"],
"regions": ["Atlantic"],
"diagnostics": ["meridional_mean_2d"],
"components": ["ocn"],
"tasks": ["mpas_analysis", "global_time_series"]
},
"precipitation": {
"description": "Precipitation diagnostics",
"variables": ["PRECT", "PRECL", "PRECC", "PRECSC", "PRECSL"],
"diagnostics": ["lat_lon", "zonal_mean_xy", "diurnal_cycle"],
"components": ["atm"]
},
"temperature": {
"description": "Temperature diagnostics",
"variables": ["TREFHT", "TS", "TSA", "T"],
"diagnostics": ["lat_lon", "zonal_mean_xy", "zonal_mean_2d"],
"components": ["atm", "land"]
},
"carbon cycle": {
"description": "Carbon cycle and ecosystem",
"variables": ["GPP", "NBP", "HR", "AR", "TOTVEGC", "TOTSOMC", "TOTLITC",
"SOIL1C", "SOIL2C", "SOIL3C", "SOIL4C", "NEP"],
"diagnostics": ["lat_lon", "annual_cycle_zonal_mean"],
"components": ["land"],
"tasks": ["ilamb"]
},
"clouds": {
"description": "Cloud diagnostics",
"variables": ["CLDTOT", "CLDLOW", "CLDMED", "CLDHGH", "TGCLDLWP", "TGCLDIWP",
"CLOUD", "CLWMODIS", "CLIMODIS"],
"diagnostics": ["lat_lon", "zonal_mean_xy", "cosp_histogram"],
"components": ["atm"]
},
"radiation": {
"description": "Radiative fluxes",
"variables": ["FSNT", "FLNT", "FSNS", "FLNS", "SWCF", "LWCF", "SOLIN",
"FSNTOA", "FSNTOAC"],
"diagnostics": ["lat_lon", "zonal_mean_xy", "annual_cycle_zonal_mean"],
"components": ["atm"]
},
"aerosol": {
"description": "Aerosol optical depth and composition",
"variables": ["AODVIS", "AODDUST", "AODABS", "AODSO4", "AODBC", "AODPOM", "AODSOA"],
"diagnostics": ["lat_lon", "aerosol_aeronet"],
"components": ["atm"]
},
"Labrador Sea cold bias": {
"description": "Labrador Sea temperature, convection, and circulation",
"variables": ["TS", "T", "TREFHT", "PSL", "U", "V", "SHFLX", "LHFLX",
"FLNS", "FSNS", "PRECL", "PRECC", "CLDTOT", "ICEFRAC"],
"regions": ["Labrador Sea", "North Atlantic", "Arctic"],
"diagnostics": ["lat_lon", "zonal_mean_xy", "polar", "meridional_mean_2d"],
"components": ["atm", "ocn"],
"tasks": ["mpas_analysis", "e3sm_diags"]
}
}