Changeset 5709


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

file name change

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  
    444444    #scenarios = [scenarios[0]] # !!!!!!!!!!!!!!!!!!!!!!
    445445    #scenarios = scenarios[4:] # !!!!!!!!!!!!!!!!!!!!!!
    446     calc_norms = True
    447     #calc_norms = False
    448     if calc_norms:
     446    calc_rmsds = True
     447    #calc_rmsds = False
     448    if calc_rmsds:
    449449        for outputdir_tag in outputdir_tags:
    450450            auto_rrms(outputdir_tag, scenarios, "stage", y_location_tag=':0.0')
  • anuga_work/development/Hinwood_2008/plot.py

    r5698 r5709  
    99from Numeric import compress
    1010
    11 from calc_norm import get_max_min_condition_array
     11from calc_rmsd import get_max_min_condition_array
    1212
    1313def plot_compare_csv(location_sim, file_sim, location_exp, file_exp,
  • anuga_work/development/Hinwood_2008/validation_graphs.py

    r5708 r5709  
    1414
    1515from run_dam import main, paras2outputdir_tag
    16 from calc_norm import auto_plot_test_rmsd, auto_rrms
     16from calc_rmsd import auto_plot_test_rmsd, auto_rrms
    1717from plot import plot_exp_sim_comparision, auto_plot_compare_csv_subfigures
    1818
     
    2727WIDTH = 0.1
    2828
    29 # run_type 0 is fast to test things
    3029# run_type 1 is the standard
    3130RUN_TYPE = 1
Note: See TracChangeset for help on using the changeset viewer.