Closed
Description
Reported by: Sujata Budhathoki @sujata91
The process time for RDRSv2.1
is inefficient as it takes nearly 3 hours for any domain. This could be much more efficient and be done in a few minutes for any spatial/temporal domain of interest.
Solutions that come to mind:
- first subsetting needs to be done and then the modifications on the
lon
value take place, - spatial subsetting to be done using
ncks
index values, rather thancdo
'ssellonlatbox
method.