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
MpasAnalysisConfigParser
Configuration options
- seasonstr
One of the seasons in
constants.monthDictionary
- componentName{‘ocean’, ‘seaIce’}
The MPAS component for which the climatology is being computed
- climatologyNamestr
The name of the climatology (typically the name of a field to mask and later remap)
- comparisonGridNamestr
The name of the comparison grid to use for remapping. If it is one of the default comparison grid names
{'latlon', 'antarctic', 'arctic'}
, the full grid name is looked up via get_comparison_descriptor- op{‘avg’, ‘min’, ‘max’}
operator for monthly stats
- config