Changeset 1843


Ignore:
Timestamp:
Sep 20, 2005, 4:55:49 PM (19 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/karratha_2005/run_karratha.py

    r1837 r1843  
    6161
    6262
    63 
    64 ferret2sww(source_dir+project.boundary_basename,
    65            project.boundary_basename,
    66            verbose=True,
    67            minlat=south-1, maxlat=north+1,
    68            minlon=west-1, maxlon=east+1,
    69            origin = project.mesh_origin,
    70            zscale = 1,
    71            fail_on_NaN = False,
    72            inverted_bathymetry = True),
     63#ASSUME THAT SWW VERSION IS PRESENT
     64#
     65#ferret2sww(source_dir+project.boundary_basename,
     66#           project.boundary_basename,
     67#           verbose=True,
     68#           minlat=south-1, maxlat=north+1,
     69#           minlon=west-1, maxlon=east+1,
     70#           origin = project.mesh_origin,
     71#           zscale = 1,
     72#           fail_on_NaN = False,
     73#           inverted_bathymetry = True),
    7374
    7475
     
    9192#Setup IC
    9293tide = 0
    93 domain.set_quantity('friction', 0.03)
     94domain.set_quantity('friction', 0)
    9495domain.set_quantity('stage', tide)
    9596domain.set_quantity('elevation',
     
    115116domain.set_boundary( {'back': Br,'side': Bd, 'ocean': Bf} )
    116117
     118#domain.set_boundary( {'back': Br,'side': Bd, 'ocean': Bd} )  #Nothing
     119
    117120
    118121#Run
    119122
    120 for t in domain.evolve(yieldstep = 60, finaltime = 28610):
     123for t in domain.evolve(yieldstep = 60, finaltime = 40000):
    121124    domain.write_time()
    122125    domain.write_boundary_statistics(tags = 'ocean') #quantities = 'stage')
Note: See TracChangeset for help on using the changeset viewer.