Incomplete code in the reformatted profile.py says it all:
# Idenitify number of boundary points
nbdy = {}
for grd in ['t', 'u', 'v']:
nbdy[grd] = len(bdy_ind[grd].bdy_i[:, 0])
# Gather grid information
# TODO: insert some logic here to account for 2D or 3D src_zgr
originally NRCT code from BitBucket looked like this:
SSH not extracted:
Incomplete code in the reformatted profile.py says it all:
originally NRCT code from BitBucket looked like this:
number of points
Need to look at the logic in the extract script and try and work out what's missing.