Argel Ramírez Reyes
Argel Ramírez Reyes
Hello: I am trying to compile Isca to run on the Cori Computer at NERSC (I am a PhD student at UC Davis working with Dr. Da Yang) When trying...
**Describe the bug** NetCDF_jll appears to be broken on v1.8.0-rc1 **To Reproduce** ```julia pkg> add NetCDF_jll julia> using NetCDF_jll ``` **Expected behavior** Library should load but it errors. This also...
I may be doing something wrong. Why would be the appropriate way of using the high or medium-level interface to read only every n indices? The netcdf library usually has...
`unseeded_region_growing` does not work with an array of numbers. It requires an array of Colorant. On the other hand, the `seeded_region_growing` counterpart does work. The solution seems pretty simple, would...
Hi! I'm not sure if this is supported but I think it is not. I would like to have the option to call a remote julia via TRAMP (or not),...
Hi! I am working on a couple packages. In particular [this one](https://github.com/aramirezreyes/TropicalCyclonePotentialIntensity.jl/blob/main/src/physicsfunctions.jl). I was thinking on extracting my physicsfunctions.jl and adding them to a new package, but I discovered Thermodynamics.jl...
I think this project is basically unmaintained but this is worth a shot. I work on a cluster editing a `.qmd` file via tramp (let's say `C-x C-f /ssh:dev_node:testingr/explore_tracks.qmd`). 1.-...
When running run_sample.py on python 3.7 with: ``` netcdf4 1.5.8 pypi_0 pypi numba 0.55.1 pypi_0 pypi numpy 1.21.6 pypi_0 pypi xarray 0.20.2 pypi_0 pypi ``` ``` ...PI computation complete and...
Currently setup.py shows: ``` install_requires=[ "xarray==2022.3.0", "numba==0.55.1", "numpy==1.22.3", ], ``` Unfortunately this will most certainly conflict with existing environments. For example https://github.com/dgilford/tcpyPI/issues/44. A more sensible option would be to specify...
This would fix https://github.com/dgilford/tcpyPI/issues/47 and https://github.com/dgilford/tcpyPI/issues/44 I wonder if it would be a good Idea to disable dependabot or at least not merge its PRs until good CI testing is...