We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980190a commit d3924afCopy full SHA for d3924af
1 file changed
diagnostics/diagnostics/ocn/ocn_remap_generator.py
@@ -1,4 +1,6 @@
1
#!/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.
4
5
from __future__ import print_function
6
import sys
@@ -20,7 +22,7 @@
20
22
from cesm_utils import cesmEnvLib
21
23
from diag_utils import diagUtilsLib
24
-import ocean_remap as remap
25
+from ocean_remap import ocean_remap as remap
26
27
28
#=====================================================
0 commit comments