Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuilt with new nwm_subset code. #33

Merged
merged 3 commits into from
May 9, 2018
Merged

Rebuilt with new nwm_subset code. #33

merged 3 commits into from
May 9, 2018

Conversation

dblodgett-usgs
Copy link
Collaborator

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
Copy link
Member

jzwart commented May 9, 2018

looks great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants