NCAR / WVD-MCSupdate

Addition of NCAR MCS, rewrite to software infrastructure, and expansion of features for WVD operations.
2 stars 1 forks source link

Python: Streamline file writing #285

Closed stillwer closed 3 years ago

stillwer commented 4 years ago

At the moment, there are 14 different functions to write netcdf files. It would be better to have a single function that gets repeatedly called. Basically, there is some redundancy that can be cleaned up.

stillwer commented 3 years ago

Finished and implemented when doing lab work March 2021.