polaris.ocean.model.OceanModelStep.map_yaml_to_namelist

OceanModelStep.map_yaml_to_namelist(options)[source]

A mapping from yaml model config options to namelist options. This method should be overridden for situations in which yaml config options have diverged in name or structure from their namelist counterparts (e.g. when translating from Omega yaml to MPAS-Ocean namelists)

Parameters

options (dict) – A nested dictionary of yaml sections, options and value to use as replacements for existing values

Returns

options (dict) – A nested dictionary of namelist sections, options and value to use as replacements for existing values