Changeset 5709
- Timestamp:
- Aug 29, 2008, 9:40:58 AM (15 years ago)
- Location:
- anuga_work/development/Hinwood_2008
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/Hinwood_2008/calc_rmsd.py
r5708 r5709 444 444 #scenarios = [scenarios[0]] # !!!!!!!!!!!!!!!!!!!!!! 445 445 #scenarios = scenarios[4:] # !!!!!!!!!!!!!!!!!!!!!! 446 calc_ norms = True447 #calc_ norms = False448 if calc_ norms:446 calc_rmsds = True 447 #calc_rmsds = False 448 if calc_rmsds: 449 449 for outputdir_tag in outputdir_tags: 450 450 auto_rrms(outputdir_tag, scenarios, "stage", y_location_tag=':0.0') -
anuga_work/development/Hinwood_2008/plot.py
r5698 r5709 9 9 from Numeric import compress 10 10 11 from calc_ normimport get_max_min_condition_array11 from calc_rmsd import get_max_min_condition_array 12 12 13 13 def plot_compare_csv(location_sim, file_sim, location_exp, file_exp, -
anuga_work/development/Hinwood_2008/validation_graphs.py
r5708 r5709 14 14 15 15 from run_dam import main, paras2outputdir_tag 16 from calc_ normimport auto_plot_test_rmsd, auto_rrms16 from calc_rmsd import auto_plot_test_rmsd, auto_rrms 17 17 from plot import plot_exp_sim_comparision, auto_plot_compare_csv_subfigures 18 18 … … 27 27 WIDTH = 0.1 28 28 29 # run_type 0 is fast to test things30 29 # run_type 1 is the standard 31 30 RUN_TYPE = 1
Note: See TracChangeset
for help on using the changeset viewer.