Hi,
I am trying to work between Matlab and python in order to effectively work with some collaborators with no Matlab access.
Is there best practice for exporting models between the two?
I am trying to export pre-solve versions of my model using write_netCDF (the src/m/netcdf/ version) and get these into python 3.12.
My input model from matlab has Schoof friction, glads hydrology, and uses smb components, but when I export the netcdf file and import it in python my md reverts to the default (e.g., empty Budd, shreve, and the default SMB) except for md.mesh, which matches the matlab version.
My .py file includes the line: from read_netCDF import read_netCDF
Thanks!
Adam