Milan Klöwer

Results 50 issues of Milan Klöwer

Just FYI, the unidata netCDF4 documentation contains the following section: [https://unidata.github.io/netcdf4-python/netCDF4/index.html#section9](https://unidata.github.io/netcdf4-python/netCDF4/index.html#section9) which has a similar approach to the one of elePyant.

Be aware that rounding in decimal representation does is general not round in binary representation too, as the former is not an integer power of the latter. Currently, [you seem...

enhancement

In the output writers, this suggests to replace `array_type = Array{Float64}` with `type = Float32` to 1) make Float32 the default 2) output always `Array` `1)` is so that we...

output 💾

fixes #769 docstrings added, tests missing

Just stumbled across this one here ```julia julia> a = Double64(floatmin(Float64)) 2.2250738585072014e-308 julia> b = Double64(0.0,floatmin(Float64)) 2.22507385850720138309023271733240406e-308 julia> Float64(a) 2.2250738585072014e-308 julia> Float64(b) 0.0 ``` `a,b` are technically the same number...

We just discussed the artificial information problem and illustrated it ![artifical_information](https://github.com/observingClouds/xbitinfo/assets/25530332/11f95ce9-972f-4b23-a02f-a33946f3f67a) So, ideally, one would have an original dataset (blue), analyse the information, bitround it and obtained a bitrounded dataset...

enhancement

@nmassey001 just reached out to point towards [ceda-icompress](https://github.com/nmassey001/ceda-icompress) another python implementation of the bitinformation algorithm and bit rounding. The package is xarray-free and I'm curious to know differences in performance...

performance

https://github.com/timholy/ProgressMeter.jl/blob/83e619faed2780ab5d6929777c8f6151e3b88c5e/src/ProgressMeter.jl#L683-L700 At the moment speed is always shown as time/iteration which is nice because it's general. However, when running many simulations, the loop is over time so often people think...

I see another issue with the way we represent clouds: Say after a couple of days the different ensemble members are actually quite close to a uniform random distribution of...

This is still on the todo list from yesterday, I'll give this a try.