Institut für Ostseeforschung Warnemünde
IOW Logo

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

  1. mkdir $HOME/tools/getm ; cd $HOME/tools/getm
  2. git clone git://getm.git.sourceforge.net/gitroot/getm/getm getm-git
  3. cd getm-git ; git remote add -f iow gitolite@10.10.10.12:getm-iow

GETM setups

  1. cd $HOME/tools/getm
  2. git clone git://getm.git.sourceforge.net/gitroot/getm/getm-setups getm-setups-git
  3. cd getm-setups-git ; git remote add -f iow gitolite@10.10.10.12:getm-setups-iow

GETM utils

  1. cd $HOME/tools/getm
  2. git clone git://git.code.sf.net/p/getm-utils/git getm-utils-git
  3. cd getm-utils-git ; git remote add -f iow gitolite@10.10.10.12:getm-utils-iow

GOTM

  1. mkdir $HOME/tools/gotm
  2. git clone git://gotm.git.sourceforge.net/gitroot/gotm/gotm gotm-git
  3. cd gotm-git ; git remote add -f iow gitolite@10.10.10.12:gotm-iow

GOTM cases

  1. cd $HOME/tools/gotm
  2. git clone git://gotm.git.sourceforge.net/gitroot/gotm/gotm-cases gotm-cases-git
  3. cd gotm-cases-git ; git remote add -f iow gitolite@10.10.10.12:gotm-cases-iow

Namelist tools

  1. cd $HOME/tools
  2. git clone git://git.bolding-burchard.com/editscenario editscenario-git

Plotting tools

  1. cd $HOME/tools
  2. 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.

Go back