May 18 2007 8:15:02.567 AM GRID_PRB: FORTRAN90 version Test the routines in the GRID library. TEST01 GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 1 The grid points: 0.0000 0.0000 0.0000 1.0000 0.3333 0.0000 0.3333 0.3333 0.3333 0.6667 0.3333 1.0000 0.6667 0.0000 0.6667 0.6667 1.0000 0.0000 1.0000 1.0000 Repeat TEST01 with a different seed from the first run. TEST01 GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 987654321 Centering option = 1 The grid points: 0.0000 0.6667 0.0000 1.0000 0.3333 0.0000 0.3333 0.3333 0.3333 0.6667 0.6667 0.0000 0.6667 0.3333 0.6667 1.0000 1.0000 0.3333 1.0000 1.0000 Repeat TEST01 with the same seed as the first run. TEST01 GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 1 The grid points: 0.0000 0.0000 0.0000 1.0000 0.3333 0.0000 0.3333 0.3333 0.3333 0.6667 0.3333 1.0000 0.6667 0.0000 0.6667 0.6667 1.0000 0.0000 1.0000 1.0000 Repeat TEST01 with different centering values. TEST01 GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 1 The grid points: 0.0000 0.0000 0.0000 1.0000 0.3333 0.0000 0.3333 0.3333 0.3333 0.6667 0.3333 1.0000 0.6667 0.0000 0.6667 0.6667 1.0000 0.0000 1.0000 1.0000 TEST01 GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 2 The grid points: 0.2000 0.2000 0.2000 0.8000 0.4000 0.2000 0.4000 0.4000 0.4000 0.6000 0.4000 0.8000 0.6000 0.2000 0.6000 0.6000 0.8000 0.2000 0.8000 0.8000 TEST01 GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 3 The grid points: 0.0000 0.0000 0.0000 0.7500 0.2500 0.0000 0.2500 0.2500 0.2500 0.5000 0.2500 0.7500 0.5000 0.0000 0.5000 0.5000 0.7500 0.0000 0.7500 0.7500 TEST01 GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 4 The grid points: 0.2500 0.2500 0.2500 1.0000 0.5000 0.2500 0.5000 0.5000 0.5000 0.7500 0.5000 1.0000 0.7500 0.2500 0.7500 0.7500 1.0000 0.2500 1.0000 1.0000 TEST01 GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 5 The grid points: 0.1250 0.1250 0.1250 0.8750 0.3750 0.1250 0.3750 0.3750 0.3750 0.6250 0.3750 0.8750 0.6250 0.1250 0.6250 0.6250 0.8750 0.1250 0.8750 0.8750 GRID_PRB: Normal end of execution. May 18 2007 8:15:02.569 AM