You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a warning '(0) taylor_stats: WARNING: Number of _FillValue are different
(0) taylor_stats: nt_Fill=24229 nr_Fill=24146'
when using 'tay_stat(n,:)=taylor_stats(tes(n,:,:),ref,1.0,0)'.
I am sure that -FillValue in both tes and ref is 1.0e20.
How can I solve this warning?
The text was updated successfully, but these errors were encountered:
I am trying to draw a Taylor Diagram like examples in 'https://www.ncl.ucar.edu/Applications/taylor.shtml'.
I got a warning '(0) taylor_stats: WARNING: Number of _FillValue are different
(0) taylor_stats: nt_Fill=24229 nr_Fill=24146'
when using 'tay_stat(n,:)=taylor_stats(tes(n,:,:),ref,1.0,0)'.
I am sure that -FillValue in both tes and ref is 1.0e20.
How can I solve this warning?
The text was updated successfully, but these errors were encountered: