Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save and load scalers to netCDF #4

Open
djgagne opened this issue Oct 7, 2023 · 0 comments
Open

Save and load scalers to netCDF #4

djgagne opened this issue Oct 7, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@djgagne
Copy link
Collaborator

djgagne commented Oct 7, 2023

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.

@djgagne djgagne added the enhancement New feature or request label Oct 7, 2023
@djgagne djgagne self-assigned this Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant