alfred_2024_t.b.d
Aggregate heat wave-related variables to county-level and balancing authority-level.
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
✓Institutional organization owner
Organization immm-sfa has institutional domain (im3.pnnl.gov) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.0%) to scientific vocabulary
Repository
Aggregate heat wave-related variables to county-level and balancing authority-level.
Basic Info
- Host: GitHub
- Owner: IMMM-SFA
- License: bsd-2-clause
- Language: R
- Default Branch: main
- Size: 41.2 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Introduction
Aggregate three historical (1980-2019) heat wave-related variables (number of heat wave events each year, total heat wave days each year, and highest temperature of the hottest event each year) from 1/8 degree (~12.5 km) grids to county level and Balancing Authority(BA)-level. Heat wave-related variables are calculated based on outputs from Weather Research & Forecasting Model (WRF) and are defined by 12 different heat wave definitions. The aggregation to the county-level involves aggregating by taking the mean, minima, and maxima, while the aggregation to the BA-level implements population-based weighting.
Code
"HWaggregationtocounty" is the R code to aggregate the historical heat wave variables from grids (1/8 degree resolution) to county level. "HWaggregationtoState" is the R code to aggregate the heat wave variables from county level to state level weighted by county-level population. "HWaggregationtoBA" is the R code to aggregate the heat wave variables from county level to balancing authority level weighted by county-level population. "BAshapefile_generation" is the R code to generate the balancing authority boundary shapfile based on its corresponding counties' boundaries.
Input and output data
|Dataset |Input/output |Repository link| |------ |----------- |-------------- | |County-level population|Input |https://zenodo.org/records/7130351| |Balancing authority depiction file|Input |https://zenodo.org/records/7130351| |Gridded heat wave variables |Input|PIC: /rcfs/projects/im3/TGWHeatWaves| |County-level aggregated heat wave variables|Output|https://github.com/crystalandwan/Alfred2024T.B.D/tree/main/data/Countylevel | |State-level aggregated heat wave variables|Output|https://github.com/crystalandwan/Alfred2024T.B.D/tree/main/data/Statelevel | |BA-level aggregated heat wave variables|Output|https://github.com/crystalandwan/Alfred2024T.B.D/tree/main/data/BA_level|
Owner
- Name: Integrated Multisector Multiscale Modeling
- Login: IMMM-SFA
- Kind: organization
- Location: Richland, WA
- Website: https://im3.pnnl.gov/
- Repositories: 45
- Profile: https://github.com/IMMM-SFA
Models and code from the IM3 SFA