polaris.ocean.model.OceanModelStep.map_yaml_options
- OceanModelStep.map_yaml_options(options: Dict[str, str | int | float | bool], config_model: str | None) Tuple[Dict[str, str | int | float | bool] | None, Dict[str | None, Dict[str, str | int | float | bool] | Dict[str, Dict[str, str | int | float | bool]] | Dict[str, Dict[str, Dict[str, str | int | float | bool]]] | Dict[str, Dict[str, Dict[str, Dict[str, str | int | float | bool]]]]] | None][source]
A mapping between model config options from MPAS-Ocean to Omega
- Parameters:
- Returns:
options (dict or None) – A revised dictionary of yaml options and value to use as replacements for existing values
configs (dict or None) – A revised nested dictionary of yaml sections, options and value to use as replacements for existing values