You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dr2xml/projects/dr2xml.json
+30-5Lines changed: 30 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -731,14 +731,38 @@
731
731
}
732
732
]
733
733
},
734
+
"variables_per_grid_type": {
735
+
"help": "List of variables associated with a grid type",
736
+
"values": [
737
+
{
738
+
"type": "value",
739
+
"origin": "laboratory",
740
+
"keys": ["variables_per_grid_type"]
741
+
},
742
+
{}
743
+
],
744
+
"target_type": "dict"
745
+
},
734
746
"grids": {
735
747
"help": "Grids : per model resolution and per context :\\n- CMIP6 qualifier (i.e. 'gn' or 'gr') for the main grid chosen (because you may choose has main production grid a regular one, when the native grid is e.g. unstructured)\\n- Xios id for the production grid (if it is not the native grid)\\n- Xios id for the latitude axis used for zonal means (mist match latitudes for grid above)\\n- resolution of the production grid (using CMIP6 conventions)\\n- grid description",
736
748
"fatal": true,
737
749
"values": [
738
750
{
739
-
"type": "value",
740
-
"origin": "laboratory",
741
-
"keys": ["grids"]
751
+
"type": "func",
752
+
"origin": "functions_file",
753
+
"keys": ["format_grids"],
754
+
"options": {
755
+
"grids": {
756
+
"type": "value",
757
+
"origin": "laboratory",
758
+
"keys": ["grids"]
759
+
},
760
+
"variables_per_grid_type": {
761
+
"type": "value",
762
+
"origin": "internal",
763
+
"keys": ["variables_per_grid_type"]
764
+
}
765
+
}
742
766
}
743
767
]
744
768
},
@@ -1354,9 +1378,10 @@
1354
1378
"keys": ["excluded_dimensions"]
1355
1379
}
1356
1380
],
1357
-
"not_values": [null]
1381
+
"not_values": [[]]
1358
1382
}
1359
-
]
1383
+
],
1384
+
"target_type": "list"
1360
1385
},
1361
1386
"select_excluded_expgroups": {
1362
1387
"help": "Excluded experiments groups for variable selection.",
0 commit comments