- Mar 05, 2025
-
-
-
-
-
qp_driver.py: Changed back to gname=0.3 since gname=0.30 breaks with most of the grids. Those that were created for gname=0.30 were created to get gname=0.3.
-
-
-
Added a link called ci/requirements_latest.yml that should always point to the latest requirements file in the ci directory.
-
-
Moved pyic_fig.py, pyic_sec.py, pyic_anim.py and pyic_intake.py to scripts and added __init__.py to fix issue with executable scripts from pip installation.
-
-
-
Wrapped pyic_anim, pyic_fig pyic_intake and pyic_sec into functions so that they can be installed via setup.py
-
-
-
-
-
-
-
-
-
-
pyicon_tb.py: Omitted using earth radius in converting from spherical_to_cartesian to hopefully speed up the process also some bug fixes in the old ckdtree creation.
-
-
-
-
-
-
pyicon_plotting.py and pyicon_tb.py: Allow plotting grib data with pyic.plot and pyic.plot_sec (this includes possible to plot grib data with pyic_fig and pyic_sec).
-
-
syntax fix and small fix (variable undefined)
-
pyicon_tb.py: Derive ckdtree_points from clon, clat etc. if cartesian coordinates are not present in grid file. Allow to pass lon, lat also in radians in .
-
pyic_anim.py: Not existing directory for figures and animation will be created if it does not exist. Open multiples netcdf files without any mfdset_kwargs if opening with them fails.
-
Fraser William Goldsworth authored
-
Fraser William Goldsworth authored
-
-
-
requirements.txt: Added docutils=0.20 since there are issues which higher version when building the documentation.
-
-
-
-