-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding files for varying rdim in time window parametric dmd
- Loading branch information
1 parent
35dca81
commit 25a3627
Showing
3 changed files
with
922 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#Steps for running parametric_tw_csv_rdim_window.py | ||
|
||
#generate heat conduction data via: | ||
sh heat_conducrtion_csv.sh | ||
#edit rdim_window_example.csv file to user's liking; each row contains the window number and corresponding reduced basis size for the given window | ||
#copy rdim_window_example.csv to the dmd_list directory | ||
#run parametric_tw_csv_rdim_window.py via: | ||
python3 parametric_tw_csv_rdim_window.py -o hc_parametric_tw -nwinsamp 25 -dtc 0.01 -rdim_window_file rdim_window_example.csv -offline | ||
python3 parametric_tw_csv_rdim_window.py -o hc_parametric_tw -nwinsamp 25 -dtc 0.01 -rdim_window_file rdim_window_example.csv -online | ||
#NOTE: -nwinsamp must be set such that the number of windows generated is the same as the number of windows specified in -rdim_window_file for consistency |
Oops, something went wrong.