NuGrid / NuGridPy

Python tools to access and analyse NuGrid output data (including from MESA)
http://nugrid.github.io/NuGridPy
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

mesa.py variable inquiry #37

Open fherwig opened 7 years ago

fherwig commented 7 years ago

It would be useful to be able to ask what variables are available in cols or dcols dicts, something like this: [ print(k) for k in s.cols.keys() if 'dt' in k]