powellb / seapy

State Estimation and Analysis in Python
MIT License
28 stars 21 forks source link

Git sync fix #15

Closed dalepartridge closed 8 years ago

dalepartridge commented 8 years ago

Put branches back in sync, update roms/tide.py roms/boundary.py roms/obsgen.py

powellb commented 8 years ago

roms/tide.py changes are not what we want (the use statements are unnecessary, we want to use major and minor not the ROMS nomenclature, and we don't want to load the entire field for most grids). The other two are good.

Also, you don't have to close a pull request to modify it. If you change your repository, this pull request is automatically updated...

powellb commented 8 years ago

Looks good, accepted.