Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: fixed the Error in Simple model example in eCalc Docs, variable name started from salt_water to sea_water in full eCalc YAML model #369

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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