Source code - iMOD
Source code
Download the iMOD source code
Subversion (SVN) is version control software that allows users to download the very latest version of the trunc or a branch without having to wait for someone to get around to packaging it. See Subversion for more details. The source code is available for downloading from June 17th 2014.
Prerequisites
After registration you will have access to the Subversion server, managing the open source code. When you have downloaded the source code it can be compiled using some tools. iMOD only runs on Windows, the tools you need are:
- MicroSoft Visual Studio v2008; Version 9.0.30729.1 SP; Microsoft .NET Framework; Version 3.5 SP1; Installed Edition: Professional.
- Intel Visual Fortran 64 Compiler Professional version 11.1.065.
- TortoiseSVN: Subversion client to communicate with the Subversion server. You are free to use other clients, but our documentation is based on TortoiseSVN. The plain Subversion client is also an option.
- Winteracter version 10.
Registration
Follow the instructions at "Get started, How to register".
Download the source
After registration you can access the Subversion repository. Use your internet browser to have a look at svn.oss.deltares.nl. Repository "iMOD" contains branches (isolated develop versions), tags (fully tested, stable versions) and the trunk (where all updates, merges and bug fixes happen). Choose a version you want to download. As a start, use a stable, fully tested version from the tags, for example "https://svn.oss.deltares.nl/repos/iMOD/tags/version5.1". The best version currently available is the tagged version with the highest version number.
Using TortoiseSVN (Windows only)
TortoiseSVN is a convenient SVN client for Windows that integrates with Windows Explorer.
WARNING: Do not use a directory name containing spaces.
Right click on that folder and choose "SVN Checkout". Use The URL of your choice, for example "https://svn.oss.deltares.nl/repos/iMOD/tags/2871". Click "Ok" to download this version of the source code.
Using Subversion (Windows)
svn checkout https://svn.oss.deltares.nl/repos/iMOD/tags/version5.2 iMOD_repository