Skip to content

Commit

Permalink
submitted ms
Browse files Browse the repository at this point in the history
  • Loading branch information
zmlabe committed Mar 30, 2018
1 parent d94f155 commit 41c7e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/calc_Utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def calc_RMSE(varx,vary,lats,lons,weight):
### mask
mask = 'yes'
if mask == 'yes':
latq = np.where(lats > 30)[0]
latq = np.where(lats > 40)[0]
lats = lats[latq]
varx = varx[latq,:]
vary = vary[latq,:]
Expand Down

0 comments on commit 41c7e8b

Please sign in to comment.