HighTechnologyFoundation / UFS2ARCO

NOAA ERA5 variable comparison to GEFvs13 variables
Apache License 2.0
0 stars 1 forks source link

Initial UFSDataset #8

Closed timothyas closed 1 year ago

timothyas commented 1 year ago

This adds the module src/UFS2ARCO/ufsdataset.py with the class FV3Dataset that can be used to read replay data from s3. Some other contents in this PR

The notebook I added only takes a shallow dive into how xarray/dask/zarr all work together. I'm happy to add more as necessary, please let me know if there's stuff that's not clear.

timothyas commented 1 year ago

Also, I'm not sure how you guys feel about merging versus squash-merging, but I suggest we (eventually) squash-merge this PR. I'm a fan of micro-commits as I work :) although this can muddy up the project history