Ignore:
Timestamp:
May 29, 2007, 10:31:20 AM (17 years ago)
Author:
nick
Message:

updates to exmouth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/exmouth_2006/project.py

    r4477 r4509  
    1111from anuga.utilities.system_tools import get_user_name, get_host_name
    1212
    13 codename = 'project.py'
     13#codename = 'project.py'
    1414
    1515home = getenv('INUNDATIONHOME') + sep +'data'+sep #Sandpit's parent dir   
     
    1717host = get_host_name()
    1818#needed when running using mpirun, mpirun doesn't inherit umask from .bashrc
    19 umask(002)
     19#umask(002)
    2020
    2121#Making assumptions about the location of scenario data
     
    3838starttime=3600
    3939finaltime=25000
    40 setup='trial'
     40setup='store'
    4141
    4242if setup =='trial':
     
    5555    time_thinning=1
    5656    yieldstep=60
     57if setup =='store':
     58    print'store'
     59    res_factor=10
     60    time_thinning=48
     61    yieldstep=240   
     62
    5763
    5864dir_comment='_'+setup+'_'+str(tide)+'_'+str(user)
Note: See TracChangeset for help on using the changeset viewer.