Skip to content

Commit d3924af

Browse files
committed
fix import ocean_remap call
1 parent 980190a commit d3924af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

diagnostics/diagnostics/ocn/ocn_remap_generator.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python
2+
# This wrapper script calls the ocean_remap class to remap CESM CMIP6 conformed variables
3+
# on the native 1-degree Greenland displace pole grid (gx1v7) to a regular lat-lon grid.
24

35
from __future__ import print_function
46
import sys
@@ -20,7 +22,7 @@
2022
from cesm_utils import cesmEnvLib
2123
from diag_utils import diagUtilsLib
2224

23-
import ocean_remap as remap
25+
from ocean_remap import ocean_remap as remap
2426

2527

2628
#=====================================================

0 commit comments

Comments
 (0)