From 277d9afc7657a1291cf173c62d3940b74ac74fc5 Mon Sep 17 00:00:00 2001 From: Jingru923 Date: Thu, 11 Jan 2024 15:36:15 +0000 Subject: [PATCH] deploy: bf2751359fd0dbefdc641849d09ea3e422aefe39 --- build/index.html | 312 +++++----- python/examples.html | 8 +- python/index.html | 6 + python/reference/index.html | 10 + python/test-models.html | 582 ++++++++++++++++++ .../figure-html/cell-2-output-1.png | Bin 0 -> 82970 bytes .../figure-html/cell-2-output-10.png | Bin 0 -> 103675 bytes .../figure-html/cell-2-output-11.png | Bin 0 -> 48678 bytes .../figure-html/cell-2-output-12.png | Bin 0 -> 47185 bytes .../figure-html/cell-2-output-13.png | Bin 0 -> 44671 bytes .../figure-html/cell-2-output-14.png | Bin 0 -> 44548 bytes .../figure-html/cell-2-output-15.png | Bin 0 -> 86386 bytes .../figure-html/cell-2-output-16.png | Bin 0 -> 62339 bytes .../figure-html/cell-2-output-17.png | Bin 0 -> 99762 bytes .../figure-html/cell-2-output-18.png | Bin 0 -> 98968 bytes .../figure-html/cell-2-output-19.png | Bin 0 -> 42482 bytes .../figure-html/cell-2-output-2.png | Bin 0 -> 62114 bytes .../figure-html/cell-2-output-20.png | Bin 0 -> 64715 bytes .../figure-html/cell-2-output-21.png | Bin 0 -> 107707 bytes .../figure-html/cell-2-output-22.png | Bin 0 -> 77875 bytes .../figure-html/cell-2-output-23.png | Bin 0 -> 72436 bytes .../figure-html/cell-2-output-24.png | Bin 0 -> 44737 bytes .../figure-html/cell-2-output-25.png | Bin 0 -> 50074 bytes .../figure-html/cell-2-output-26.png | Bin 0 -> 59164 bytes .../figure-html/cell-2-output-27.png | Bin 0 -> 59566 bytes .../figure-html/cell-2-output-28.png | Bin 0 -> 86505 bytes .../figure-html/cell-2-output-3.png | Bin 0 -> 87326 bytes .../figure-html/cell-2-output-4.png | Bin 0 -> 76266 bytes .../figure-html/cell-2-output-5.png | Bin 0 -> 86078 bytes .../figure-html/cell-2-output-7.png | Bin 0 -> 43280 bytes .../figure-html/cell-2-output-8.png | Bin 0 -> 97472 bytes .../figure-html/cell-2-output-9.png | Bin 0 -> 68945 bytes search.json | 393 ++++++------ 33 files changed, 961 insertions(+), 350 deletions(-) create mode 100644 python/test-models.html create mode 100644 python/test-models_files/figure-html/cell-2-output-1.png create mode 100644 python/test-models_files/figure-html/cell-2-output-10.png create mode 100644 python/test-models_files/figure-html/cell-2-output-11.png create mode 100644 python/test-models_files/figure-html/cell-2-output-12.png create mode 100644 python/test-models_files/figure-html/cell-2-output-13.png create mode 100644 python/test-models_files/figure-html/cell-2-output-14.png create mode 100644 python/test-models_files/figure-html/cell-2-output-15.png create mode 100644 python/test-models_files/figure-html/cell-2-output-16.png create mode 100644 python/test-models_files/figure-html/cell-2-output-17.png create mode 100644 python/test-models_files/figure-html/cell-2-output-18.png create mode 100644 python/test-models_files/figure-html/cell-2-output-19.png create mode 100644 python/test-models_files/figure-html/cell-2-output-2.png create mode 100644 python/test-models_files/figure-html/cell-2-output-20.png create mode 100644 python/test-models_files/figure-html/cell-2-output-21.png create mode 100644 python/test-models_files/figure-html/cell-2-output-22.png create mode 100644 python/test-models_files/figure-html/cell-2-output-23.png create mode 100644 python/test-models_files/figure-html/cell-2-output-24.png create mode 100644 python/test-models_files/figure-html/cell-2-output-25.png create mode 100644 python/test-models_files/figure-html/cell-2-output-26.png create mode 100644 python/test-models_files/figure-html/cell-2-output-27.png create mode 100644 python/test-models_files/figure-html/cell-2-output-28.png create mode 100644 python/test-models_files/figure-html/cell-2-output-3.png create mode 100644 python/test-models_files/figure-html/cell-2-output-4.png create mode 100644 python/test-models_files/figure-html/cell-2-output-5.png create mode 100644 python/test-models_files/figure-html/cell-2-output-7.png create mode 100644 python/test-models_files/figure-html/cell-2-output-8.png create mode 100644 python/test-models_files/figure-html/cell-2-output-9.png diff --git a/build/index.html b/build/index.html index 7053cb16d..0830b275a 100644 --- a/build/index.html +++ b/build/index.html @@ -268,11 +268,11 @@

solve!
  • BMI.finalize
  • -

    source

    +

    source

    # Ribasim.configModule.

    module config

    Ribasim.config is a submodule of Ribasim to handle the configuration of a Ribasim model. It is implemented using the Configurations package. A full configuration is represented by Config, which is the main API. Ribasim.config is a submodule mainly to avoid name clashes between the configuration sections and the rest of Ribasim.

    -

    source

    +

    source

    @@ -281,14 +281,14 @@

    # Ribasim.AllocationModelType.

    Store information for a subnetwork used for allocation.

    objectivetype: The name of the type of objective used allocationnetworkid: The ID of this allocation network capacity: The capacity per edge of the allocation graph, as constrained by nodes that have a maxflowrate problem: The JuMP.jl model for solving the allocation problem Δtallocation: The time interval between consecutive allocation solves

    -

    source

    +

    source

    # Ribasim.AllocationModelMethod.

    Construct the JuMP.jl problem for allocation.

    Inputs

    config: The model configuration with allocation configuration in config.allocation p: Ribasim problem parameters Δt_allocation: The timestep between successive allocation solves

    Outputs

    An AllocationModel object.

    -

    source

    +

    source

    # Ribasim.BasinType.

    Requirements: