Added nframes kwarg to frameCPP GWF reader
This PR adds a small optimisation to the frameCPP GWF reader in timeseries.io.gwf.framecpp
which allows user to specify number of frames via nframes=<int>
, so we don't have to query for it, which can be slow.