Changeset 4467


Ignore:
Timestamp:
May 21, 2007, 11:00:06 AM (17 years ago)
Author:
nick
Message:

update

Location:
anuga_work/production/pt_hedland_2006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/pt_hedland_2006/project_urs.py

    r4434 r4467  
    3030
    3131#tide = -3.9
    32 #tide = 0.0
    33 tide = 3.6
     32tide = 0.0
     33#tide = 3.6
    3434
    3535#Maybe will try to make project a class to allow these parameters to be passed in.
     
    6464
    6565dir_comment='_'+setup+'_'+str(tide)+'_'+str(user)
    66    
    67 
    6866
    6967# onshore data from 30m DTED level 2
     
    233231
    234232poly_region = [j0, j1, j2, j3]
    235 res_region = 50000*res_factor
     233res_region = 60000*res_factor
    236234
    237235poly_mainland = read_polygon(polygons_dir+'Initial_Condition.csv')
  • anuga_work/production/pt_hedland_2006/run_pt_hedland_urs.py

    r4434 r4467  
    222222    kwargs['completed']=str(time.time()-t0)
    223223   
    224     store_parameters(**kwargs)
     224    if myid == 0:
     225        store_parameters(**kwargs)
     226    barrier()
    225227
    226228#-------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.