Skip to content

Commit

Permalink
update the commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Aug 31, 2023
1 parent 684b031 commit 844fecb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/dmd/parametric_tw_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
# // =============================================================================
# //
# // Parametric serial DMD command (for HDF version, append -hdf):
# // parametric_tw_csv -o hc_parametric_serial -rdim 16 -dtc 0.01 -offline
# // parametric_tw_csv -o hc_parametric_serial -rdim 16 -dtc 0.01 -online
# // python3 parametric_tw_csv.py -o hc_parametric_serial -rdim 16 -dtc 0.01 -offline
# // python3 parametric_tw_csv.py -o hc_parametric_serial -rdim 16 -dtc 0.01 -online
# //
# // Final-time prediction error (Last line in run/hc_parametric_serial/dmd_par5_prediction_error.csv):
# // 0.0012598331433506
# //
# // Parametric time windowing DMD command (for HDF version, append -hdf):
# // parametric_tw_csv -o hc_parametric_tw -nwinsamp 25 -dtc 0.01 -offline
# // parametric_tw_csv -o hc_parametric_tw -nwinsamp 25 -dtc 0.01 -online
# // python3 parametric_tw_csv.py -o hc_parametric_tw -nwinsamp 25 -dtc 0.01 -offline
# // python3 parametric_tw_csv.py -o hc_parametric_tw -nwinsamp 25 -dtc 0.01 -offline
# //
# // Final-time prediction error (Last line in run/hc_parametric_tw/dmd_par5_prediction_error.csv):
# // 0.0006507358659606
Expand Down

0 comments on commit 844fecb

Please sign in to comment.