Simeo is part of the AMAPstudio project developped at the AMAP laboratory. In order to join the Simeo project and integrate their model(s) in Simeo, modellers should follow the next steps:
The Simeo software can host various types of dynamics models at the scale of the vegetation scene. The core part of the software is free to make it easy for partners to join Simeo.
Note: Forestry modellers may be interesting in joining instead the Capsis project that focusses on forestry growth and yield / dynamics models. Simeo is for experimental descriptive or evolution models combining plants / trees fine architecture at the plantation level, possibly linked to biophysical models (radiative balance, biomechanics…).
Contact
The Simeo developers are skilled in software development and not in modelling. The help will concern the integration of the model within the Simeo software and NOT the model creation by itself.
Simeo is a sub-project of the AMAPstudio project.
The AMAPstudio charter explains the roles and rules for all the members of the project. It must be read and accepted by all members.
Under Windows:
Click Start > Control Panel > System on Windows XP or Start > Settings > Control Panel > System > Advanced > Environment Variables. Add the location of the bin/ folder (the 'java path') of the JDK into the 'System Variables' > PATH (or in case of trouble in the 'User Variables' > PATH).
A typical value for the 'java path' is:
C:\Program Files\Java\jdk1.6.0_<version>\bin
We suggest you add this 'java path' at the beginning of the 'system PATH', followed by a ';'
You should have a single bin/ directory for a single JDK in the path at a time. Those following the first instance are ignored. If one is already present, update it to jdk1.6.0_<version>\bin.
Under Linux:
Use your system installer (i.e. aptitude, apt-get, yum, urpmi…).
For instance, on Ubuntu :
sudo apt-get install sun-java6-jdk sun-java6-bin
Simeo files are hosted on the amap-dev development server. To access to these files, you need to create an account on the server.
Important note
Register yourself on: https://amap-dev.cirad.fr/account/register.
Once your account has been validated by an administrator you can access to the Simeo project: https://amap-dev.cirad.fr/projects/show/simeo
Your login/password will be used to access to SVN files, but also to manage Simeo on the amap-dev development server (e.g. ask for a bug correction / a new feature).
There are different methods to get the source codes of Simeo.
SmartSVN is a portable client written in Java to access to SVN repositories.
If SmartSVN asks for svnserve and svnadmin, click Cancel. During installation, SmartSVN will ask you if you want to evaluate the Pro version. You can ignore this message (it may begin 'pro' and turn to 'common' after a while).
Quick Checkout: URL: https://amap-dev.cirad.fr/svn/jeeb/trunk Local directory: the directory you choose for your local copy (e.g. C:\AMAPstudio OR /home/coligny/java/AMAPstudio)
Note: This is your new login password you entered when you registered on amap-dev
This SVN client fully integrates in the Windows file manager by adding SVN related options in the right-click menu for directories and files under SVN.
To get a local copy (checkout) of the AMAPstudio project:
svn checkout --username login https://amap-dev.cirad.fr/svn/jeeb/trunk AMAPstudio
For expert users only, no help provided here at this time.
SVN update: you should update your local copy every time you start to work on your project (every morning ?). Updating often helps reduce the number of conflicts.
Complete project recompilation is needed after an update, see section 7.
SVN commit: sends your local modifications to the server. Do not hesitate to commit often (if the local compilation is ok) in order to avoid conflicts. (every evening ?)
Subversion generates a unique revision number after each commit. Then you can easily recover your project in a particular state (in case of problems or incompatibility) ⇒ update to a particular revision.
To update your local copy…
To commit your changes…
To update your local copy…
To commit your changes…
To update your local copy…
svn up
To commit your changes…
svn ci // Enter a little message in english in the default editor, then Ctrl-O and Ctrt-X
// Windows ant compile
// Linux and Mac sh ant compile
If you need a full recompilation
// Windows ant clean compile
// Linux and Mac sh ant clean compile
Note: this recompilation should be done after each update. If there are errors, please contact the Simeo team.
The simeo.bat or simeo.sh scripts are used to start Simeo:
// Windows simeo
// Linux and Mac sh simeo.sh
Note: you may also use
ant run