eWaterCycle / ewatercycle-forecast

Main eWaterCycle forecasting system code
Apache License 2.0
2 stars 3 forks source link

single mask for all inputs is wrong #1

Open RolfHut opened 7 years ago

RolfHut commented 7 years ago

The current suite setup assumes that both the GFS, GEFS and HSAF data needs to be interpolated to identical masks. This is not correct. GFS and GEFS need to be interpolated to a mask representing the grid of PCRGlobWB. HSAF doesn't need a mask, but the option for a mask is included in the hsaf preprocess script to select out regions that are of no interest (sahara?).

nielsdrost commented 7 years ago

I agree it should not be needed.

Mask is currently used to reduce number of observation points to something we can still handle in our DA. This is thus a performance problem.

RolfHut commented 7 years ago

but as I read it, all input have to use the same mask now, I do not see how we turns this off on a bigger computer in the future.