CliMT / climt

The official home of climt, a Python based climate modelling toolkit.
https://climt.readthedocs.io
Other
165 stars 45 forks source link

Extensive component tests needed #63

Open mcgibbon opened 6 years ago

mcgibbon commented 6 years ago

There are a lot of edge cases we currently don't test on CliMT components. We should create unit tests for as many of these as we can think of. Some examples:

GFS:

I'll work on making these after the Sympl 0.4.0 updates. I may continue using this issue as a pad for examples of needed unit tests. Feel free to add any you think of, if you'd like.

mcgibbon commented 6 years ago

Some of these have been implemented in #68, but not all of them.

mcgibbon commented 6 years ago

Still need to go through every component and think about what options should be enabled/disabled for tests.