Changeset 7050


Ignore:
Timestamp:
May 18, 2009, 2:48:05 PM (15 years ago)
Author:
jgriffin
Message:
 
Location:
anuga_work/production/new_south_wales/batemans_bay
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/new_south_wales/batemans_bay/export_results_max.py

    r7045 r7050  
    2929##time_dirs = [time_dir1, time_dir2]#, time_dir3]
    3030
    31 time_dir1 = '20090514_094907_run_final_0_58242_jgriffin'
     31time_dir1 = '20090517_072159_run_final_0_51436_jgriffin'
    3232##time_dir2 = '20081211_162311_run_final_0_27255_alpha0.1_kvanputt'
    3333##time_dir3 = '20081211_162346_run_final_0_68693_alpha0.1_kvanputt'
  • anuga_work/production/new_south_wales/batemans_bay/project.py

    r7045 r7050  
    2828# Model specific parameters.
    2929# One or all can be changed each time the run_model script is executed
    30 tide = 0                # difference between MSL and HAT in metres
     30tide = 0.0                # difference between MSL and HAT in metres
    3131zone = 56               # specify zone of model
    3232#event_number = 58242    # Puysegur 1 in 10 000 # the event number or the mux file name
     
    4141friction=0.01           # manning's friction coefficient
    4242starttime=0             # start time for simulation
    43 finaltime=1000         # final time for simulation
     43finaltime=60000         # final time for simulation
    4444
    4545setup = 'final'         # This can be one of three values
Note: See TracChangeset for help on using the changeset viewer.