PreREISE ========= This page is dedicated to the collection, processing and formatting of data that are fed to the simulation engine. PreREISE is an open source package written in Python that is available on `GitHub `_. The generation of input data rely on the grid model. For this reason, you must have `PowerSimData `_ cloned in a folder adjacent to your clone of PreREISE. .. note:: Input data are publicly available for the Breakthrough Energy Sciences (BES) grid model (see `publication `_). You don't need to generate any input data if you use the scenario framework to carry out power flow study. .. contents:: :local: General Comments ---------------- Profiles are CSV (Comma Separated Values) files enclosing a series of data points indexed in time orders. The simulation engine expects a demand, hydro, solar and wind profile. All the profiles have UTC timestamp as indices. Columns are the zone IDs and plant IDs for the demand and hydro/solar/wind profiles, respectively. Values are load in MWh in each zone for the demand and energy generated by a 1MW generator for hydro, solar and wind profiles. The **[type]_v[D]** naming convention is used, where: + **type** specifies the profile type (demand, hydro, solar or wind) and + **D** refers to the date the file has been created using the 3 letters Month (e.g., Jan) and 4 digits Year (e.g., 2021) format. If two or more profiles of the same type are created the same month of the same year, the different versions will be differentiated using a lowercase letter added right after the year, e.g, ``demand_vJan2021.csv`` (first), ``demand_vJan2021b.csv`` (second), ``demand_vJan2021c.csv`` (third) and so forth. Demand ------ Historical ++++++++++ .. include:: demand/historical/texas.rst .. include:: demand/historical/western.rst .. include:: demand/historical/eastern.rst Transportation Electrification ++++++++++++++++++++++++++++++ .. include:: demand/transportation_electrification/summary.rst .. include:: demand/transportation_electrification/data.rst .. include:: demand/transportation_electrification/manual.rst .. include:: demand/transportation_electrification/methodology.rst .. include:: demand/transportation_electrification/sources.rst NREL Electrification Futures Study Demand and Flexibility Data ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. include:: demand/nrel/efs.rst Hydro ----- .. include:: hydro/texas.rst .. include:: hydro/western.rst .. include:: hydro/eastern.rst Renewables ---------- Solar +++++ .. include:: renewables/solar/nsrdb.rst .. include:: renewables/solar/method.rst Wind ++++ .. include:: renewables/wind/rap.rst .. include:: renewables/wind/hrrr.rst .. include:: renewables/wind/method.rst Resources +++++++++ .. include:: renewables/download.rst .. include:: renewables/notebook.rst Bibliography ++++++++++++ .. bibliography::