-
Notifications
You must be signed in to change notification settings - Fork 3
SimStore Support #29
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
SimStore Support #29
Conversation
|
Status: This is just waiting for a release of OPS with SimStore in it. When OPS 1.4 is released, this should be ready to merge. |
Codecov Report
@@ Coverage Diff @@
## master #29 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 13 13
Lines 570 596 +26
=========================================
+ Hits 570 596 +26
Continue to review full report at Codecov.
|
This PR will add support for reading/writing files using the new (experimental) SimStore storage subsystem. From a user's standpoint, the CLI will automatically use SimStore for filenames that end in
.dbor.sql, otherwise it uses netcdfplus.Note that this will have to be on hold until a few more SimStore PRs have been added to the OPS core code. In particular, we need to wait until SimStore has support for:
Also, note that this will only work with SimStore-native CVs; i.e., it doesn't manage the monkey-patching to allow old CVs based on netcdfplus to be used with SimStore.