##################### InterpTriangularGrid ##################### **Doc:** **short class_name:** InterpTriangularGrid **full class_name :** oceantracker.interpolator.interp_triangle_native_grid.InterpTriangularGrid **Inheritance:** > ParameterBaseClass> _BaseInterp> InterpTriangularGrid Parameters: ************ * ``bc_walk_tol`` : ```` ** - default: ``0.001`` - data_type: ```` - min: ``0.0`` * ``class_name`` : ```` ** Description: Class name as string A.B.C, used to import this class from python path - default: ``None`` - data_type: ```` * ``debug_check_cell`` : ```` ** Description: checks particles are inside the cell found by interp - default: ``False`` - data_type: ```` - possible_values: ``[True, False]`` * ``max_search_steps`` : ```` ** - default: ``500`` - data_type: ```` - min: ``1`` * ``name`` : ```` ** Description: Name used to refer to class in code and output, = None for core claseses - default: ``None`` - data_type: ```` * ``user_note`` : ```` ** - default: ``None`` - data_type: ```` Expert Parameters: *******************