Changeset 5713


Ignore:
Timestamp:
Aug 29, 2008, 1:54:09 PM (16 years ago)
Author:
duncan
Message:

More notes

Location:
anuga_validation/Hinwood_2008
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/Hinwood_2008/calc_rmsd.py

    r5698 r5713  
    206206   
    207207    from scenarios import scenarios
    208    
    209     #scenarios = [scenarios[0]] # !!!!!!!!!!!!!!!!!!!!!!
    210 
     208
     209    # Change the outputdir_tag to change which set of data
     210    # the RMSD is calculated for.
    211211    outputdir_tag = "_nolmts_wdth_0.1_z_0.0_ys_0.01_mta_0.01_A"
    212     calc_norms = True
    213     #calc_norms = False
    214     if calc_norms:
    215         auto_rrms(outputdir_tag, scenarios, "stage", y_location_tag=':0.0')
     212    auto_rrms(outputdir_tag, scenarios, "stage", y_location_tag=':0.0')
    216213    compare_different_settings(outputdir_tag, scenarios, "stage")
    217214   
  • anuga_validation/Hinwood_2008/run_dam.py

    r5710 r5713  
    207207    friction=0.0
    208208    isTest=True
    209     isTest=False
     209    #isTest=False
    210210   
    211211    for run_data in scenarios:
Note: See TracChangeset for help on using the changeset viewer.