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 optionsseason (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 default comparison grid names
{'latlon', 'antarctic', 'arctic'}
, the full grid name is looked up via get_comparison_descriptorop ({'avg', 'min', 'max'}) – operator for monthly stats