Add functions to mo_poly.f90 to modify any polygon to work with in_poly (from branch in chs/forces)
- refactored code in
mo_poly.f90tomo_poly.fyppand replacedmo_poly.f90 - added new routines
orientpoly(calculate orientation of coords in polygon),mod_pole(modify coords of grid to include poles on Cartesian coord system) andmod_shift(shift longitude values by 180 degrees) - added test cases for new routines and refactored older ones
- fixed a small bug in the tests/CMakeLists.txt file that ignored the
*.fyppbased files