Per a convo w/ Lindsay re: how best to track the latest exported output for downstream steps
Add a tibble documenting the filename and hash of exported NLDAS feather files (as already exists for GCM feather files), as well as the state that each lake falls within
Write both export file tibbles to csv
These can be used by Lindsay in lake-temperature-out to determine which output files to include in downstream steps, rather than going off of string-matching filepaths.
Use tibble of NLDAS export files to generate zip files of NLDAS output for each state
Small edit to 5_evaulate to use the new NLDAS output tibble to determine the NLDAS export site ids
Per a convo w/ Lindsay re: how best to track the latest exported output for downstream steps
lake-temperature-out
to determine which output files to include in downstream steps, rather than going off of string-matching filepaths.