USGS-R / protoloads

Prototyping and exploring options for broad-scale load forecasting
0 stars 4 forks source link

Rebuilt with new nwm_subset code. #33

Closed dblodgett-usgs closed 6 years ago

dblodgett-usgs commented 6 years ago

ahhh... this is better.

library(ncdf4)
nc <- nc_open("1_data/out/nwm_retro.nc")
plot(ncvar_get(nc, "streamflow", start = c(1,1), count = c(1,-1)), pch=20)
nc <- nc_open("1_data/out/nwm_med.nc")
plot(ncvar_get(nc, "streamflow", start = c(1,1,1), count = c(1,-1,1)), pch=20)
screen shot 2018-05-09 at 4 21 29 pm screen shot 2018-05-09 at 4 22 24 pm
jzwart commented 6 years ago

looks great!