Commit 5d7c56e
committed
Ensure
MPAS meshes include an empty, unlimited `Time` dimension but the
latest NetCDF4 drops this dimension since no variable use it.
the `create_from_generic_mpas_grid()` funciton in `landice.create`
was taking advantage of `Time` being a dimension in the MPAS mesh
but this should no longer be assumed. This merge fixes that
assumption by explicitly adding `Time` to the list of dimensions
to create if it is not already in the input dataset.Time dim is added to landice initial condition1 parent 0f401a5 commit 5d7c56e
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
170 | 177 | | |
171 | 178 | | |
172 | 179 | | |
| |||
0 commit comments