argopy.utilities.fill_variables_not_in_all_datasets#

fill_variables_not_in_all_datasets(ds_collection, concat_dim='rows')[source]#

Add empty variables to dataset so that all the collection have the same data_vars and coords

This is to make sure that the collection of dataset can be concatenated

:param list of xr.DataSet:

Return type:

list of xr.DataSet