tcpyPI icon indicating copy to clipboard operation
tcpyPI copied to clipboard

tcpyPI, aka "pyPI": Tropical Cyclone Potential Intensity Calculations in Python

Results 12 tcpyPI issues
Sort by recently updated
recently updated
newest added

after successfully running the ..Sample PI with my data .PI computation complete and saved Performing PI analyses... ...PI analyses complete and saved pyPI sample run finished! all the output data...

Why could outflow temperature level be 0 hPa given that upper level pressure bound equals to 50 hPa?

Performing PI analyses... Traceback (most recent call last): File "/home/wamashudu/Videos/Potnetail intensity/tcpyPI-master/run_sample.py", line 148, in ds2 = run_sample_analyses(ds,_mdrF,CKCD=0.9) File "/home/wamashudu/Videos/Potnetail intensity/tcpyPI-master/run_sample.py", line 73, in run_sample_analyses basins = pickle.load( open( _mdrF, "rb"...

bug
documentation
duplicate
enhancement
not critical

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...

bug
documentation
enhancement
not critical

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.24.2. Release notes Sourced from numpy's releases. v1.24.2 NumPy 1.24.2 Release Notes NumPy 1.24.2 is a maintenance release that fixes bugs and regressions discovered after...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.23.5. Release notes Sourced from numpy's releases. v1.23.5 NumPy 1.23.5 Release Notes NumPy 1.23.5 is a maintenance release that fixes bugs discovered after the 1.23.4...

Bumps [numba](https://github.com/numba/numba) from 0.51.2 to 0.56.4. Release notes Sourced from numba's releases. Version 0.56.4 This is a bugfix release to fix a regression in the CUDA target in relation to...

dependencies

I'm using the `sample_data.nc` file you provide with the source code for validation but there are some small issues. The time coordinates (month variable) are not specified in a standard...

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...

bug

@dgilford I have successfully run the sample python file with my data >>python run_sample.py** **Beginning PI computations... ...PI computation complete and saved Performing PI analyses... ...PI analyses complete and saved...

help wanted