edoddridge / aronnax

An idealised isopycnal model that can be run either with n+1/2 layers, or with n layers and variable bathymetry.
http://aronnax.readthedocs.io/en/latest/
MIT License
23 stars 5 forks source link

Remove transpose from interpret_raw_file #197

Closed edoddridge closed 6 years ago

edoddridge commented 6 years ago

While preparing #196 I remembered that the function for reading model output, interpret_raw_file, transposes from (z,y,x) to (x,y,z). This violates the comodo conventions and CF conventions and should be changed.

This is related to #83, but deals specifically with loading model output into Python.