Skip to content

Commit

Permalink
fix import ocean_remap call
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinia committed Jul 11, 2019
1 parent 980190a commit d3924af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion diagnostics/diagnostics/ocn/ocn_remap_generator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env python
# This wrapper script calls the ocean_remap class to remap CESM CMIP6 conformed variables
# on the native 1-degree Greenland displace pole grid (gx1v7) to a regular lat-lon grid.

from __future__ import print_function
import sys
Expand All @@ -20,7 +22,7 @@
from cesm_utils import cesmEnvLib
from diag_utils import diagUtilsLib

import ocean_remap as remap
from ocean_remap import ocean_remap as remap


#=====================================================
Expand Down

0 comments on commit d3924af

Please sign in to comment.