See the documentation at https://simplace.readthedocs.io/
Run and control simulations in the simulation framework Simplace.
You need to install the Simplace simulation framework https://www.simplace.net/
Example usage:
>>> import simplace
>>> sh = simplace.initSimplace('/ws/','/runs/simulation/','/out/')
>>> simplace.openProject(sh, '/sol/Maize.sol.xml')
>>> simid = simplace.createSimulation(sh, {'vLUE':3.2,'vSLA':0.023})
>>> simplace.runSimulations(sh)
>>> result = simplace.resultToList(simplace.getResult(sh,'YearOut',simid))
>>> simplace.closeProject(sh)
>>> print(result['BiomassModule.Yield'])
805.45
The module requires Java >= 11.0 and python packages numpy and JPype1.
Release files for simplace 5.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simplace-5.1.0.tar.gz | 21.9 kB | Details |
Release files / simplace-5.1.0.tar.gz
| Download URL | simplace-5.1.0.tar.gz |
|---|---|
| Size | 21.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
868d83c32496509bbc2735df964bce431503e0b6f2acc49122f50227b072c238
|
|
BLAKE2b-256 checksum How to use checksums |
e7e094596a3633de3960f3d656bcef108d95efca5628bb7d168946e16caa4fec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|