Ticket #429: test1.out

File test1.out, 1.8 KB (added by Ian Culverwell, 9 years ago)

test1.out

Line 
1Generating netCDF file with level 1a content: eum2ropp_l1a.nc
2r_leo from eum2ropp -l:
3 r_leo:reference_frame = "ECI" ;
4r_leo[0]=-1074675.19168
5r_leo[19073]=-3927680.39718
6r_leo[38146]=-5945752.48389
7
8
9
10Generating netCDF file without level 1a content: eum2ropp_l1a.nc
11r_leo from eum2ropp:
12 r_leo:reference_frame = "ECF" ;
13r_leo[0]=3812868.29909
14r_leo[1]=-1867721.91995
15r_leo[2]=-5822922.34771
16
17
18
19Generating BUFR file from ROPP file with level 1a content: eum2ropp_l1a.nc.bufr
20r_leo from eum2ropp -l | ropp2bufr:
21 IN DIRECTION OF 0 DEGREES LONGITUDE, DISTANCE FROM THEM -1074675.25
22 IN DIRECTION 90 DEGREES EAST, DISTANCE FROM THE EARTHSM -3927680.50
23 IN DIRECTION OF THE NORTH POLE, DISTANCE FROM THE EARTM -5945752.50
24
25
26Generating BUFR file from ROPP file without level 1a content: eum2ropp_l1b.nc.bufr
27r_leo from eum2ropp | ropp2bufr:
28 IN DIRECTION OF 0 DEGREES LONGITUDE, DISTANCE FROM THEM 3812868.25
29 IN DIRECTION 90 DEGREES EAST, DISTANCE FROM THE EARTHSM -1867721.88
30 IN DIRECTION OF THE NORTH POLE, DISTANCE FROM THE EARTM -5822922.50
31
32
33Generating netCDF file from BUFR file with level 1a content: eum2ropp_l1a.nc.bufr.nc
34r_leo from eum2ropp -l | ropp2bufr | bufr2ropp:
35 r_leo:reference_frame = "ECF" ;
36r_leo[0]=-1074675.25
37r_leo[1]=-3927680.5
38r_leo[2]=-5945752.5
39
40
41
42Generating BUFR file from ROPP file without level 1a content: eum2ropp_l1b.nc.bufr.nc
43r_leo from eum2ropp | ropp2bufr | bufr2ropp:
44 r_leo:reference_frame = "ECF" ;
45r_leo[0]=3812868.25
46r_leo[1]=-1867721.88
47r_leo[2]=-5822922.5
48
49
50
51**** Axel's equivalent output ***
52r_leo when going with level 1a:
53 r_leo =
54 -1074675.25,
55 -3927680.5,
56 -5945752.5 ;
57}
58
59
60r_leo when going without level 1a:
61 r_leo =
62 3812868.25,
63 -1867721.88,
64 -5822922.5 ;
65}