mpas_analysis.shared.climatology.RemapObservedClimatologySubtask.get_file_name¶
- 
RemapObservedClimatologySubtask.get_file_name(self, stage, season=None, comparisonGridName=None)[source]¶ Given config options, the name of a field and a string identifying the months in a seasonal climatology, returns the full path for MPAS climatology files before and after remapping.
- Parameters
 - stage{‘original’, ‘climatology’, ‘remapped’}
 The stage of the masking and remapping process
- seasonstr, optional
 One of the seasons in
constants.monthDictionary- comparisonGridName{‘latlon’, ‘antarctic’, ‘arctic’}, optional
 The name of the comparison grid to use for remapping.
- Returns
 - fileNamestr
 The path to the climatology file for the specified season.