Add workflow to train SR-GNN model from ensemble of nekRS simulations - #73
Draft
rickybalin wants to merge 10 commits into
Draft
Add workflow to train SR-GNN model from ensemble of nekRS simulations#73rickybalin wants to merge 10 commits into
rickybalin wants to merge 10 commits into
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
However nekRS does not like restarting with lower p, so still investigating solutions
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Author
|
Two issues to fix:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a user-driven workflow for training the SR-GNN model within nekRS-ML on high and low fidelity simulation data. The standard approach to train the SR-GNN model runs a single nekRS simulation which projects the high-p solution (the target of the model) to low-p space (the input to the model). In some instances, the projected low-p solution is significantly different than what an actual low-p nekRS simulation would see. This workflow aims to address this discrepancy by running a series of low- and high-p nekRS simulations to generate the training data.
The workflow uses EnsembleLauncher to run an ensemble of nekRS simulation, each starting from a different .f field file produced by an initial pilot simulation. The remainder of the workflow is the same as the
turbChannel_srgnnexample.To Do: