Skip to content

Commit

Permalink
Docs: fixed the Error in Simple model example in eCalc Docs, variable…
Browse files Browse the repository at this point in the history
… name started from salt_water to sea_water in full eCalc YAML model (#369)
  • Loading branch information
equinor-schen authored Feb 6, 2024
1 parent 6786f52 commit 2961d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/about/modelling/examples/simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ We reference the [TIME_SERIES](#time_series) `SIM` using the column names from t

:::tip
It is possible to specify if-else conditions by multiplying with boolean values.
This has been done in the $var.salt_water_injection_rate_m3_per_day variable example above.
This has been done in the $var.sea_water_injection_rate_m3_per_day variable example above.
:::

## INSTALLATION
Expand Down Expand Up @@ -413,7 +413,7 @@ INSTALLATIONS:
ENERGYFUNCTION: pump_sampled
VARIABLES:
- NAME: RATE
EXPRESSION: $var.salt_water_injection_rate_m3_per_day
EXPRESSION: $var.sea_water_injection_rate_m3_per_day
FUELCONSUMERS:
- NAME: Flare
CATEGORY: FLARE
Expand Down

0 comments on commit 2961d2f

Please sign in to comment.