FishMet: Fish feeding and appetite model, OPEN EDITION
0.1
FishMet: Fish feeding and appetite model, OPEN EDITION
|
The FishMet Model: Parameter input and output, model scheduling. More...
Go to the source code of this file.
Modules | |
module | runtime |
Module that defines the runtime behaviour of the model. | |
Functions/Subroutines | |
impure subroutine | runtime::system_init |
This procedure performs basic initialisation of the system: More... | |
impure subroutine | runtime::system_run_main () |
This subroutine starts and schedules the model. More... | |
impure subroutine | runtime::read_parameters () |
The subroutine read_parameters reads global parameters defined in the commondata module from configuration file commondata::param_file_name_def. More... | |
impure subroutine | runtime::exit_with_error (message, no_exit) |
A wrapper subroutine that will produce error message and halt. More... | |
character(len=:) function, allocatable | runtime::parse_svn_version (svn_version_string) |
Parse and cut revision number in form of string from the whole SVN revision string. SVN revision number can therefore be included into the model outputs and output file names. This is convenient because the model version is identified by a single SVN revision number. More... | |
elemental logical function | runtime::check_stomach_transport_emptying_agree () |
Check if the stomach pattern matrix agrees with the stomach emptying partameter matrix, i.e. the difference is less than one hour. More... | |
The FishMet Model: Parameter input and output, model scheduling.
Definition in file m_runtime.f90.