This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import numpy as np | |
from netCDF4 import Dataset | |
# ...................................................................... | |
# STEP 1 | |
# read .grd file and take coordinates of grid points | |
# ...................................................................... | |
# print grid |
NewerOlder