$! Input file for nibbler program $! $! Note: You may have to raise the maximum working set $! size for the cruise account to get this program to work. $! $ GO_NIBBLER ! ! ! Don't forget the directory specifications! ! grid:test.grid ! name of unnibbled grid file grid:nibble.out ! name of output nibbled grid file ! 7 ! amount of calculated data to ! leave around edges ! ! If interior areas of the grid are to be nibbled, you must ! specify a latitude and a longitude for a point within each ! area. You may enter as many points as you like. ! !50 30 N ! latitude DD MM C (C = N or S) !120 25 W ! longitude DD MM C (C = E or W) !50 35 N !120 30 W END ! end of points ! $ exit