Skip to content

Commit

Permalink
update for 2024 data
Browse files Browse the repository at this point in the history
  • Loading branch information
jdossgollin committed Feb 28, 2024
1 parent b40b992 commit 2dd453c
Show file tree
Hide file tree
Showing 20 changed files with 157 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ from codebase.path import datadir, scriptdir, figdir
BERKELEY_DECADES = np.arange(
1880, 2020, 10
) # decades to download for the Berkeley Earth data
ERA_YEARS = np.arange(1940, 2023 + 1) # years to download for ERA5 data
ERA_YEARS = np.arange(1940, 2024 + 1) # years to download for ERA5 data


# this rule tells Snakemake to create all the data that is imported directly into the Jupyter notebooks
Expand Down
Binary file modified data/outputs/hdd_annual_ercot.nc
Binary file not shown.
Binary file removed fig/EGOVA.pdf
Binary file not shown.
Binary file modified fig/ERCOT_HDD_IDF_MLE_popweighted.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/ERCOT_HDD_IDF_MLE_popweighted.pdf
Binary file not shown.
Binary file modified fig/ERCOT_HDD_IDF_MLE_unweighted.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/ERCOT_HDD_IDF_MLE_unweighted.pdf
Binary file not shown.
Binary file modified fig/ERCOT_HDD_IDF_plotpos_popweighted.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/ERCOT_HDD_IDF_plotpos_popweighted.pdf
Binary file not shown.
Binary file modified fig/ERCOT_HDD_IDF_plotpos_unweighted.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/ERCOT_HDD_IDF_plotpos_unweighted.pdf
Binary file not shown.
Binary file modified fig/HDD_pop_weighted_ts.pdf
Binary file not shown.
Binary file modified fig/historic_events_bk.pdf
Binary file not shown.
Binary file modified fig/historic_events_era5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/historic_events_era5.pdf
Binary file not shown.
Binary file modified fig/historic_events_era5_TX.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/historic_events_era5_TX.pdf
Binary file not shown.
Binary file modified fig/local_rt_era5.pdf
Binary file not shown.
Binary file modified fig/local_rt_ghcnd.pdf
Binary file not shown.
228 changes: 156 additions & 72 deletions scripts/hdd_idf.ipynb

Large diffs are not rendered by default.

0 comments on commit 2dd453c

Please sign in to comment.