-
Hello everyone, I am studying an example from the documentation and I have a question: how can I save the result of calculation to a file and then load it from the file? I want to work with the time series of velocity field in the future (calculate the spectra, average them over time, etc.). An example of writing the results to a file and then reading them would help me a lot. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
@parfenyev you raise a good point! This is related to FourierFlows/FourierFlows.jl#276. I'll try to update the FourierFlows.jl docs to sort that and update an example in GeophysicalFlows.jl to demonstrate this functionality. |
Beta Was this translation helpful? Give feedback.
-
Nop
…Sent from my iPhone
On May 23, 2022, at 1:13 PM, Navid C. Constantinou ***@***.***> wrote:
@liasiegelman did you have this problem when running on GPU and saving to .jld2 files?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
@parfenyev could you post the output of: julia> using Pkg; Pkg.status() and julia> versioninfo() |
Beta Was this translation helpful? Give feedback.
@parfenyev you raise a good point! This is related to FourierFlows/FourierFlows.jl#276. I'll try to update the FourierFlows.jl docs to sort that and update an example in GeophysicalFlows.jl to demonstrate this functionality.