pycopancore icon indicating copy to clipboard operation
pycopancore copied to clipboard

reference implementation of the copan:CORE World-Earth modelling framework

Results 51 pycopancore issues
Sort by recently updated
recently updated
newest added

see https://www.jasss.org/23/2/7.html Should not be too difficult, since their entity/variable/process meta-model is very close to our entity type/variable/process meta-model.

user story

I think the group entity would be at a point to be merged into master. I only ran tests that used the entity with a modified seven dwarfs script, but...

enhancement
user story

Hi! I am currently working on a thorough revision of [MayaSim's Python implementation](https://github.com/fkuehlein/MayaSim). In that process I was seriously considering whether its full reimplementation in Pycopancore could be worthwile. I'm...

For repeated copan:CORE runs (monte-carlo, pymofa) at the 2nd run following error arises: _Process taxa can only be instantiated once._ This can be solved by using the built-in `.delete()` method...

bug
python

This gives the template for local pymofa runs with copan:CORE. No cluster and paralellisation yet.

enhancement

Currently only entities have a UID. This UID is (among other cases) used when saving the trajectory to a pickle file. Variables for each instance of the entity are saved...

enhancement

For creating rate variables in the interface, only the unit `D.years**(-1)` works, other time units such as days, weeks or months do not. No error message is produced and the...

bug