noaa-ocs-modeling/EnsemblePerturbation

handle variable fields that are not data frames (`zeta`, `u-vel`, `v-vel`, etc.) that exist on a 2D field

Opened this issue · 0 comments

when running combine_results

else:
result_data = {key: type(value) for key, value in result_data.items()}
LOGGER.warning(
f'"{result_filename}" outputs not yet implemented: {result_data}'
)