Hi Patrick, if using time slices does not solve the probelm, you may also use
a domain decomposition like in parallel ocean models. One method
would be to write the result in separate files for each domain and
use the methods from MOM or NEMO to glue them into a single file.
You may also stay in the "ferret space". The following script
works for me. wind_2008 contains 1 year daily wind with .25 deg
resolution in that region also covered by the coarse grid. So not
really huge. I am aware, this is not the ultimate check that this method saves memory. You need to load one time slice once completely, just to write the x/y axes not allowing for extension with "append". I also left ferret between two slices and started from the beginning, for sure without writing the axes again. So I would expect that ferret loads only data for the subregions. The script needs streamlining to estimate the indices etc. But it
shows the method. Best, Martin use wind_2008.nc ! you may leave ferret here and may restart Am 20.05.2019 um 15:03 schrieb Patrick
Brockmann:
|