SalishSeaCast / tools

Collection of tools for working with the SalishSeaCast MEOPAR NEMO model, its results, and associated data.
https://salishsea-meopar-tools.readthedocs.io/en/latest/index.html
Apache License 2.0
2 stars 4 forks source link

`salishsea gather` fails when run and results directories are on different filesystems #15

Closed douglatornell closed 10 years ago

douglatornell commented 10 years ago

Original report by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


Nancy reported that salishsea gather fails on salish when the run directory is in /data/... and the results directory is in /ocean/.... The error is:

[Errno 18] Invalid cross-device link
douglatornell commented 10 years ago

Original comment by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


Change to move files using shutil.move() re: issue#15.

douglatornell commented 10 years ago

Original comment by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


Change combine to move files using shutil.move() re: issue#15.