rom-py / rompy

Relocatable Ocean Modelling in PYthon (rompy) combines templated cookie-cutter model configuration with various xarray extensions to assist in the setup and evaluation of coastal ocean model
https://rom-py.github.io/rompy/
BSD 3-Clause "New" or "Revised" License
3 stars 9 forks source link

Merge oceanum fork #25

Closed rafa-guedes closed 1 year ago

rafa-guedes commented 1 year ago

Pull request to merge all the work done in oceanum/rompy:main into rom-py/rompy:oceanum. This merge is safe given we are not merging it into rom-py/rompy:main yet, it should work as a transition stage before we do that. Perhaps @tomdurrant should review and merge this pull request, he will then open a pull request to merge it into main once everything is reviewed and ready. Tom does not seem to be here yet though - @benjaminleighton can we send him a new invite as a collaborator, he may have missed the first one.

rafa-guedes commented 1 year ago

@tomdurrant The two existing github action workflows in main were deleted (pypipublish.yaml) and cut off (main.yaml) in the oceanum fork to avoid triggering those actions while developing. The former releases the code to pypi, the latter runs tests I think. We may want to add those back before submitting the new pull request to merge into main.