Changeset 5708


Ignore:
Timestamp:
Aug 29, 2008, 9:29:51 AM (16 years ago)
Author:
duncan
Message:

bug fixes

Location:
anuga_work/development/Hinwood_2008
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/Hinwood_2008/calc_norm.py

    r5698 r5708  
    11"""
    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
    53"""
    64
  • anuga_work/development/Hinwood_2008/validation_graphs.py

    r5700 r5708  
    1414
    1515from run_dam import main, paras2outputdir_tag
    16 from calc_norm import auto_plot_test_rmsd
     16from calc_norm import auto_plot_test_rmsd, auto_rrms
    1717from plot import plot_exp_sim_comparision, auto_plot_compare_csv_subfigures
    1818
     
    6565    from scenarios import scenarios, to_publish_indexes
    6666
     67   
    6768    # Workout where these plots are
    6869    outputdir_tag = paras2outputdir_tag(mta=MAXIMUM_TRIANGLE_AREA,
     
    7576    paper_dir = path.join('..','..','publications','anuga_2007')
    7677   
     78    # Calculate the RMSD's
     79    auto_rrms(outputdir_tag, scenarios, "stage", y_location_tag=':0.0')
    7780           
    7881    # All of the RMSD's , one per TEST
Note: See TracChangeset for help on using the changeset viewer.