knaughten / mitgcm_python

Python scripts designed for my Weddell Sea and Amundsen Sea configurations of MITgcm.
25 stars 17 forks source link

Adding a data dump for when discard and fill fails #11

Closed DaniJonesOcean closed 3 years ago

DaniJonesOcean commented 3 years ago

Attempt to address issue https://github.com/knaughten/mitgcm_python/issues/7

I decided to try three very simple NetCDFs for error dumps. Along those lines, I've added a very basic NetCDF creator in the file_io.py. I decided to try this instead of using the existing functions because I didn't want to have to pass grid into discard_and_fill. Let me know what you think. :)