Skip to content

Instantly share code, notes, and snippets.

@apatlpo
Created July 20, 2018 11:06
Show Gist options
  • Save apatlpo/edcd1bf87e2f71e59dcd51e45db5b917 to your computer and use it in GitHub Desktop.
Save apatlpo/edcd1bf87e2f71e59dcd51e45db5b917 to your computer and use it in GitHub Desktop.
plot fluidsim output with xarray
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ashwinvis
Copy link

With the latest commit, you can replace line [3] with

from fluidsim.base.output.phys_fields import SetOfPhysFieldFiles

phys = SetOfPhysFieldFiles()
filenames = phys.path_files

see towards the end of https://gist.github.com/ashwinvis/854db533578b28b041e9890def53ed0a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment