Changeset 5708
- Timestamp:
- Aug 29, 2008, 9:29:51 AM (15 years ago)
- Location:
- anuga_work/development/Hinwood_2008
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/Hinwood_2008/calc_norm.py
r5698 r5708 1 1 """ 2 This is getting really messy. 3 4 All err results are going into the same dir, and it can't really be changed. 2 5 3 """ 6 4 -
anuga_work/development/Hinwood_2008/validation_graphs.py
r5700 r5708 14 14 15 15 from run_dam import main, paras2outputdir_tag 16 from calc_norm import auto_plot_test_rmsd 16 from calc_norm import auto_plot_test_rmsd, auto_rrms 17 17 from plot import plot_exp_sim_comparision, auto_plot_compare_csv_subfigures 18 18 … … 65 65 from scenarios import scenarios, to_publish_indexes 66 66 67 67 68 # Workout where these plots are 68 69 outputdir_tag = paras2outputdir_tag(mta=MAXIMUM_TRIANGLE_AREA, … … 75 76 paper_dir = path.join('..','..','publications','anuga_2007') 76 77 78 # Calculate the RMSD's 79 auto_rrms(outputdir_tag, scenarios, "stage", y_location_tag=':0.0') 77 80 78 81 # All of the RMSD's , one per TEST
Note: See TracChangeset
for help on using the changeset viewer.