mpas_analysis.shared.climatology.get_masked_mpas_climatology_file_name¶
-
mpas_analysis.shared.climatology.
get_masked_mpas_climatology_file_name
(config, season, componentName, climatologyName, 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)
- op{‘avg’, ‘min’, ‘max’}
operator for monthly stats
- config