Changeset 2113 for inundation
- Timestamp:
- Dec 3, 2005, 9:47:50 AM (19 years ago)
- Location:
- inundation
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/Merimbula/run_new_meribula.py
r2109 r2113 22 22 #------------------------------- 23 23 print 'Creating domain from', project.mesh_filename 24 domain = pmesh_to_domain_instance(project.mesh_filename, Domain) 24 25 domain = cache(pmesh_to_domain_instance, 26 (project.mesh_filename, Domain), 27 dependencies = [project.mesh_filename]) 25 28 26 29 … … 53 56 print 'Open sea boundary condition from ',project.boundary_filename 54 57 from pyvolution.util import file_function 55 tide_function = file_function(project.boundary_filename[:-4] + '.tms', 56 domain, 58 tide_function = file_function(project.boundary_filename[:-4] + '.tms', domain, 57 59 verbose = True) 58 60 Bts = Transmissive_Momentum_Set_Stage_boundary(domain, tide_function) … … 67 69 #------------------------------- 68 70 domain.visualise = True 69 #domain.visualise_color_stage = False71 domain.visualise_color_stage = True 70 72 71 73 base = os.path.basename(sys.argv[0]) … … 82 84 t0 = time.time() 83 85 yieldstep = 60 84 finaltime = 3600* 0.186 finaltime = 3600*24 85 87 86 88 -
inundation/zeus/Merimbula.zpi
r2105 r2113 77 77 <file>..\merimbula\run_merimbula_lake.py</file> 78 78 <file>..\merimbula\run_merimbula_lake_checkpoint.py</file> 79 <file>..\merimbula\run_new_meribula.py</file> 79 80 <folder name="Header Files" /> 80 81 <folder name="Resource Files" /> -
inundation/zeus/anuga-workspace.zwi
r2105 r2113 2 2 <workspace name="anuga-workspace"> 3 3 <mode>Debug</mode> 4 <active> parallel</active>4 <active>Merimbula</active> 5 5 <project name="analytic_solutions">analytic_solutions.zpi</project> 6 6 <project name="euler">euler.zpi</project>
Note: See TracChangeset
for help on using the changeset viewer.