Changeset 2451


Ignore:
Timestamp:
Feb 27, 2006, 3:22:48 PM (18 years ago)
Author:
nick
Message:

get boundary condition from MOST, however not working yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/run_onslow.py

    r2443 r2451  
    146146#-------------------------------------------------------------------------------
    147147
     148cache(ferret2sww,
     149      (source_dir+project.boundary_basename,
     150       project.boundary_basename),
     151      {'verbose': True,
     152       'minlat': south-1,
     153       'maxlat': north+1,
     154       'minlon': west-1,
     155       'maxlon': east+1,
     156       'origin': project.mesh_origin,
     157       'mean_stage': tide,
     158       'zscale': 1,                 #Enhance tsunami
     159       'fail_on_NaN': False,
     160       'inverted_bathymetry': True},
     161      #evaluate = True,
     162       verbose = True)
     163
     164
    148165print 'Available boundary tags', domain.get_boundary_tags()
    149166
Note: See TracChangeset for help on using the changeset viewer.