telsem_atlasReadAscii

Workspace.telsem_atlasReadAscii(self: pyarts.arts._Workspace, atlas: pyarts.arts.WorkspaceVariable | pyarts.arts.TelsemAtlas, directory: pyarts.arts.WorkspaceVariable | pyarts.arts.String, month: pyarts.arts.WorkspaceVariable | pyarts.arts.Index, filename_pattern: pyarts.arts.WorkspaceVariable | pyarts.arts.String | None = 'ssmi_mean_emis_climato_@MM@_cov_interpol_M2', verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Reads single TELSEM atlas.

‘directory’ needs to contain the original 12 Telsem atlas files and the correlations file. This WSM reads the atlas for the specified month and stores the result in the provided output atlas.

Author(s): Simon Pfreundschuh

Parameters:
  • atlas (TelsemAtlas) – The atlas into which to store the loaded atlas. [OUT]

  • directory (String) – Directory with TELSEM 2 SSMI atlas files. [IN]

  • month (Index) – The month for which the atlas should be read. [IN]

  • filename_pattern (String, optional) – Filename pattern (@MM@ gets replaced by month number). Defaults to "ssmi_mean_emis_climato_@MM@_cov_interpol_M2" [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]