USGS-R / drb-estuary-salinity-ml

Creative Commons Zero v1.0 Universal
0 stars 4 forks source link

Add Script to fetch COAWST model run #72

Closed ted80810 closed 2 years ago

ted80810 commented 2 years ago

This pull request is for the script to fetch individual COAWST model runs. The script pulls the netcdf corresponding to a particular model run provided by Salme. CSVs with the river mile coordinates and station list were added to the '01_fetch/out' folder. These csvs were used to subset the data in the river_mile_timeseries function. This function also saves a new netcdf to S3 or locally. Creating a new netcdf decreases the load time. Even though, the data is subsetted by xarray the entire dataset is read which increases the computation time pretty significantly.

amsnyder commented 2 years ago

@ted80810 - are you finished uploading your files? or do you still have some more to upload before i incorporate it into the pipeline?

ted80810 commented 2 years ago

@amsnyder now its good to go. I finished updating the script with the changes. I also moved the notebook to the methods_exploration folder.

amsnyder commented 2 years ago

Perfect! thanks @ted80810!