octan install problem

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
limaolin
Posts: 45
Joined: Wed Nov 07, 2012 5:48 pm
Location: Dalian University

octan install problem

#1 Unread post by limaolin »

I'm new in roms model. I download the pyroms and octant from github. There are some internet page for installation. Some said install pyroms and octant need to down csa-c,ncw-c,gridgen-c,etc. There are svn code, but they are wrong. Can someone give me the right address,thanks a lot.

svn checkout http://csa-c.googlecode.com/svn/ csa-c-read-only
svn checkout http://csa-c.googlecode.com/svn/ csa-c-read-only
svn checkout http://ncw-c.googlecode.com/svn/ ncw-c-read-only
svn checkout http://gridgen-c.googlecode.com/svn/ gridgen-c-read-only
svn checkout http://nn-c.googlecode.com/svn/ nn-c-read-only

User avatar
ngarg
Posts: 19
Joined: Fri Jul 12, 2013 5:46 pm
Location: NTU

Re: octan install problem

#2 Unread post by ngarg »

Hi,
If you are trying to install octant by Robert Hetland, then you can use these links for the required package

svn checkout https://gridgen-c.googlecode.com/svn/gridgen
svn checkout https://gridutils-c.googlecode.com/svn/gridutils
svn checkout https://nn-c.googlecode.com/svn/nn
svn checkout https://csa-c.googlecode.com/svn/csa

if you run into troubles when installing Octant, you can try to install Pyroms by Kate Hedstrom. They have all the links and required package inside. Sometimes it can be a bit tedious to install,

https://github.com/kshedstrom/pyroms

you can follow guides like

http://houstonthereisaproblem.blogspot. ... -1072.html
viewtopic.php?f=14&t=3199&hilit=pyroms

hope these help
cheers

limaolin
Posts: 45
Joined: Wed Nov 07, 2012 5:48 pm
Location: Dalian University

Re: octan install problem

#3 Unread post by limaolin »

Hi ngarg:
thanks for you help. but there is some wrong when i download code use svn,

svn: OPTIONS of 'https://gridgen-c.googlecode.com/svn/gridgen': could not connect to server (https://gridgen-c.googlecode.com)

maybe it can't connect to googlecode in china.
My email is limaolin1981611@sina.com.cn, if you have these tools ,can you email me.thanks a lot

User avatar
hetland
Posts: 81
Joined: Thu Jul 03, 2003 3:39 pm
Location: TAMU,USA

Re: octan install problem

#4 Unread post by hetland »

Frist of all, the version of octant on googlecode is very old, and should be considered obsolete. I have migrated the codebase to github. You can find it here:

https://github.com/hetland/octant

Some recent changes include pulling some of the compiled code out so that it is easier to install. Notably, the cubic spline approximation (pycsa) and the gridgen stuff (pygridgen) have each been put into separate repositories. They can also be found on my github page.

Also, I have been the only active developer of this code, and there are still probably bugs. Also, there are certainly improvements to be made. Please send me pull requests to fix bugs and suggest updates. I would appreciate your help.

Finally, I would suggest that compilation issues, bugs, and other codebase related things be discussed on github. It would make sense for usage to be discussed here in the ROMS forum.

Thanks,

-Rob

limaolin
Posts: 45
Joined: Wed Nov 07, 2012 5:48 pm
Location: Dalian University

Re: octan install problem

#5 Unread post by limaolin »

hi hetland:
thanks for your help. Nikhil have send me the tools i need, and i have instlled them.

Post Reply