kthyng / tracpy

Fortran core of Tracmass + Python wrapping around the outside.
MIT License
28 stars 19 forks source link

Some changes to make tracpy better with idealized Cartesian models. #7

Closed dcherian closed 10 years ago

dcherian commented 10 years ago

Made readgrid respect usespherical flag. If False, it reads cartesian arrays x_u etc and copies them over to the sperical arrays, lon_u etc.

mask is now assigned an array of ones if mask_rho isn't in the output file.

kthyng commented 10 years ago

Thanks! I'm just now getting back to trying to make idealized simulations work with TracPy instead of just realistic ones.