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
Regular grid was not initialising correctly with fields x and y. The other fields were not being correctly assigned and this was causing errors when certain attributes that depended on those fields were attempted to be accessed.
This pull request is mainly to fix this behaviour. Some hidden attributes in RegularGrid were also not being used and were also removed.
Regular grid was not initialising correctly with fields
x
andy
. The other fields were not being correctly assigned and this was causing errors when certain attributes that depended on those fields were attempted to be accessed.This pull request is mainly to fix this behaviour. Some hidden attributes in RegularGrid were also not being used and were also removed.