Ignore:
Timestamp:
May 16, 2007, 11:19:18 AM (17 years ago)
Author:
duncan
Message:

friction UA: Taking into account different gauges for rough and smooth experiments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/friction_UA_flume_2006/parallel_run_dam.py

    r4420 r4443  
    8282                        dirname(project.__file__) \
    8383                        + sep + project.__name__+'.py')
    84         copy (pro_instance.codedir + 'run_dam.py',
    85               pro_instance.outputdir + 'run_dam.py')
     84        copy (pro_instance.codedir + 'parallel_run_dam.py',
     85              pro_instance.outputdir + 'parallel_run_dam.py')
    8686        copy (pro_instance.codedir + 'create_mesh.py',
    8787              pro_instance.outputdir + 'create_mesh.py')
     
    172172              [6.95,0.255], #2.35m from SWL
    173173              [7.6,0.255],  #3m from SWL
    174               [8.1,0.255],  #3.5m from SWL
    175               [9.1,0.255]  #4.5m from SWL
     174              [8.2,0.255],  #3.5m from SWL
     175              [9.2,0.255]  #4.5m from SWL
    176176              ]
    177177
     
    209209            print "I am processor %d of %d on node %s" %(rank, size, node)
    210210            main(friction, is_trial_run = False,
    211                  outputdir_name='UA_flume_built_from_scratch_0.06_stage')
     211                 outputdir_name='UA_flume_built_from_scratch_0.06_stage_rough')
Note: See TracChangeset for help on using the changeset viewer.