This would allow different catalogs of the same model - e.g., AWS S3 vs local file system.
Use dependency injection paradigm as used elsewhere. Change model instantiation to include data catalog as an parameter, so that the same class could cover different versions of the same model (e.g., stofs_3d_atl and stofs_3d_pac covered by a stofs_3d class).
This would allow different catalogs of the same model - e.g., AWS S3 vs local file system.
Use dependency injection paradigm as used elsewhere. Change model instantiation to include data catalog as an parameter, so that the same class could cover different versions of the same model (e.g., stofs_3d_atl and stofs_3d_pac covered by a
stofs_3dclass).