Lesley De Cruz

Results 24 issues of Lesley De Cruz

Where is the official URL for the documentation of GSL Shell nowadays? It seems that http://www.nongnu.org/gsl-shell/doc/ is not up to date; e.g. most functions are missing from http://www.nongnu.org/gsl-shell/doc/linalg.html.

I took the liberty of rebasing your ode-vec branch on the master because I needed the RK8PD integrator recently (in vector form). Do you still intend to integrate this feature?...

During a meeting with @dnerini, @loforest and @wdewettin, the suggestion was made to start working towards a new version of pysteps. 1. The initial motivation is the implementation of the...

The [ODIM format](https://www.eumetnet.eu/activities/observations-programme/current-activities/opera/) is quite flexible and it would be useful to adapt the importer to take at least some of this flexibility into account (e.g. custom accumulation time). We...

Dear developers, As mentioned in #282 and #295, the STEPS nowcasting component of pysteps (with/without blending with NWP) cannot really handle the case where there is no rain in the...

bug
discussion

The STEPS blending routine in blending/steps.py does not work as it is supposed to when run in deterministic mode (noise_method=None). Not a high priority, but something to keep in mind.

bug

The vector version of the ODE module can integrate a function `f(x)` where `x` is a vector, as opposed to the current ODE module which can only integrate explicit functions...

enhancement

Configure CI as described here: http://kikito.github.io/ci-with-lua/

@franko wrote in #4 > Probably what is important for LGSL on windows is to provide: > - a set of working binaries > - install informations for the expert...

Extend the test suite started in https://github.com/ladc/lgsl/pull/5.

enhancement