The tool cannot take care of out-of-range dates in processing rdrsv2.1 files. However, it seems that anything later than the --end-date is taken care, while those before in the --start-date throw an issue like the following:
ncks: ERROR file /gpfs/tp/gwf/gwf_cmt/wknoben/camels_spat/temp/rdrs/1950/1950010112.nc not found. It does not exist on the local filesystem, nor does it match remote filename patterns (e.g., http://foo/ or foo.bar.edu:file).
Since the subsetting is done in a until ... do loop, it may continue indefinitely, without any solution.
The tool cannot take care of out-of-range dates in processing
rdrsv2.1
files. However, it seems that anything later than the--end-date
is taken care, while those before in the--start-date
throw an issue like the following:Since the subsetting is done in a
until ... do
loop, it may continue indefinitely, without any solution.Reported-by: Wouter Knoben @wknoben