Joel Fiddes

Results 38 comments of Joel Fiddes

this is the annual total for 2020, x mark the tscale point (this is Pamirs, Tj by the way): ![image](https://user-images.githubusercontent.com/6483204/162732126-1b84a698-be84-4313-aa8a-54397813c085.png)

somewhere 250-350mm in the 3x3, so not too extreme a gradient. By definition, interpolation is going to increase frequency though, right? As you are more likely to have precip in...

yup - i think that would be a good solution. We still need write ds_param.nc to dem dir or else it is removed by: ` if self.config.outputs.file.clean_outputs: # remove outputs...

@ShawanDeba Welcome aboard! If you would like to get involved a first good step would be to try deploy the code on your laptop (linux is best) and run the...

good idea - also may be other cases as we go on. What do we do if false? we would then need to specify through keywords. Could be a separate...

I think we only have 1 thread per worker anyway with this? https://github.com/ArcticSnow/TopoPyScale/blob/e0a79e882904d90596cd278ba9f273a8a11dbb3b/TopoPyScale/topo_scale.py#L210

i understand 1 worker = 1 core?

changed `ds_ = xr.open_mfdataset(flist, parallel=True)` to `ds_ = xr.open_mfdataset(flist, parallel=False)` and ran fine with no errors. I dont fully understand it so cant be confidently claimed to be a fix....

This is on a branch "slurm" where am developing an embarrasingly paralilsable way of dealing with time dimension as current method only works if the script is run on a...

of course - so actually this is a more general contribution - will write up the approach in discussions and link back here