Opened 6 years ago
Closed 5 years ago
#567 closed task (fixed)
Added option -r to remove a processing level [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
Original changesets:
Added option -r to remove a processing level: https://trac.romsaf.org/ropp/changeset/5390/ropp_src/branches/dev/Share/dmi_trunk_8.1/ropp_io/tools/ropp2ropp.f90
Note:
See TracTickets
for help on using tickets.
Successfully removes levels {1a, 1b, 2a, 2b, 2c, 2d} from ropp_io/tests/ropp_test_2v.nc.
Doesn't crash when you try to remove a non-existent level from a file (e.g. produced by an earlier invocation of this option).
If you specify
-r 2d -r 2b
it just removes lev2b.If you specify
-r 2d 2b
it just removes lev2d, and complains about a missing file 2b.These make sense, but note them in the user guide.
Commit changes at r6242. Closing ticket.