I think reference points in GridBuilder are similar to boundary.dat in seagrid, so I delete the third column in boundary.dat and I get a new file reference_points.dat, for example:Reference Points: GridBuilder will read in the boundary rho points from a ROMS file (lon_rho and lat_rho) and apply them as reference points. GridBuilder can also read data from a two column ASCII file with longitudes (x data) in the first column and latitudes (y data) in the second column.
Code: Select all
118 23
118 16
127 16
127 23
Can somebody tell me what kind of two column ASCII file is right?