WiNDC Model
| Downloads | ||
|---|---|---|
| WiNDC Buildstream Package | WiNDC Buildstream Package (13 MB) |
Release Notes
Currently, the datasets and build routine are available for the energy-environment module, called blueNOTE, and a basic agricultural model, labeled "nass".
- Download and unzip the build package from the link above.
-
Unzipping the file will create a directory called
windcwith the subdirectoriesbuildandgdx-in, and the GAMS filerun.gms. The directorybuildcontains all subroutines and the directorygdx-incontains the datasources in GDX format. -
If you have a local version of GAMS and have access to the relevant licenses,
navigate in your command line or terminal to the
windcdirectory and run the GAMS filerun.gmsby simply typing the following command:Note that this build will work in both, Windows and UNIX/LINUX environments. See the paper for a description of all subroutines within the build stream.gams run.gms -
The core WiNDC database,
WiNDCdatabase.gdx, will be generated locally in a directory calleddatasets. It contains data for all US states and 71 (summary) sectors from 1997-2014. - If you don't have access to a GAMS license including needed solver licenses, you can generate the database locally by using NEOS. Please contact us for detailed instructions.
- Once the database is created, it can be loaded into a general equilibrium model in GAMS. Note that accounting models are included in the build distribution which can be used as starting points for model formulation. If a dataset is generated without any optional recalibration, it includes data for all years. Here is an example of how to read the core data file into GAMS in a simple general equilibrium model and verify benchmark consistency in the underlying dataset. Note that this model contains no customizations aside from sectoral aggregation.
Notes
-
You can modify the build stream to produce a specific module or select
only data for a specific year.
For example, the following command will generate a dataset consistent with the blueNOTE module:Alternatively, the optiongams run.gms --satdata=bluenote
--satdata=nasswill generate the dataset for the agricultural module.
To select a specific year, use the following command:A dataset will be generated with only the data for the year 2014. Note that all years from 1997 to 2014 can be selected.gams run.gams --year=2014 -
In addition, you can modify the build stream to produce a disaggregated
dataset. After generating or downloading the core WiNDC database, choose one of
the following three options:
This will disagreggate the 71 summary sectors in the database into 389 sectors.
gams run.gams --aggr=389This will disagreggate the data relating to blueNOTE without recalibrating (as opposed to togams run.gams --aggr=bluenotesatdata=bluenote, which recalibrates the data).This will disagreggate the data relating to the agricultural module without recalibrating (as opposed to togams run.gams --aggr=nasssatdata=nass, which recalibrates the data).
Version Information
- Release Date: December 01, 2018
- Data Version: v1.0.0