-
As I've alluded to in #224 nativeshell applications doesn't run on linux using flutter 3.22+
The following is the stacktrace & relevant logs from the application on flutter 3.22.0.
```
** Help …
-
Create a function for converting earth system model (ESM) plankton output into (ther)Mizer input
-
I have thought a bit about how to use a zooMizer model as a zooplankton component in a Mizer fish model. It turns out that the new mizer extension mechanism is perfect for this.
ZooMizer needs to …
-
A paper I did with Julia following the last two chapters of my Ph.D. (link given below) was about adding seasonality in both the resource spectrum and species-specific reproduction to an early version…
-
Asta has claimed that the old pre-mizer code was three times faster than the current mizer code. That of course requires investigation.
-
I think it would be very useful to have a page on our website that helps people who already know Ecopath with Ecosim to understand mizer.
Luckily, Peter West (@peterwest17), a Master student at th…
-
Is there a problem with how yield is calculated? I think it could be inconsistent with how fishing mortality works when the model is not in a stationary state.
In the McKendrick-von Foerster equati…
-
We need a foolproof way of switching an existing Mizer fish model from using its default resource model to using a zooMizer model. As @patricksykes discovered, it is not easy to get the fish model and…
-
Do you have any view about what kind of integration with [FLR](https://flr-project.org/) would be useful? In @iagomosqueira FLR has a very responsive maintainer. I imagine that some integration would …
-
By default mizer uses an allometric function for the proportion of the available energy that a mature individual invests into reproduction:
```
repro_prop(w) = (w / w_inf) ^ (m - n)
```
where `n` …