polaris.tasks.ocean.Ocean.map_var_list_from_native_model

Ocean.map_var_list_from_native_model(var_list)[source]

If the model is Omega, rename variables from their Omega names to the MPAS-Ocean equivalent

A variable with no entry in the map keeps its own name, which is the right answer for a field only Omega has.

Parameters:

var_list (list of str) – A list of variable names native to the ocean model being run

Returns:

renamed_vars (list of str) – The same list, in the same order, with variables renamed to their MPAS-Ocean equivalents