https:///weradocs/Data_Format_GDOP.shtml Last update:

WERA GDOP File

After converting the unformatted GDOP file to a readable ASCII file by List_GDOP the data format is as follows:

   60   60  2
     43.57167     -5.70000
     43.65667     -5.84167
   1   1     44.09666     -5.86667      7.622      1.239
   1   2     44.08766     -5.86667      7.501      1.240
   1   3     44.07866     -5.86667      7.379      1.242
   1   4     44.06966     -5.86667      7.258      1.243
.....
  60  57     43.59270     -5.13064      0.768      8.075
  60  58     43.58370     -5.13064      0.847      8.287
  60  59     43.57470     -5.13064      0.957      8.513
  60  60     43.56570     -5.13064      1.093      8.754

   60   60  2
stands for NX = 60, NY = 60, NST = 2 (grid size 60*60, 2 sites)

     43.57167     -5.70000
     43.65667     -5.84167
are the coordinates of the sites (LAT LON) in degrees

   1   1     44.09666     -5.86667      7.622      1.239
stands for gid point (1,1) at (LAT LON) with (GDOP_LON GDOP_LAT)

The GDOP is sqrt(GDOP_LON**2 + GDOP_LAT**2)


Comments to: gurgel@ifm.uni-hamburg.de (Klaus-Werner Gurgel)