Opened 6 years ago
Closed 5 years ago
#568 closed task (fixed)
svn merge of dmi_trunk_8.0 [1 h]
Reported by: | Ian Culverwell | Owned by: | Ian Culverwell |
---|---|---|---|
Priority: | normal | Milestone: | ROPP9.1 carry over |
Component: | ropp_io | Version: | 9.0 |
Keywords: | Cc: |
Description
Attachments (3)
Note:
See TracTickets
for help on using tickets.
This change just adds an optional
ranchk=ranchk
clause to the call toropp_io_read
in ucar2ropp. But testing on out-of-range data (see attached ucar_test_new.nc, which has N -> -N) shows that this will have no effect unless it is accompanied by a corresponding clause in the subsequent call toropp_io_thin
, which range-checks by default. (Unless one is running with the-u
option, which bypasses the thinning.)Include both changes at r6243. As usual, we choose not to document
--no-ranchk
options.Closing ticket.