Skip to content

Commit

Permalink
added warning about ROMS mask
Browse files Browse the repository at this point in the history
  • Loading branch information
mrayson committed Dec 11, 2020
1 parent 19129c7 commit f73cfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfoda/roms/romsio.py
Original file line number Diff line number Diff line change
Expand Up @@ -1589,8 +1589,8 @@ def __init__(self,romsfile, xi, yi, zi, timei, \

# Check the mask is there
if not hasattr(self, 'mask_rho'):
print('Warning - Cannot find mask variable... ignoring mask')
self.mask_rho = np.ones_like(self.h)
print(self.lon_rho.shape)

# rho points
x,y = self.utmconversion(self.lon_rho,self.lat_rho,self.utmzone,self.isnorth)
Expand Down

0 comments on commit f73cfc3

Please sign in to comment.