-
Notifications
You must be signed in to change notification settings - Fork 237
(0.96.0) Rename output writers to JLD2Writer
and NetCDFWriter
#4210
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
Conversation
JLD2Writer
and NetCDFWriter
JLD2Writer
and NetCDFWriter
Does it make sense to get #4046 in first and then change the names? |
Yeah, sorry that's what I meant. I'm started changing the names for JLD2 now, before #4046 is merged, and after that's done, I'm gonna merge main into this PR, change the |
Okay, got it! |
I am also wondering if we should move the using NCDatasets to use |
I think this makes sense. |
There is a file called |
We can probably delete this / discontinue support for multi region output writing. |
If this PR gets hung up, I think it will be ok to tag a couple minor releases, eg up to 0.97 once this is ready. |
* start with files that don't require re-indentation * re-format /examples * re-format src * re-format /test * re-format some validation scripts * more validation scripts * more validation scripts * rest of validation scripts * fix last validation files * re-format docs and examples * reformat src * reformat test * reformat validation * move netcdf_output_writer.jl to extension * rename files * move struct definition to OutputWriters * using much more stuff * KernelFunctinoOperation is needed * rename test_netcdf and test_jld2 files * include correct names * add NCDatasets to targets * Update OceananigansNCDatasetsExt.jl * fix bug in JLD2_writer.jl * fix examples * add NCDatasets to validation scripts * remove blank line * Use warning instead of error * Add output_averaging_schedule * Import more * using show_array_type * fix docs/src/model_setup * Fix lagrangian particle example --------- Co-authored-by: Gregory L. Wagner <[email protected]> Co-authored-by: Gregory Wagner <[email protected]>
Let's make these names less verbose. I'm starting with the
JLD2Writer
first and will work on theNetCDFWriter
after#4046 is merged.