GWU-CFD / FlashKit

A library to assist researchers in using the FLASH code
MIT License
1 stars 1 forks source link

Add Where feature #17

Open egregorio opened 3 years ago

egregorio commented 3 years ago

a function that will allow me to go down through the leaves of a jobs directory and see what the differences between simulations are for a specific parameter in the .par file

alentner commented 3 years ago

This will search (os.walk) recursively for the NAME in desired flashkit understood files for where this name is defined and return the results as a tree graph

alentner commented 3 years ago

flashkit analyze where NAME <opt, ...> <flag, ...>