@@ -23,10 +23,10 @@ While the CMIP6 project is now complete, the templates below are preserved and p
2323to the CMIP7 CVs once they are finalized.
2424
2525 * CMOR 3 requires a new Controlled Vocabulary file which must contains 5 mandatory keys for CMIP6.
26- * institutions_ids : A dictionary of of registered institution IDs with a description.
27- * source_ids : A dictionary of registered source IDS (model) with a ``` specific ``` description.
28- * experiment_ids : A dictionary of experiment_ids (CMIP6) pointing to a dictionary of ``` specific ``` metadata.
29- * grid_labels : An array or dictionary of grid labels (gr, gn, ...).
26+ * institutions_id : A dictionary of of registered institution IDs with a description.
27+ * source_id : A dictionary of registered source IDS (model) with a ``` specific ``` description.
28+ * experiment_id : A dictionary of experiment IDs (CMIP6) pointing to a dictionary of ``` specific ``` metadata.
29+ * grid_label : An array or dictionary of grid labels (gr, gn, ...).
3030 * nominal_resolution: An array or dictionary of grid resolutions ("0.5 km", "1 km", "10 km", ...).
3131
3232
@@ -35,10 +35,10 @@ to the CMIP7 CVs once they are finalized.
3535``` json
3636{
3737"CV" : {
38- "institution_ids " : { "BNU" :" GCESS, BNU, Beijing, China" },
39- "source_ids " : { "CESM1-CAM5" : " CESM1 (CAM5): model version ca. 2009" },
40- "experiment_ids " : { "piControl" : { } },
41- "grid_labels " : { "gn" : " data reported on a model's native grid" },
38+ "institution_id " : { "BNU" :" GCESS, BNU, Beijing, China" },
39+ "source_id " : { "CESM1-CAM5" : " CESM1 (CAM5): model version ca. 2009" },
40+ "experiment_id " : { "piControl" : { } },
41+ "grid_label " : { "gn" : " data reported on a model's native grid" },
4242 "nominal_resolution" : [ " 0.5 km" ]
4343 }
4444}
0 commit comments