
GETM and Co.
Simulations are performed with the General Estuarine Transport Model (GETM). For the COPPS group I set up a local repository server to share developed code before it might be included into the official repository.
Access to the local server is restricted. Please contact me in case you want to have access or want to share own code.
The IOW repository contains GETM, GETM setups, GETM utils, GOTM and GOTM cases. I suggest the following scheme for cloning (from inside the IOW network the local repo server is 10.10.10.12, from outside 192.124.245.12):
GETM
- mkdir $HOME/tools/getm ; cd $HOME/tools/getm
- git clone git://getm.git.sourceforge.net/gitroot/getm/getm getm-git
- cd getm-git ; git remote add -f iow gitolite@10.10.10.12:getm-iow
GETM setups
- cd $HOME/tools/getm
- git clone git://getm.git.sourceforge.net/gitroot/getm/getm-setups getm-setups-git
- cd getm-setups-git ; git remote add -f iow gitolite@10.10.10.12:getm-setups-iow
GETM utils
- cd $HOME/tools/getm
- git clone git://git.code.sf.net/p/getm-utils/git getm-utils-git
- cd getm-utils-git ; git remote add -f iow gitolite@10.10.10.12:getm-utils-iow
GOTM
- mkdir $HOME/tools/gotm
- git clone git://gotm.git.sourceforge.net/gitroot/gotm/gotm gotm-git
- cd gotm-git ; git remote add -f iow gitolite@10.10.10.12:gotm-iow
GOTM cases
- cd $HOME/tools/gotm
- git clone git://gotm.git.sourceforge.net/gitroot/gotm/gotm-cases gotm-cases-git
- cd gotm-cases-git ; git remote add -f iow gitolite@10.10.10.12:gotm-cases-iow
Namelist tools
- cd $HOME/tools
- git clone git://git.bolding-burchard.com/editscenario editscenario-git
Plotting tools
- cd $HOME/tools
- git clone git://pyncview.git.sourceforge.net/gitroot/pyncview/pyncview pyncview-git
With "ssh gitolite@10.10.10.12 info" you will get information about your permissions for the single IOW repositories.