By design, CoupledOceanFractionConfig assumes that the user-specified names land_fraction_name and sea_ice_fraction_name are included in the lists OCEAN_FIELD_NAME_PREFIXES["land_fraction"] (for land_fraction_name) and either OCEAN_FIELD_NAME_PREFIXES["sea_ice_fraction"] or OCEAN_FIELD_NAME_PREFIXES["ocean_sea_ice_fraction"] (for sea_ice_fraction_name).
While intentional, this is confusing and restrictive for outside users with data names that have not yet been added to the appropriate OCEAN_FIELD_NAME_PREFIXES value list.
By design,
CoupledOceanFractionConfigassumes that the user-specified namesland_fraction_nameandsea_ice_fraction_nameare included in the listsOCEAN_FIELD_NAME_PREFIXES["land_fraction"](forland_fraction_name) and eitherOCEAN_FIELD_NAME_PREFIXES["sea_ice_fraction"]orOCEAN_FIELD_NAME_PREFIXES["ocean_sea_ice_fraction"](forsea_ice_fraction_name).While intentional, this is confusing and restrictive for outside users with data names that have not yet been added to the appropriate
OCEAN_FIELD_NAME_PREFIXESvalue list.