DESCRIPTION

   This utility converts spatially distributed point data into a set of grids. This uses a
   MetInterp Control File for defining the interpolation routines. 

USAGE

    MetInterp -controlFile file

OPTIONS

    -controlFile file

        Specifies how to convert gage data into a gridded dataset, including: general settings,
        input gage settings, interpolation methods and adjustments settings, and output settings.

        See MetInterp Control File.

SAMPLE COMMAND LINE ARGUMENTS:

    Perform spatial interpolation using a MetInterp Control File
        -controlFile C:\\control.metinterp 

NOTE ON PERFORMANCE

   This program may utilize a significant amount of memory depending on datasets specified.
   For extra intensive data operations, it may be necessary to increase the memory allocated
   to the jvm. This can be performed by setting the -Xmx argument, which can be altered
   easily in the "memory_setting" variable in the MetInterp.cmd example file provided.