Hey Devs and Alex, While running my first complete end to end code I found that the plotter.py is importing taylor.py from a utils folder in rcmes.
I have searched the codebase and that class isn't used in the older rcmes directory, so I would like to move the code over under the ocw folder instead. Adding this class to the plotter.py code seems like the best place to put it since the code is related. I hope that makes sense and will work for everyone. The longer discussion here is that the class has these two lines in it: *__version__ = "Time-stamp: <2012-02-17 20:59:35 ycopin>"* *__author__ = "Yannick Copin <[email protected]>"* I see from the svn history that Alex wrote this class originally, so was this a copy/paste from Yannick? Or was this a python implementation of his formulas? If this was a copy/paste we might need to talk more about permissions,etc… I see the notice about including basemap in the LICENSE.txt but nothing mentions this class. Sincerely, Cameron
