Conversation
Also has tests to check that critical_success_index on 1D is equivalent to Jaccard
…tionship between two data arrays
…ver pressure_level coordinate
…city field and turbulence diagnostics
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was added as I wanted to know if the plots would provide insight as to whether the presence of ISSR is linked to the absence of turbulence etc
Bumps [h5netcdf](https://github.com/h5netcdf/h5netcdf) from 1.6.4 to 1.7.3. - [Release notes](https://github.com/h5netcdf/h5netcdf/releases) - [Changelog](https://github.com/h5netcdf/h5netcdf/blob/main/CHANGELOG.rst) - [Commits](h5netcdf/h5netcdf@v1.6.4...v1.7.3) --- updated-dependencies: - dependency-name: h5netcdf dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) from 2.3.0.250703 to 2.3.2.250926. - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](pandas-dev/pandas-stubs@v2.3.0.250703...v2.3.2.250926) --- updated-dependencies: - dependency-name: pandas-stubs dependency-version: 2.3.2.250926 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pyarrow](https://github.com/apache/arrow) from 21.0.0 to 22.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-21.0.0...apache-arrow-22.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 22.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
As I will have a contrails file, I think it makes sense to move it into a separate module. Also, the analysis can be shared and is more logical for it to live together there?????
…a given atmospheric feature
Bumps [netcdf4](https://github.com/Unidata/netcdf4-python) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/Unidata/netcdf4-python/releases) - [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog) - [Commits](https://github.com/Unidata/netcdf4-python/commits) --- updated-dependencies: - dependency-name: netcdf4 dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This method is used to find regions of ISSRs, turbulence or jetstreams. Each identified region has a number associate to it. This allows for a given point to be associated with a region
These checks will need to be reused by a later method. So, make them reusable
This method uses the boolean mask of the points which intersect to find the corresponding value in the labeled array. As all regions will have the same number, the unique values found from the mask can be used to find all values which match the identified regions. Without the labeling, it will not be possible to find the parent region as the intersection would cause the information to be lost and there are an infinite number of permutations that could've resulted in that intersection pattern. Thus, by first adding the information about which region a point belongs to, it's possible to recover the parent regions
… I think it is doing
Bumps [typer](https://github.com/fastapi/typer) from 0.16.1 to 0.20.0. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.16.1...0.20.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… this should never fail (#72) On the HPC, this condition will fail on one specific configuration. As I'm not able to replicate the HPC set up locally, I've not been able to test it. However, I chanced upon a situaiton where this was replicated and found that for that case, flipping the condition fixed the issue.
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.407 to 1.1.408. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.407...v1.1.408) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.408 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pyarrow](https://github.com/apache/arrow) from 23.0.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-23.0.0...apache-arrow-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [geoviews](https://github.com/holoviz/geoviews) from 1.15.0 to 1.15.1. - [Release notes](https://github.com/holoviz/geoviews/releases) - [Changelog](https://github.com/holoviz/geoviews/blob/main/CHANGELOG.md) - [Commits](holoviz/geoviews@v1.15.0...v1.15.1) --- updated-dependencies: - dependency-name: geoviews dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [xarray](https://github.com/pydata/xarray) from 2025.12.0 to 2026.2.0. - [Release notes](https://github.com/pydata/xarray/releases) - [Commits](pydata/xarray@v2025.12.0...v2026.02.0) --- updated-dependencies: - dependency-name: xarray dependency-version: 2026.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Due to RuntimeError: Requested dask.distributed scheduler but no Client active
FEAT: Exports turbulence diagnostics to zarr and computes mathew's correlation between diagnostics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.