Added by Solomon Hailu over 5 years ago
Dear all,
I am trying to bias correct a 6hourly time series of 38 years (1979-2016, file1) using a 6 hourly 1 year period (2000, file2). Except time, both have a similar spatial resolution. Now, I need to substruct file2 from file1 in all the time steps (1979-2016). I tried with sub, but it is only correcting for year 2000 and subc is not working. any suggestions?
Best regards,
Solomon
there are operators: ydaysub yhoursub ymonsub yseassub
, but nothing for 6-hourly files, sorry. But you could spit the input by its year, process each year separately and cat them together.
hth
ralf