You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One necessary component for running ML models inside Fortran models is successfully transferring the scalers over as well. NCAR community models support netCDF format as a standard binary format, and it can hold all common data types plus documentation. If we can export to netCDF then we should be able to support reading in netCDF with netCDF Fortran. I suggest using xarray to create a Dataset from the scaler features and then save to netCDF.
The text was updated successfully, but these errors were encountered:
One necessary component for running ML models inside Fortran models is successfully transferring the scalers over as well. NCAR community models support netCDF format as a standard binary format, and it can hold all common data types plus documentation. If we can export to netCDF then we should be able to support reading in netCDF with netCDF Fortran. I suggest using xarray to create a Dataset from the scaler features and then save to netCDF.
The text was updated successfully, but these errors were encountered: