mpas_analysis.shared.climatology.RemapMpasClimatologySubtask.get_remapped_file_name¶
- 
RemapMpasClimatologySubtask.get_remapped_file_name(season, comparisonGridName)[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
 season (str) – One of the seasons in
constants.monthDictionarycomparisonGridName ({'latlon', 'antarctic', 'arctic'}) – The name of the comparison grid to use for remapping.
- Returns
 fileName (str) – The path to the climatology file for the specified season.