Skip to content
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

Issues about boxkit ('phi' and mergeblocks) #124

Open
JihoonKimKorea opened this issue Dec 17, 2022 · 3 comments
Open

Issues about boxkit ('phi' and mergeblocks) #124

JihoonKimKorea opened this issue Dec 17, 2022 · 3 comments

Comments

@JihoonKimKorea
Copy link

I'm trying to extract data from result files.

When I type command 'temp' with np.where(block['phi'])<0 to test extracting liquid temperature data, python3 can't be aware of 'phi'.

image

Another issue is about mergeblocks command.
Python3 can't be aware of boxkit.mergeblocks command.

image

I appreciate you time in advance. Thank you!

@akashdhruv
Copy link
Member

Follow these steps,

Uninstall all previous version of BoxKit
pip/pip3 uninstall boxkit

Then clone the repo and checkout the development branch, and install everything in development mode
./setup develop

@akashdhruv
Copy link
Member

I think the variable name maybe dfun and not phi

@JihoonKimKorea
Copy link
Author

I will try it, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants