pyremo Logo

Contents:

  • Installation
  • Usage
  • Working with REMO domains
  • Data processing
  • Accessing and analysing a REMO dataset at DKRZ
  • Production analysis
  • Preparation of CMIP6 GHG forcing data
  • Preprocessing of CMIP models
  • Preprocessing of REMO output for double nesting
  • Preconfigured preprocessors
  • Atmospheric River Events
  • Contributing
  • Credits
  • What’s New
  • API reference
    • Top-level functions
    • Codes
      • pyremo.codes.get_dict
      • pyremo.codes.search
        • search()
    • Physics
    • Pressure interpolation
    • REMO preprocessor
    • Tutorial
pyremo
  • API reference
  • pyremo.codes.search
  • View page source

pyremo.codes.search

search(**kwargs)[source]

Returns a tables with variabl meta data.

Searches the code table by arbitrary attributes. All search parameters can also be iteratables.

Parameters:
  • code (int) – Variable code.

  • variable (str) – Variable name (REMO standard).

  • cf_name (str) – CF Variable name (Climate and Forecast convention).

  • description (str) – Variable description (REMO standard).

  • units (str) – Unit (REMO standard).

  • time_cell_method (str) – Time cell method for standard Remo output (point or mean).

Returns:

df (pd.DataFrame) – Search result.

Previous Next

© Copyright 2020, Lars Buntemeyer.

Built with Sphinx using a theme provided by Read the Docs.