STICS model example data
This repository contains a set of example input data used by the STICS model. It is mainly used as example data in the sticRs package vignettes.
To download the data, you can either
-
Clone it from the Github repository:
git clone https://github.com/VEZY/STICS_dummy.git
-
Or direct download the zip file here.
-
Or use the git2r package from R:
# install.packages("git2r")
target_path= "path_where_to_download_folder"
git2r::clone("https://github.com/VEZY/STICS_dummy", target_path)
STICS uses a minimum of ten input files that group parameters for soil, plants, site, climate etc...
It can use two more if used on intercrops (two per plants and two for technical parameters), and one (sole crop) or two (intercrop) more for observations used for model assessment. After making a run, STICS produce different outputs, depending on the inputs, but one (or two in intercrop) output is particularly useful above all : mod_s*
(or mod_sp*
and mod_sa*
for principal and associated plants respectively in intercrop).
The data provided in this repository are only dummy data with randomized (but plausible) input values. This example set is a wheat in self-intercropping, i.e. a simulation of a sole crop of wheat in intercropping mode. This is used to evaluate the intercrop module of STICS, which should yield approximately the same outputs in sole crop and in intercrop mode.
The example data folder contains sixteen different files:
climat.txt
: the input climateficini.txt
: the initialization fileficplt1.txt
: the principal plant parametersficplt2.txt
: the associated plant parametersfictec1.txt
: the technical parameters for the principal plantfictec2.txt
: the technical parameters for the associated plantmod_sadummy_simulation.sti
: the simulation output for the associated plantmod_spdummy_simulation.sti
: the simulation output for the principal plantnew_travail.usm
: the simulation control fileparam.sol
: the soil parametersstation.txt
: the station (i.e. plot) parameterstempopar.sti
: further parameterstempoparv6.sti
: further parameters that will be integrated in the next versionvar.mod
: Control which simulated variables are written in themod_s*
files.wheat_1.obs
: observation data for the principal plantwheat_2.obs
: observation data for the associated plant s
In intercrop mode, the STICS model computes one plant after another. The principal plant is the first one to be computed, and the associated one comes second, making the principal plant dominant in the beginning, and the associated dominated. The principal and associated status remain the same over the simulation, however the dominance status can change any time according to plant height.
Please note that this project has the only purpose to store example files for a STICS simulation, and to update them as the model is updated. Please update the input files from the master branch only in the case where STICS was modified, or create a new branch for your STICS version.
The STICS (Simulateur mulTIdisciplinaire pour les Cultures Standard, or multidisciplinary simulator for standard crops) model is a dynamic, generic and robust model aiming to simulate the soil-crop-atmosphere system. It was first developed in 1996 by INRA -the French National Institute for Agricultural research- by Nadine Brisson and Dominique Ripoche. An overview of the model is available here.
The sticRs package was developed by Rémi Vezy and the STICS group thanks to the European H2020 funded ReMIX project.