Skip to content

Commit

Permalink
adding files for varying rdim in time window parametric dmd
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkowski1 committed Jul 1, 2024
1 parent 35dca81 commit 25a3627
Show file tree
Hide file tree
Showing 3 changed files with 922 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/dmd/README_window_example.md
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
Loading

0 comments on commit 25a3627

Please sign in to comment.