mpas_analysis.shared.climatology.RemapObservedClimatologySubtask.build_observational_dataset¶
- 
RemapObservedClimatologySubtask.build_observational_dataset(self, fileName)[source]¶ read in the data sets for observations, and possibly rename some variables and dimensions. A subclass derived from this class must override this method to create the appropriate data set
- Parameters
 - fileNamestr
 observation file name
- Returns
 - dsObs
xarray.Dataset The observational dataset
- dsObs