-
We are not going to change the current sim, however a user wrote to me on twitter with the following use case that we might want to support in a future version of the sim when we have more macroscopic…
-
Atmospheric Potential Evaporation, called Eo in APSIM, is currently calculated using algorithms from CERES Maize. They are supposedly implementations of a Priestly-Taylor evaporation rate (ie an Equi…
-
The current Basin definition:
```
struct Basin{T, C}
-
```
would be good to have a default value here, like some of the other's many
people probably won't really know what to put here, perhaps some value like
4ltrs/hr would be good to put as a default.
`…
-
```
would be good to have a default value here, like some of the other's many
people probably won't really know what to put here, perhaps some value like
4ltrs/hr would be good to put as a default.
`…
-
Invent a drastically simplified weather model, so simple it can be "run" on pencil-and-paper, or board-game stuff like tokens.
Would like it to demonstrate at least basic mechanics:
1. wind caused …
cben updated
2 months ago
-
-
Will link legacy documentation to this issue once it's uploaded. Need to update documentation with enhancements over the last year, as well as update with transfer from T7 legacy program to OpenDCS a…
-
### 问题描述
组合图配置Y和Y1 两个缩略轴,拖动Y1 会导致Y的刻度和Y1 变成一样
### 重现链接
_No response_
### 重现步骤
import { Chart } from '@antv/g2';
const data = [
{
Month: 'Jan',
Evaporation: 2,
Precipitation: …
-
in dataset 17 it require both surface area and depth of the top layer to calculate evaporation. specifically, rsc requires kilo of salt per surface area [kg/m2], which is calculated by SM/sarea rightn…