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

saving data in ACM (and possibly others) #27

Open
tommy-engels opened this issue Oct 19, 2018 · 0 comments
Open

saving data in ACM (and possibly others) #27

tommy-engels opened this issue Oct 19, 2018 · 0 comments
Labels

Comments

@tommy-engels
Copy link
Collaborator

The function of the PREPARE_SAVE_DATA_ACM routine is to store everything we want to write to disk in the hvy_tmp variable.
For example, if the name is ux, then the first component of the state vector is copied to this place in the hvy_tmp array.
This all works fine except for the vorticity, which has in 3D 3 components. The current PREPARE_SAVE_DATA_ACM will not work for that and should be revised at some point. Note the number params%N_fields_saved must in fact include 3 slots for the vorticity in that case.

It may be better to not even provide the possibility to save arbitrary data in wabbit at this point and simply compute derived qty in postprocessing. At least for the ACM, this might be an option.

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

No branches or pull requests

1 participant