Changeset 5013


Ignore:
Timestamp:
Feb 8, 2008, 5:13:38 PM (16 years ago)
Author:
nick
Message:

update cocos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/cocos/find_alpha_cocos.py

    r4993 r5013  
    8484                         
    8585#value, alpha = find_optimal_smoothing_parameter(data_file=data_dir_name_clip + '.txt',
    86 value, alpha = find_optimal_smoothing_parameter(data_file=data_dir_name_small + '.txt',
     86value, alpha = find_optimal_smoothing_parameter(data_file=data_dir_name + '.txt',
    8787#                                             alpha_list=[0.0001,0.001,0.01,0.1,1.0],
    8888                                             alpha_list=[0.01,0.05,0.1,0.5,1.0],
     
    9191                                             mesh_file=mesh_file,
    9292                                             plot_name=None,
    93                                              split_factor=0.001,
     93                                             split_factor=0.05,
    9494                                             cache=True,
    9595                                             verbose=True)
Note: See TracChangeset for help on using the changeset viewer.