File tree Expand file tree Collapse file tree 3 files changed +92
-0
lines changed
pattern/ISIMIP2b/SecondaryOutputData
schema/ISIMIP2b/SecondaryOutputData Expand file tree Collapse file tree 3 files changed +92
-0
lines changed Original file line number Diff line number Diff line change 21452145 ],
21462146 "specifier" : " ls" ,
21472147 "units" : " %"
2148+ },
2149+ {
2150+ "long_name" : " Broadleaf to Needleleaf Index" ,
2151+ "products" : [
2152+ " SecondaryOutputData"
2153+ ],
2154+ "sectors" : [
2155+ " biomes"
2156+ ],
2157+ "specifier" : " needle-index" ,
2158+ "units" : " none"
21482159 }
21492160]
Original file line number Diff line number Diff line change 1+ {
2+ "file" : [
3+ " (?P<model>[a-z0-9-]+)" ,
4+ " (?P<climate_forcing>[a-z0-9-]+)" ,
5+ " (?P<bias_adjustment>[a-z0-9-]+)" ,
6+ " (?P<climate_scenario>[a-z0-9-]+)" ,
7+ " (?P<soc_scenario>[a-z0-9-]+)" ,
8+ " (?P<sens_scenario>[a-z0-9-]+)" ,
9+ " (?P<variable>[a-z0-9]+)(-(?P<crop>[a-z0-9]+)-(?P<irrigation>(firr|cirr|noirr))|-(?P<pft>[a-z0-9-]+))?" ,
10+ " (?P<region>(global))" ,
11+ " (?P<time_step>[a-z0-9-]+)" ,
12+ " (?P<start_year>\\ d{4})" ,
13+ " (?P<end_year>\\ d{4})"
14+ ]
15+ }
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " object" ,
3+ "required" : [
4+ " specifiers"
5+ ],
6+ "properties" : {
7+ "specifiers" : {
8+ "type" : " object" ,
9+ "required" : [
10+ " model" ,
11+ " climate_forcing" ,
12+ " bias_adjustment" ,
13+ " climate_scenario" ,
14+ " soc_scenario" ,
15+ " sens_scenario" ,
16+ " variable" ,
17+ " region" ,
18+ " time_step"
19+ ],
20+ "properties" : {
21+ "model" : {
22+ "type" : " string"
23+ },
24+ "climate_forcing" : {
25+ "type" : " string"
26+ },
27+ "bias_adjustment" : {
28+ "type" : " string"
29+ },
30+ "climate_scenario" : {
31+ "type" : " string"
32+ },
33+ "soc_scenario" : {
34+ "type" : " string"
35+ },
36+ "sens_scenario" : {
37+ "type" : " string"
38+ },
39+ "variable" : {
40+ "type" : " string"
41+ },
42+ "pft" : {
43+ "type" : " string"
44+ },
45+ "crop" : {
46+ "type" : " string"
47+ },
48+ "irrigation" : {
49+ "type" : " string"
50+ },
51+ "region" : {
52+ "type" : " string"
53+ },
54+ "time_step" : {
55+ "type" : " string"
56+ },
57+ "start_year" : {
58+ "type" : " number"
59+ },
60+ "end_year" : {
61+ "type" : " number"
62+ }
63+ }
64+ }
65+ }
66+ }
You can’t perform that action at this time.
0 commit comments