- added `--vpu` to the cli to allow subsetting by vpu. run `python -m ngiab_data_cli --help` for more details
- added `--empirical_model` or `--em` to generate forcings, config, and realizations for the machine learning model
- cfe no longer fetches initial gw_storage from nwm retrospective by default, to re-enable this add `--nwm_gw` to the cli command
- fixed a bug where too many files would be opened while downloading the hydrofabric on osx 66
What's Changed
* Vpu subset by JoshCu in https://github.com/CIROH-UA/NGIAB_data_preprocess/pull/65
* Empirical model by JoshCu in https://github.com/CIROH-UA/NGIAB_data_preprocess/pull/67
**Full Changelog**: https://github.com/CIROH-UA/NGIAB_data_preprocess/compare/v3.1.1...v3.2.0