Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve exception handling in method to_iris #268

Merged
merged 3 commits into from
Sep 20, 2022

Commits on Sep 13, 2022

  1. Improve exception handling in method to_iris

      - Realise data by creating placeholder variable '_'
      - Don't use CubeList for placeholder variable
    vinisalazar committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c4ef430 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Pin version of Iris

      - In environment.yaml, pin iris version as >=3.3.0
      This prevents errors in the `to_iris` methods
    vinisalazar committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    29a59b3 View commit details
    Browse the repository at this point in the history
  2. Pin netCDF4 version

      - Pin older version of netCDF4 to avoid Unidata/netcdf4-python#1192
      - See ioos#268 for discussion
    vinisalazar committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    e65ce9f View commit details
    Browse the repository at this point in the history