pace icon indicating copy to clipboard operation
pace copied to clipboard

Implementation of the FV3GFS / SHiELD atmospheric model in Python

Results 21 pace issues
Sort by recently updated
recently updated
newest added

Bumps [external/gt4py](https://github.com/gridtools/gt4py) from `36c487a` to `76c2f06`. Commits 76c2f06 feature[next]: Use global type information in CollapseTuple pass (#1260) 5303c0b refactor[next]: Frontend test refactoring part 3 (#1274) 8a7e3c5 feature[next]: Add support for...

dependencies

## Purpose This PR extends checkpointers to Physics and glue code and enables driver tests for multistep checkpoints. ## Code changes: - Provide a list of relevant code changes and...

blocked

## Purpose This PR adds driver-in/out checkpointer. Currently also supports non orchestrated backends and only tested using numpy. ## Code changes: - checkpoint: added checkpoint selector to expose checkpoint type...

blocked

As of updating pace to gt4py [v1.0](https://github.com/ai2cm/pace/commit/bbf546aff1f7131f04de749a867ba4b465b78d4c), the Docker image built in `examples/` with `make build` installs all the dependencies for `pace`, but not `pace` itself. #418 was created to...

bug

The current version of the integration of halo exchange uses `WrappedHaloExchange` class to allow `orchestration` and stencil backends to co-exists (due to DaCe parsing limitations). This has two issues: -...

enhancement

The version of black pinned in `constraints.txt` is much newer than the version `pre-commit` uses. This causes inconsistencies with editors and should be brought in sync. To fix, update the...

bug

`gt4py` v1 removes the `Storage` class and allow any `__array_interface__` describing object to be bound. Unfortunately, the default `cupy` allocation used in our model has a bad stride (should have...

enhancement

`pace.util.Quantity` has an attribute `_attrs` that isn't accessible via instantiation or public setter (though it has a getter). Because `Quantity` is used in the fv3net integration for writing zarrs, this...

enhancement

As a consumer I find it odd that we call get_test_data for the driver from the fv3core directory with `TARGET=driver`. Should this be moved to the driver directory at some...

question
refactor

I was writing a test for Pace and realized that I have to essentially specify the domain twice: once when creating the `GridIndexing` specification for the `StencilFactory`, and another time...

question
refactor