Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
772706c
CF loading: added 'bins' for connectivities, location coords and meshes.
trexfeathers Mar 2, 2021
8a3cb5c
Load mesh info and construct Mesh class.
trexfeathers Mar 3, 2021
0d95e2d
Merge WIP loading code onto latest mesh-data-model content.
trexfeathers Mar 5, 2021
ac027c9
Completed initial cube-mesh loading.
trexfeathers Mar 5, 2021
a0b3fac
Mesh sharing between file phenomena.
trexfeathers Mar 8, 2021
836a47c
Mesh load missing mesh error.
trexfeathers Mar 8, 2021
7a72512
Move mesh loading to experimental.ugrid, making it optional alternati…
trexfeathers Mar 9, 2021
eea80ce
Mesh loading docstrings.
trexfeathers Mar 10, 2021
c8bdc51
Merge mesh loading code onto latest mesh-data-model code.
trexfeathers Mar 10, 2021
3c4e2e5
Connectivity loading src_dim fix.
trexfeathers Mar 10, 2021
f5c78f5
Mesh load tests (more to follow).
trexfeathers Mar 10, 2021
77345a3
Review changes.
trexfeathers Mar 12, 2021
054d9a9
Mesh.to_MeshCoords tests.
trexfeathers Mar 12, 2021
828ca49
UGRID loading tests.
trexfeathers Mar 15, 2021
d0da8ce
Advance IRIS_TEST_DATA_REF.
trexfeathers Mar 16, 2021
0a46c70
UGRID integration test context manager fix.
trexfeathers Mar 17, 2021
cf53925
n-corners in docstring.
trexfeathers Mar 17, 2021
6b9a790
Log warning if ignoring string variables in new CF-UGRID classes.
trexfeathers Mar 17, 2021
498451e
Explanatory note about ugrid object construction functions.
trexfeathers Mar 17, 2021
c39d5f3
Log debug on missing mesh instead of failing.
trexfeathers Mar 17, 2021
fafe09d
More sensible syntax for CFUGridReader test_ugrid_coords.
trexfeathers Mar 18, 2021
d9b179f
CFUGridReader tests - better use of patching.
trexfeathers Mar 18, 2021
c499ab5
Better mock imports.
trexfeathers Mar 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ env:
# Pip package to be upgraded/installed.
PIP_CACHE_PACKAGES: "pip setuptools wheel nox"
# Git commit hash for iris test data.
IRIS_TEST_DATA_REF: "fffb9b14b9cb472c5eb2ebb7fd19acb7f6414a30"
IRIS_TEST_DATA_REF: "v2.1"
# Base directory for the iris-test-data.
IRIS_TEST_DATA_DIR: ${HOME}/iris-test-data

Expand Down
Loading