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 (mpas_tools.config.MpasConfigParser) – 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)

  • op ({'avg', 'min', 'max'}) – operator for monthly stats