editor_options: markdown: wrap: 72
New features & critical changes in the model code:
Weighting of time-slices in a subset has been revised and rewritten. Since this version, all variables with 'slice' dimension are not weighed for consistency of slice-level operation across sampled and non-sampled model runs.
Slice-weights can vary across model years.
All variables with 'year' dimension are not weighted to the interval lengths. \ Exception:
cumulative variables (vSupReserveCum
, etc.) which have to
account the interval length for every milestone year.
capacity variables (vTechCap
, etc.) represent the state of the
variable by the end of the period, including any accumulation or
retirement of capacity over the interval of the milestone year.
New capacity variables (vTechNewCap
, etc.) are given for a year.
Period length (pPeriodLen
) must be applied to the annual capacity
additions (such as vTechNewCap
) to get total new capacity of a
process by the end of each period.
System costs have been regrouped by type (capital, fixed O&M, variable O&M, supply, taxes, subsidies) and by process type (technology, trade, storage, etc.) to facilitate the analysis of the cost structure. Total Costs equation has been rewritten to reflect the new cost structure.\ \ Bug fixes
Early retirement option (optimizeRetirment = TRUE
) is corrected to
exclude retirement of "new" technologies at the same time as their
installation.
draw()
method for 'trade' is fixed to exclude repeated arrows in
the plot.
newCosts()
is debugged, an example is added to the Utopia
tutorial.
tsl2hour()
fixed to be able identify n-digits hours (previously
worked for 2 only).\
\
Miscellaneous
A new version (3) of the logo design idea (by DALL-E).
The code clean-up, testing, and documentation are in progress to comply with CRAN requirements.
Functions/method in progress: levcost()
and report()
,
add_weights
and add_intervals
arguments will be added to
getData()
function to add time-slice weights and interval lengths
to the requested data if applicable.
draw()
method.NEWS.md
file to track changes to the package.technology-class
and newTechnology
function documented.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.