Changeset 4380


Ignore:
Timestamp:
Apr 16, 2007, 11:35:46 AM (16 years ago)
Author:
duncan
Message:

removing code to run urs_ungridded2sww from urs2sww

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/data_manager.py

    r4378 r4380  
    41094109            fail_on_NaN=True,
    41104110            NaN_filler=0,
    4111             elevation=None,
    4112             gridded=True):
     4111            elevation=None):
    41134112    """
    41144113    Convert URS C binary format for wave propagation to
     
    41414140    In URS C binary the latitudes and longitudes are in assending order.
    41424141    """
    4143     if gridded is False:
    4144         pass
    4145         #urs_ungridded2sww()
    4146        
    41474142    if basename_out == None:
    41484143        basename_out = basename_in
     
    46044599   
    46054600    #### CONVERTING UNGRIDDED URS DATA TO AN SWW FILE ####
    4606 def urs_ungridded2sww_link(basename_in='o', basename_out=None, verbose=False,
    4607             remove_nc_files=True,
    4608             minlat=None, maxlat=None,
    4609             minlon= None, maxlon=None,
    4610             mint=None, maxt=None,
    4611             mean_stage=0,
    4612             origin = None,
    4613             zscale=1,
    4614             fail_on_NaN=True,
    4615             NaN_filler=0,
    4616             elevation=None):
    4617     """
    4618     validation stuff on parrameters not used
    4619     """
    4620     pass
    46214601   
    46224602WAVEHEIGHT_MUX_LABEL = '_velocity-z-mux'
Note: See TracChangeset for help on using the changeset viewer.