Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughRemoved the legacy DB–model comparison doc and reorganized its content into three new/updated docs: a comprehensive parameter reference ( Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 10
🤖 Fix all issues with AI agents
In @docs/source/db_model_comparison.rst:
- Line 26: The Notes column contains a "NEED HELP" placeholder for the
time_season_sequential entry; replace it with a short, accurate description by
locating where time_season_sequential is defined/used (search for the symbol
time_season_sequential in the codebase and inspect related functions
time_season_to_sequential and ordered_season_sequential), summarize its purpose
and behavior (input expected, transformation it performs, any ordering or season
handling details), and update the RST line to include that description instead
of "NEED HELP".
- Line 79: Replace the misspelled word "defing" with "defining" in the sentence
fragment "necessary, defing these operators as a set allows modelers to express
constraints" within the docs/source/db_model_comparison.rst file so the text
reads "necessary, defining these operators as a set allows modelers to express
constraints".
- Line 12: Fix the typo "dtabase" → "database" in the documentation sentence
that reads "elements, the first element refers to the name of the dtabase table
and the second" in db_model_comparison.rst; update that instance to "database"
so the sentence correctly reads "elements, the first element refers to the name
of the database table and the second".
- Line 83: Update the table header string so it matches other tables by
replacing "Model Element" with "Model Code" in the :header: line; specifically
edit the line currently reading :header: "Set", "Database Table", "Model
Element", "Notes" and change it to :header: "Set", "Database Table", "Model
Code", "Notes" so the header is consistent.
- Line 66: Replace the table header entry that currently reads :header: "Set",
"Database Table", "Model Element", "Notes" so it matches other tables by using
"Model Code" instead of "Model Element"; locate the :header: line in
docs/source/db_model_comparison.rst and change the third quoted header token to
"Model Code" to ensure consistency.
- Line 31: Update the table header string that currently reads ':header: "Set",
"Database Table", "Model Element", "Notes"' to use "Model Code" instead of
"Model Element"; locate the header declaration (the :header: line) and replace
"Model Element" with "Model Code" so the table header matches the other tables.
- Line 72: Update the flags list literal ":code:`commodity, flag = w, wa , wp`"
to remove the stray space before "wa" so it reads ":code:`commodity, flag = w,
wa, wp`"; edit the RST line containing that string (the flags list) to correct
the spacing and ensure consistent comma separation.
- Line 43: Update the table header to use "Model Code" instead of "Model
Element": locate the table header declaration that currently reads :header:
"Set", "Database Table", "Model Element", "Notes" and change the third header
string to "Model Code" so it becomes :header: "Set", "Database Table", "Model
Code", "Notes".
- Line 36: Update the documentation entry for the set regional_global_indices:
replace the placeholder "NEED HELP - is this set required? It appears to be
deprecated?" with the precise description: "set of all regions and regional
groups (regions and groups can be used interchangeably in constraints)". Ensure
the new text is used wherever regional_global_indices is documented so it
clearly states it is required and describes its purpose in 11+ constraints and
parameters for capacity, activity, emissions, and share limits.
- Line 56: Replace the incorrect code identifier `tech_unlim_cap` with the
actual implementation name `tech_uncap` in the mathematical formulation
documentation: locate every occurrence of `:code:\`tech_unlim_cap\`` in the
mathematical_formulation.rst content and change it to `:code:\`tech_uncap\`` so
the docs match the Python implementation (the codebase uses `tech_uncap` in
core/model.py, components/capacity.py, components/reserves.py, etc.).
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (2)
docs/source/db_model_comparison.rstdocs/source/mathematical_formulation.rst
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: setup and test (macos-latest, 3.13)
- GitHub Check: setup and test (windows-latest, 3.13)
- GitHub Check: setup and test (macos-latest, 3.12)
- GitHub Check: setup and test (windows-latest, 3.12)
🔇 Additional comments (2)
docs/source/mathematical_formulation.rst (1)
127-131: LGTM! Helpful introductory context added.This new paragraph effectively sets up the reader for the detailed set definitions that follow and aligns well with the updated mapping tables in
db_model_comparison.rst.docs/source/db_model_comparison.rst (1)
89-257: Parameter mapping tables look good overall.The parameter mapping tables are well-structured and provide clear correspondences between database tables, model elements, and their purposes. The consistent use of "Model Element" in these table headers (vs "Model Code" in the sets tables) appears to be an intentional distinction.
docs/source/db_model_comparison.rst
Outdated
| The sets in the table below define Temoa's representation of regions. | ||
|
|
||
| .. csv-table:: | ||
| :header: "Set", "Database Table", "Model Element", "Notes" |
There was a problem hiding this comment.
Update header to match other tables.
The header should be "Model Code" instead of "Model Element" for consistency with the other tables in this file.
📝 Proposed fix
- :header: "Set", "Database Table", "Model Element", "Notes"
+ :header: "Set", "Database Table", "Model Code", "Notes"📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| :header: "Set", "Database Table", "Model Element", "Notes" | |
| :header: "Set", "Database Table", "Model Code", "Notes" |
🤖 Prompt for AI Agents
In @docs/source/db_model_comparison.rst at line 31, Update the table header
string that currently reads ':header: "Set", "Database Table", "Model Element",
"Notes"' to use "Model Code" instead of "Model Element"; locate the header
declaration (the :header: line) and replace "Model Element" with "Model Code" so
the table header matches the other tables.
docs/source/db_model_comparison.rst
Outdated
| number of technology subsets. | ||
|
|
||
| .. csv-table:: | ||
| :header: "Set", "Database Table", "Model Element", "Notes" |
There was a problem hiding this comment.
Update header to match other tables.
The header should be "Model Code" instead of "Model Element" for consistency.
📝 Proposed fix
- :header: "Set", "Database Table", "Model Element", "Notes"
+ :header: "Set", "Database Table", "Model Code", "Notes"📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| :header: "Set", "Database Table", "Model Element", "Notes" | |
| :header: "Set", "Database Table", "Model Code", "Notes" |
🤖 Prompt for AI Agents
In @docs/source/db_model_comparison.rst at line 43, Update the table header to
use "Model Code" instead of "Model Element": locate the table header declaration
that currently reads :header: "Set", "Database Table", "Model Element", "Notes"
and change the third header string to "Model Code" so it becomes :header: "Set",
"Database Table", "Model Code", "Notes".
docs/source/db_model_comparison.rst
Outdated
| technologies. | ||
|
|
||
| .. csv-table:: | ||
| :header: "Set", "Database Table", "Model Element", "Notes" |
There was a problem hiding this comment.
Update header to match other tables.
The header should be "Model Code" instead of "Model Element" for consistency.
📝 Proposed fix
- :header: "Set", "Database Table", "Model Element", "Notes"
+ :header: "Set", "Database Table", "Model Code", "Notes"📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| :header: "Set", "Database Table", "Model Element", "Notes" | |
| :header: "Set", "Database Table", "Model Code", "Notes" |
🤖 Prompt for AI Agents
In @docs/source/db_model_comparison.rst at line 66, Replace the table header
entry that currently reads :header: "Set", "Database Table", "Model Element",
"Notes" so it matches other tables by using "Model Code" instead of "Model
Element"; locate the :header: line in docs/source/db_model_comparison.rst and
change the third quoted header token to "Model Code" to ensure consistency.
docs/source/db_model_comparison.rst
Outdated
| more efficiently. | ||
|
|
||
| .. csv-table:: | ||
| :header: "Set", "Database Table", "Model Element", "Notes" |
There was a problem hiding this comment.
Update header to match other tables.
The header should be "Model Code" instead of "Model Element" for consistency.
📝 Proposed fix
- :header: "Set", "Database Table", "Model Element", "Notes"
+ :header: "Set", "Database Table", "Model Code", "Notes"📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| :header: "Set", "Database Table", "Model Element", "Notes" | |
| :header: "Set", "Database Table", "Model Code", "Notes" |
🤖 Prompt for AI Agents
In @docs/source/db_model_comparison.rst at line 83, Update the table header
string so it matches other tables by replacing "Model Element" with "Model Code"
in the :header: line; specifically edit the line currently reading :header:
"Set", "Database Table", "Model Element", "Notes" and change it to :header:
"Set", "Database Table", "Model Code", "Notes" so the header is consistent.
9204f31 to
3eb54b3
Compare
docs/source/db_model_comparison.rst
Outdated
| ":math:`\text{C}^p`", ":code:`commodity, flag = p`", ":code:`commodity_physical`", "physical energy commodities (e.g. electricity, coal, uranium, oil) produced and consumed across the energy system" | ||
| ":math:`\text{C}^w`", ":code:`commodity, flag = w, wa , wp`", ":code:`commodity_waste`", "production can be greater than consumption; can be physical, annual, or neither (not balanced)" | ||
| ":math:`\text{C}^a`", ":code:`commodity, flag = a`", ":code:`commodity_annual`", "same as commodity physical but flows are only balanced over each period (:math:`\text{C}^a \subset \text{C}^p`)" | ||
| ":math:`\text{C}^l`", ":code:`commodity, flag = l`", ":code:`commodity_flex`", "commodities with flexible supply or demand (:math:`\text{C}^l \subset \text{C}^p`)" |
There was a problem hiding this comment.
"(disposable) commodities produced by a flex technology"
| ":math:`\text{LA}_{r,p,t}`","limit_activity",":math:`\mathbb{R}^+_0`","Limit tech-specific activity by region and period" | ||
| ":math:`\text{LC}_{r,p,t}`","limit_capacity",":math:`\mathbb{R}^+_0`","Limit tech-specific capacity by period" | ||
| ":math:`\text{LNC}_{r,p,t}`","limit_new_capacity",":math:`\mathbb{R}^+_0`","Limit new capacity deployment by period" | ||
| ":math:`\text{LR}_{r,t}`","limit_resource",":math:`\mathbb{R}^+_0`","Limit resource production by tech across time periods" |
There was a problem hiding this comment.
"Cumulative activity limit across time periods (not supported in myopic)"
| ":math:`\text{TISA}_{r,i,t}`","tech_output_split_annual",":math:`\mathbb{I}`","Average annual technology output fuel ratio" | ||
| ":math:`\text{TOSA}_{r,t,o}`","tech_output_split_annual",":math:`\mathbb{I}`","Average annual technology output fuel ratio" | ||
| ":math:`{}^*\text{LA}_{t,v}`","loan_annualize",":math:`\mathbb{R}^+_0`","Loan amortization by tech and vintage; based on :math:`DR_t`" | ||
| ":math:`{}^*\text{MPL}_{p,t,v}`","model_process_life",":math:`\mathbb{N}`","Smaller of remaining model horizon or process tech life" |
There was a problem hiding this comment.
I think I deprecated MPL when updating the objective function
docs/source/db_model_comparison.rst
Outdated
| Commodity Sets | ||
| ^^^^^^^^^^^^^^ | ||
| ":math:`{}^*\text{T}`", ":code:`technology`", ":code:`tech_all`", "all technologies to be modeled; (:math:`{T}^r \cup {T}^p`)" | ||
| ":math:`\text{T}^p`", ":code:`technology`", ":code:`tech_production`", "techs producing intermediate commodities, like electricity" |
docs/source/db_model_comparison.rst
Outdated
| ":math:`\text{C}^d`", ":code:`commodity, flag = d`", ":code:`commodity_demand`", "end-use demand commodities, representing the final consumer demands" | ||
| ":math:`\text{C}^e`", ":code:`commodity, flag = e`", ":code:`commodity_emissions`", "emission commodities (e.g. :math:`\text{CO}_\text{2}` :math:`\text{NO}_\text{x}`); filtered by flag" | ||
| ":math:`\text{C}^p`", ":code:`commodity, flag = p`", ":code:`commodity_physical`", "physical energy commodities (e.g. electricity, coal, uranium, oil) produced and consumed across the energy system" | ||
| ":math:`\text{C}^w`", ":code:`commodity, flag = w, wa , wp`", ":code:`commodity_waste`", "production can be greater than consumption; can be physical, annual, or neither (not balanced)" |
d0fcd30 to
6e60e71
Compare
There was a problem hiding this comment.
Actionable comments posted: 4
🤖 Fix all issues with AI agents
In `@docs/source/db_model_comparison.rst`:
- Around line 11-13: Remove the duplicate explanatory paragraph about
comma-separated elements in the "Database Table" column (the note currently at
lines 11-13) because it repeats the same explanation already given earlier in
lines 3-9; keep the original occurrence and delete the redundant note so the
section contains only one clear explanation of the first element being the table
name and the second being the column name.
In `@docs/source/mathematical_formulation.rst`:
- Around line 127-131: The documentation uses lowercase "python" in the sentence
that mentions the programming language; update the occurrence of the phrase
"python code" to "Python code" in the mathematical_formulation.rst content so
the proper noun is capitalized, leaving the rest of the sentence unchanged.
- Around line 394-395: The table mixes LaTeX commands: the entries for
\mathrm{LGNC}_{\Delta,r,t} and \mathrm{LDGNC}_{\Delta,r,t} use \mathrm{} while
related non-delta parameters use \text{}; update those two parameter notations
to use \text{} (i.e., \text{LGNC}_{\Delta,r,t} and \text{LDGNC}_{\Delta,r,t}) so
all parameter names in the same table use consistent \text{} formatting.
- Line 388: Update the descriptive text for the parameter named
limit_new_capacity (shown as :math:`\text{LNC}_{r,p,t}`) to refer to "capacity"
instead of "activity"; specifically replace "Cumulative activity limit across
time periods (not supported in myopic)" with "Cumulative capacity limit across
time periods (not supported in myopic)" so the description matches the parameter
name.
6e60e71 to
b8ec219
Compare
There was a problem hiding this comment.
Actionable comments posted: 4
🤖 Fix all issues with AI agents
In `@docs/source/db_model_comparison.rst`:
- Around line 193-194: Replace the \mathrm uses in the math labels with \text
for consistency: change ":math:`\mathrm{LGNC}_{\Delta,r,t}`" to
":math:`\text{LGNC}_{\Delta,r,t}`" and ":math:`\mathrm{LDGNC}_{\Delta,r,t}`" to
":math:`\text{LDGNC}_{\Delta,r,t}`" so the LGNC and LDGNC identifiers match the
other parameters that use \text{} formatting.
- Line 177: The description for the variable/symbol ":math:`\text{LNC}_{r,p,t}`"
(identified by the key "limit_new_capacity") is inconsistent between docs:
change the short phrase "new capacity limits" in db_model_comparison.rst to the
more descriptive wording used in mathematical_formulation.rst ("Limit new
capacity deployment by period") so both files use the same informative
description for limit_new_capacity / :math:`\text{LNC}_{r,p,t}`.
- Around line 13-23: The document's table headers are inconsistent: the first
table uses the header value "Model Code" while many later tables use "Model
Element"; update all table header declarations that currently include "Model
Element" to instead use "Model Code" so all tables use the same header
terminology (search for header lines like :header: "Set", "Database Table",
"Model Element", "Notes" and change "Model Element" to "Model Code", and also
replace any standalone column label occurrences of "Model Element" with "Model
Code" to ensure consistency).
In `@docs/source/mathematical_formulation.rst`:
- Around line 388-395: The parameter descriptions for \text{LR}_{r,t} (LR) and
\text{LNC}_{r,p,t} (LNC) are inconsistent between the two docs; update the
descriptions so they are precise and identical across documentation: for
\text{LR}_{r,t} use a single clarified phrase such as "limit resource
production/extraction by technology across time periods (cumulative across
periods; not supported in myopic)" if the model semantics include both
production and extraction, or pick the correct one if it’s only production or
only extraction, and ensure the parenthetical myopic-support note is included
only if accurate; for \text{LNC}_{r,p,t} use a consistent phrase like "limit new
capacity deployment by period (new capacity limits by period)" or whichever
precise meaning matches the model; apply these exact updated strings in both
mathematical_formulation and db_model_comparison entries so the parameter names
\text{LR}_{r,t} and \text{LNC}_{r,p,t} have identical, unambiguous descriptions.
1ede199 to
1ce3f7b
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@docs/source/db_model_comparison.rst`:
- Around line 4-6: The phrase "column within the database column" is redundant
and should be changed to "column within the database table"; update the sentence
around the :code:`time_period` example so it reads that the second element
refers to a specific column within the database table (not "database column") to
tighten the wording.
docs/source/db_model_comparison.rst
Outdated
| comma-separated. In those cases, the first element refers to the name of the database | ||
| table, and the second refers to specific column within the database column used to | ||
| identify a specific subset. For example, in the first table below, :code:`time_period` |
There was a problem hiding this comment.
Tighten wording: “database column” → “database table”.
Currently reads “column within the database column,” which is redundant.
📝 Proposed fix
- table, and the second refers to specific column within the database column used to
+ table, and the second refers to a specific column within the database table used to🤖 Prompt for AI Agents
In `@docs/source/db_model_comparison.rst` around lines 4 - 6, The phrase "column
within the database column" is redundant and should be changed to "column within
the database table"; update the sentence around the :code:`time_period` example
so it reads that the second element refers to a specific column within the
database table (not "database column") to tighten the wording.
1ce3f7b to
d13a93e
Compare
|
@idelder -- can you clarify the description of waste commodities? Here's what we currently have: "production can be greater than consumption; can be physical, annual, or neither (not balanced, all wasted)" But it looks like waste commodities are their own set, not a subset of physical commodities. Also, what the difference between waste and flex commodities? |
|
Waste commodities can either be a subset of physical commodities (annual 'wa' or physical 'wp') or, if they're just tagged as 'w' then they're just a sink. Flex commodities are any commodity produced by a flex technology. They are also essentially waste commodities but defined for the technology instead. I considered getting rid of the flex technology type altogether but there may be cases where you want the same commodity to be wasted when produced by one technology but not another (hard to think of a concrete example). Another difference is that the model uses a decision variable to track wasted flex flows but not wasted commodity waste flows (although this is something we could do). I'll have a go at updating the description today (and maybe add clarity to a couple others while I'm at it) |
|
Thanks @idelder! I'm in the midst of a commit, so might want to hold off until I can push. Regarding the waste commodity, in |
|
Alright I'll hold off a bit. The sets are a venn diagram (independent tags). Some but not all physical commodities are waste commodities. Some but not all waste commodities are physical commodities. |
Reorganized and updated the discussion of model formulation. Split up the set and parameter mapping tables that show the translation from algebraic expression to database table to model code.
There was a problem hiding this comment.
Actionable comments posted: 11
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/source/mathematical_formulation.rst`:
- Around line 1112-1113: Update the possessive in the phrase "the readers
general understanding of the context" to include an apostrophe; replace that
phrase with either "the reader’s general understanding of the context"
(singular) or "the readers’ general understanding of the context" (plural) in
the sentence containing "The use of (:math:`\Theta`)" so the possessive is
correct.
- Around line 105-108: Update the sentence that currently reads "represent time
ranging large blocks of time (e.g., winter-night) to every hour in a given
season" to correct the grammar by inserting "from" so it reads "represent time
ranging from large blocks of time (e.g., winter-night) to every hour in a given
season"; locate this within the paragraph containing "time slices are
user-defined" and the phrase "{s,d}" and replace the phrase accordingly.
- Around line 126-127: Replace the incorrect set name time_existing with the
canonical time_exist used elsewhere in the docs: find the occurrence of
"time_existing" in the mathematical_formulation.rst text (the sentence starting
"Temoa assumes that all elements of the ... sets are integers") and change it to
"time_exist" so it matches the previously defined/used set name; ensure both
occurrences in that sentence (time_existing and time_future) are consistently
named with the project's naming convention (use time_exist for the
existing-times set).
- Line 927: Update the FOA entry in the decision-variable summary so its index
list matches the annual variable definition (v_flow_out_annual): replace the
current FOA_{r,p,s,d,i,t,v,o} listing with the same indices used by
v_flow_out_annual (i.e., remove the time-slice indices such as s and t or
otherwise align to the annual form), and ensure the row label and description
reference v_flow_out_annual exactly so the indices and name are consistent.
In `@docs/source/param_desc_and_tables.rst`:
- Around line 160-164: Remove the duplicate derived-parameter row for
segment_fraction_per_season: locate the two entries that reference
":code:`segment_fraction_per_season`" (the one described as "computed from
segment fractions" and the one described as "computed internally from segment
fractions") and delete one so the parameter appears only once with a single,
clear description; ensure the remaining row uses the preferred wording and
preserves surrounding formatting/spacing in the table.
- Line 140: The math notation uses the same technology index twice
(LIT_{r,t,e,t}), causing ambiguity; update the LaTeX and surrounding text to use
distinct symbols for the source vs linked dummy technology (for example
LIT_{r,t,e,t'} or LIT_{r,t,e,t_linked}, and update occurrences of
linked_tech/linked_techs accordingly) so the roles are clear and consistent in
the equation and description.
- Around line 182-183: Fix the duplicated article in the sentence "Finally, the
database tables below do not have a directed mapping to the the model code" by
removing the extra "the" so it reads "...to the model code"; optionally also
consider replacing "directed mapping" with "direct mapping" for clarity. Update
the sentence in docs/source/param_desc_and_tables.rst where that exact phrase
appears.
- Line 46: The table reuses the symbol "LR" for two different parameters
("loan_rate" and "limit_resource"), causing ambiguity; choose and apply a
distinct symbol for one of them (e.g., rename the limit_resource symbol to
"LRes" or "LR_lim" in its math notation and parameter label) and update all
occurrences in the document where that parameter is referenced (the code literal
":code:`limit_resource`" and its math form) so the math notation and label are
consistent and unique from ":math:`\text{LR}_{r,t,v}`" / ":code:`loan_rate`".
In `@docs/source/set_desc_and_tables.rst`:
- Around line 108-109: The sentence contains a typo: replace "used to specific
internal data structures" with "used to specify internal data structures" so the
sentence reads "...These are also python dictionaries and sets used to specify
internal data structures during model construction and are not considered formal
model elements." Update the phrase in the sentence where "used to specific"
appears.
- Around line 12-13: Replace the incorrect phrase "database column" with
"database table" in the sentence that reads "the second refers to specific
column within the database column used to identify a specific subset" so it
correctly reads that the second refers to a specific column within the database
table; update the surrounding wording mentioning :code:`time_period` and the
"mapping key" wording if needed to ensure consistency (search for the exact
substring "database column used to identify a specific subset" and change
"column" -> "table").
- Line 82: The math in the description is inconsistent: change the formula
:math:`\text{C}_p \cup \text{C}_d` to include waste commodities (e.g.
:math:`\text{C}_p \cup \text{C}_d \cup \text{C}_w` or :math:`\text{C}_p \cup
\text{C}_d \cup \text{C}_{\text{waste}}`) and ensure the accompanying text for
"commodity_carrier" mentions the same sets (physical, demand, and waste
commodities) so the notation (:math:`\text{C}_p`, :math:`\text{C}_d`, and the
chosen waste symbol) and the description are aligned.
ℹ️ Review info
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (4)
docs/source/db_model_comparison.rstdocs/source/mathematical_formulation.rstdocs/source/param_desc_and_tables.rstdocs/source/set_desc_and_tables.rst
💤 Files with no reviewable changes (1)
- docs/source/db_model_comparison.rst
|
@idelder -- my commits are completed, over to you. A couple quick notes: (1) the "treatment of time" section is old and needs to be updated based on your more sophisticated implementation of time, and (2) |
This PR updates the tables and descriptions associated with Temoa sets and parameters, which include the mapping between database tables and code elements.
Summary by CodeRabbit