-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
921075b
commit efa289d
Showing
1 changed file
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,23 @@ | ||
# files | ||
You can find files useful for running the ML-aided workflows here. | ||
|
||
## ML_model | ||
This folder contains files related to the ML model --- its architecture and conversion to format used in the workflow. | ||
## 1-data-generation | ||
This folder contains the scripts used to generate the ground truth data for training our ML model. | ||
|
||
## modified_HW | ||
The simulation software, BOUT++, comes with a set of examples, including the Hasegawa-Wakatani set of equations. We are using this example to demonstrate the whole workflow, but several files need to be modified in order to gain access to SmartRedis and the ML model. The modified files are included here. | ||
## 2-coarsening | ||
These scripts sample the fine grained ground truth generated in step 1 and produce the coarse grained ground truth. | ||
|
||
## run_SmartSim | ||
Scripts to start the in-memory database and to submit a job running the workflow. | ||
## 3-coarse_simulations | ||
This generates a simulated timestep from each ground truth timestep. | ||
|
||
## training | ||
Files/instructions prepared for specific events | ||
## 4-training-data | ||
This folder contains the post-processing script that gathers the training data for the model. | ||
|
||
## 5-training | ||
This folder contains files related to the ML model -- its architecture and training pipeline. | ||
|
||
## 6-simulation | ||
We demonstrate the workflow on the Hasegawa-Wakatani equations. | ||
|
||
## 7-visualisation | ||
This python notebook visualises the simulation data generated by the workflow. |