I'm trying to install pyroms (downloaded from https://github.com/kshedstrom/pyroms) in my laptop. My OS is Ubuntu 14.04, and my fortran compiler gfortran.
I have follow the instructions on the README file, but changing the fortran compiler.
After installing some necessary modules, now if I try to run an example (examples/Yellow_Sea) I obtain the following:
Code: Select all
scrip.so not found. Remapping function will not be available
Traceback (most recent call last):
File "make_YELLOW_grd_v1.py", line 11, in <module>
import pyroms_toolbox
File "/usr/local/lib/python2.7/dist-packages/pyroms_toolbox/__init__.py", line 64, in <module>
import Grid_HYCOM
File "/usr/local/lib/python2.7/dist-packages/pyroms_toolbox/Grid_HYCOM/__init__.py", line 9, in <module>
from flood_fast import flood_fast
File "/usr/local/lib/python2.7/dist-packages/pyroms_toolbox/Grid_HYCOM/flood_fast.py", line 9, in <module>
import creep
ImportError: No module named creep
1.- The "scrip.so" file is not found. Anyone has any hint to solve this problem?? I have check the forum, and I have found this viewtopic.php?f=14&t=3199#p12216 but it doesn't help me much.
2.- The "creep" python module is not found. Again, anyone can help me to solve this issue??
Thank you in advance,
Jaime