mpas_analysis.shared.climatology.get_remapped_mpas_climatology_file_name
- mpas_analysis.shared.climatology.get_remapped_mpas_climatology_file_name(config, season, componentName, climatologyName, comparisonGridName, op='avg')[source]
- Get the file name for a masked MPAS climatology - Parameters:
- config (tranche.Tranche) – Configuration options 
- season (str) – One of the seasons in - constants.monthDictionary
- componentName ({'ocean', 'seaIce'}) – The MPAS component for which the climatology is being computed 
- climatologyName (str) – The name of the climatology (typically the name of a field to mask and later remap) 
- comparisonGridName (str) – The name of the comparison grid to use for remapping. If it is one of the known comparison grid names, the full grid name is looked up via - mpas_analysis.shared.climatology.get_comparison_descriptor()
- op ({'avg', 'min', 'max'}) – operator for monthly stats