Table of Contents

Table of Content

Headless mode

GroIMP can be started without its graphical interface, in headless.

More information on the headless mode:

A tutorial:

GreenLab

Parts of the GreenLab model were reimplemented in the language XL. As the basis, the implementation of the GreenLab model in the software GreenScilab, version GreenScilabv1.0_demo, was taken.

More information on the Greenlab plugin:

A tutorial:

Command Line Interface

GroIMP can be started without its graphical interface, with a CLI. Unlike the Headless mode, the CLI enables interaction with the model during run time.

More documentation on the CLI:

A tutorial:

Application Programming Interface

GroiMP can be started as an API to be used from other software (e.g. Python, R, …).

More information on the API:

Tutorials:

HTTP Server

It is possible to start GroIMP as a HTTP server which can be accessible from HTTP request.

More information:

Tutorial:

GroIMP Server

GroIMP can be started as a server. Then, other instances of GroIMP can connect to the GroIMP server. This enables multiple user concurrently accessing a single model from different devices.

More information:

Tutorial: