julieshortridge / Climate-Analysis

0 stars 0 forks source link

Historic Observations #1

Open julieshortridge opened 1 year ago

julieshortridge commented 1 year ago

Overall goal: Develop a dataset of historic observed daily temp and precip data in select locations. We'll compare these to projected temp and precip from climate models to get a sense of model accuracy (observed versus model hindcast) and projected changes (hindcast versus future).

Current tasks (Sarah):

psarah03 commented 1 year ago

stationcoverage.csv

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">

names | station | temp_start | temp_end | temp_coverage | prcp_start | prcp_end | prcp_coverage -- | -- | -- | -- | -- | -- | -- | -- Ellicott City | USC00181862 | 1/1/1970 | 7/31/2004 | 88.31446 | 1/1/1970 | 7/31/2004 | 88.17987 Williamsburg | USC00449151 | 1/1/1970 | 11/1/2022 | 99.943 | 1/1/1970 | 11/1/2022 | 99.93782 Brevard1 | USC00317486 | 11/1/1978 | 3/31/1979 | 100 | 1/1/1970 | 11/1/2022 | 96.36232 Brevard2 | USC00316805 | 1/1/1970 | 11/1/2022 | 98.75117 | 1/1/1970 | 11/1/2022 | 98.88071 Brevard3 | USC00311055 | 1/1/1970 | 11/1/2022 | 89.99378 | 1/1/1970 | 11/1/2022 | 87.09193 Wise | USC00449215 | 1/1/1970 | 1/5/2023 | 97.7173 | 1/1/1970 | 1/5/2023 | 98.08914

psarah03 commented 1 year ago

annual.summary.csv

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">

names | station | avgtemp | avgtotalrainfall -- | -- | -- | -- Ellicott City | USC00181862 | 54.19377 | 39.43047 Williamsburg | USC00449151 | 59.36602 | 50.14621 Brevard1 | USC00316805 | 54.86708 | 64.11117 Brevard2 | USC00311055 | 55.73372 | 63.32822 Wise | USC00449215 | 53.83323 | 48.29321

psarah03 commented 10 months ago

Charleston, WV.csv Parkersburg, WV.csv Lenoir, NC.csv Bluestone Lake, WV.csv Lexington2, KY.csv Maysville, KY.csv Paintsville, KY.csv

The units for precipitation are inches and the units for temperature are in Fahrenheit. Here is the documentation for the data: https://www.ncei.noaa.gov/data/daily-summaries/doc/GHCND_documentation.pdf

nalarsson commented 10 months ago

Here are the daily hindcast values for Parkersburg, WV (from the lat/lon Sarah provided) from one of the CMIP models (ACCESS-CM2). I have the maximum temperature and precipitation values in different files for ease of csv creation. Also, that way if a file gets corrupted, it isn't as difficult or computationally intensive to recreate. All files include the location, values, and units.

Time is a little wacky in the NetCDF files; it's time since an origin date rather than a specific day in time. As such, I created the dates by layer number in each file rather than using the time embedded in the NetCDF files (I tried and was unsuccessful). Please note that leap years have 366 days in the CMIP6 package. If these needs to be removed, February 29 is day 60 of leap years.

ParkersburgWV_Hindcast_MaxTemp_ACCESS-CM2.csv ParkersburgWV_Hindcast_Precip_ACCESS-CM2.csv

nalarsson commented 8 months ago

CSVs for all models! I have them here as a zip files to save space. Everything from the previous comment still applies.

ParkersburgWV_PrecipHindcast.zip ParkersburgWV_MaxTempHindcast.zip

nalarsson commented 6 months ago

BluestoneLakeWV_MaxTempHindcast.zip CharlestonWV_MaxTempHindcast.zip BluestoneLakeWV_PrecipHindcast.zip CharlestonWV_PrecipHindcast.zip