ai2cm / fv3net

explore the FV3 data for parameterization
MIT License
16 stars 3 forks source link

Add single-file netCDF tfdataset loader #2381

Closed frodre closed 11 months ago

frodre commented 11 months ago

Adds a new tfdataset loader that will take in a single netCDF file as the path. This was useful for the SST training, since we're training a single model per tile and the SST dataset is loaded in a single netCDF. The adjustment meant I could keep the directory structure of the training files flat for each tile instead of having to have a directory for each file.

Added public API:

Significant internal changes:

Coverage reports (updated automatically):