Opened 6 years ago

Closed 5 years ago

#562 closed task (fixed)

Option --no-ranchk added to grib2bgrasc [0.5 d]

Reported by: Ian Culverwell Owned by: Ian Culverwell
Priority: normal Milestone: ROPP9.1 carry over
Component: ropp_io Version: 9.0
Keywords: Cc:

Description

Change history (1)

comment:1 by Ian Culverwell, 5 years ago

Resolution: fixed
Status: newclosed

Seems unobjectionable, apart from the fact that reading and writing are controlled by the same keyword.

The change has no effect on the default make test, but if we artificially set

grib1%lev2c%press_sfc = -1.0_wp

before writing out the netCDF file, then in the standard case we get

  data:
    press_sfc = -9.9999e+07 ;

but if we invoke the --no-ranchk option we get

 data:
    press_sfc = -1 ;

as expected.

Change committed at r6233. Since we deliberately do not document the bypassing of range-checking, nothing needs to be done to the man pages, user guide or change log.

Closing ticket.

Note: See TracTickets for help on using tickets.