Changeset 5713
- Timestamp:
- Aug 29, 2008, 1:54:09 PM (16 years ago)
- Location:
- anuga_validation/Hinwood_2008
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/Hinwood_2008/calc_rmsd.py
r5698 r5713 206 206 207 207 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. 211 211 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') 216 213 compare_different_settings(outputdir_tag, scenarios, "stage") 217 214 -
anuga_validation/Hinwood_2008/run_dam.py
r5710 r5713 207 207 friction=0.0 208 208 isTest=True 209 isTest=False209 #isTest=False 210 210 211 211 for run_data in scenarios:
Note: See TracChangeset
for help on using the changeset viewer.