psyclone.domain.gocean.gocean_constants

This module provides a class with all GOcean related constants.

Classes

  • GOceanConstants: This class stores all GOcean constants. It stores all values in

class psyclone.domain.gocean.gocean_constants.GOceanConstants

This class stores all GOcean constants. It stores all values in class variables (to avoid re-evaluating them).

Inheritance

Inheritance diagram of GOceanConstants
static get_valid_access_types()

Return the valid access types for the GOcean API. Reads the values from the config file the first time the method is called.

Returns:

valid access types for the GOcean API.

Return type:

list[str]