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
:param template: dictionary defining ds variable structure, as defined below.
20
21
:param size: dictionary of dataset dimensions, entry per dataset dimension with value of size as int
21
22
:param metadata: dictionary of dataset metadata
22
-
23
+
:param propagate_ds: template dataset is populated with data from propagate_ds for their variables with
24
+
common names and dimensions. Useful for transferring common data between datasets at different processing levels
25
+
(e.g. times, etc.).
23
26
:returns: template dataset
24
27
25
28
For the ``template`` dictionary each key/value pair defines one variable, where the key is the variable name and the value is a dictionary with the following entries:
0 commit comments