We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e8a40 commit ccf9879Copy full SHA for ccf9879
polaris/tasks/ocean/__init__.py
@@ -253,8 +253,9 @@ def _detect_model(self, config) -> str:
253
return 'mpas-ocean'
254
else:
255
raise ValueError(
256
- 'Could not detect ocean model; neither MPAS-Ocean '
257
- 'nor Omega appear to be available.'
+ f'Could not detect ocean model; neither MPAS-Ocean '
+ f'nor Omega appear to be available; '
258
+ f'searched {omega_path} and {mpas_ocean_path}.'
259
)
260
261
def _detect_omega_build(self, path) -> bool:
0 commit comments