Ticket #273: test4_000_gfortran.out

File test4_000_gfortran.out, 19.1 KB (added by Ian Culverwell, 3 years ago)
Line 
1$mobufr $ecbufr $eccodes = 0 0 0
2
3Platform:
4Linux vld189 3.10.0-1160.53.1.el7.x86_64 #1 SMP Thu Dec 16 10:19:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
5
6Fortran compiler:
7GNU Fortran (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)
8Copyright (C) 2015 Free Software Foundation, Inc.
9
10GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
11You may redistribute copies of GNU Fortran
12under the terms of the GNU General Public License.
13For more information about these matters, see the file named COPYING
14
15
16C compiler:
17gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)
18Copyright (C) 2015 Free Software Foundation, Inc.
19This is free software; see the source for copying conditions. There is NO
20warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21
22
23Installation target:
24/data/users/idculv/ROPP/gfortran
25
26checking for a BSD-compatible install... /usr/bin//install -c
27checking whether build environment is sane... yes
28/data/users/idculv/ROPP/ropp_src/branches/dev/Share/ROPP111_make_test/ropp_io/missing: Unknown `--is-lightweight' option
29Try `/data/users/idculv/ROPP/ropp_src/branches/dev/Share/ROPP111_make_test/ropp_io/missing --help' for more information
30configure: WARNING: 'missing' script is too old or missing
31checking for a thread-safe mkdir -p... /usr/bin//mkdir -p
32checking for gawk... gawk
33checking whether make sets $(MAKE)... yes
34checking whether make supports nested variables... yes
35checking build system type... x86_64-unknown-linux-gnu
36checking host system type... x86_64-unknown-linux-gnu
37checking whether the Fortran compiler works... yes
38checking for Fortran compiler default output file name... a.out
39checking for suffix of executables...
40checking whether we are cross compiling... no
41checking for suffix of object files... o
42checking whether we are using the GNU Fortran compiler... no
43checking whether gfortran accepts -g... yes
44checking for Fortran compiler vendor... GCC
45checking for ranlib... ranlib
46checking for m4... /usr/bin//m4
47checking for robodoc... /usr/bin//robodoc
48checking for svn2cl... /home/h04/idculv/bin/svn2cl
49checking for Fortran flag to compile .f90 files... none
50checking for Fortran flag needed to accept free-form source... none
51checking whether compiler uses upper case module names... (cached) no
52checking for Fortran whether backslash escapes... no
53checking for Fortran module netcdf... yes
54checking for Fortran module ropp_utils... yes
55checking for Fortran module typesizes... yes
56checking for bufren of the bufr library... no
57checking for enbufv4 of the metdbbufr library... no
58checking for codes_f_bufr_copy_data of the eccodes_bufr library... no
59configure: WARNING:
60configure: WARNING: BUFR LIBRARY (METDB, ECMWF or ECCODES) NOT FOUND
61configure: WARNING: SOME ROPP_IO TOOLS NEED AT LEAST ONE OF THEM INSTALLED.
62configure: WARNING: *** NOTE: ***
63configure: WARNING: *** Users wishing to build the ROPP BUFR encoder or ***
64configure: WARNING: *** decoder must install one of the MetDB, ***
65configure: WARNING: *** ECMWF or ecCodes libraries before building this ***
66configure: WARNING: *** package. See ROPP Release Notes or ROPP I/O User ***
67configure: WARNING: *** Guide for further details. ***
68configure: WARNING: *** Build will proceed without BUFR support. ***
69configure: WARNING:
70checking for grib_f_open_file of the eccodes_grib library... no
71checking for grib_f_open_file of the grib_api library... yes
72configure: WARNING:
73configure: WARNING: GRIB_API LIBRARY (FROM ECMWF) WAS DETECTED
74configure: WARNING: *** NOTE: ***
75configure: WARNING: *** ROPP support for GRIB-API will be discontinued ***
76configure: WARNING: *** in the near future. Users should switch to ***
77configure: WARNING: *** the ECMWF ecCodes library instead. ***
78configure: WARNING:
79checking for nf_inq_ncid of the hdf5 library... yes
80checking for nf_open of the netcdf library... yes
81checking for iau_zp of the sofa library... yes
82checking for message of the ropp_utils library... yes
83checking that generated files are newer than configure... done
84configure: creating ./config.status
85config.status: creating Makefile
86config.status: creating build/Makefile
87config.status: creating common/Makefile
88config.status: creating contrib/Makefile
89config.status: creating contrib/idl/Makefile
90config.status: creating contrib/wave/Makefile
91config.status: creating data/Makefile
92config.status: creating doc/Makefile
93config.status: creating ropp/Makefile
94config.status: creating thin/Makefile
95config.status: creating ncdf/Makefile
96config.status: creating bufr/Makefile
97config.status: creating ecmwf/Makefile
98config.status: creating tools/Makefile
99config.status: creating tests/Makefile
100test -z "test2ropp ropp2ropp gfz2ropp ucar2ropp bgrasc2ropp grib2bgrasc eum2ropp ieec2ropp " || rm -f test2ropp ropp2ropp gfz2ropp ucar2ropp bgrasc2ropp grib2bgrasc eum2ropp ieec2ropp
101test -z "*.stb *.mod" || rm -f *.stb *.mod
102rm -f *.o
103gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -c -o test2ropp.o test2ropp.f90
104gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -L/data/users/idculv/ROPP/gfortran/lib -L/data/users/idculv/ROPP/gfortran/lib64 -o test2ropp test2ropp.o ../build/libropp_io.a -lropp_utils -lsofa -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lgrib_api_f90 -lgrib_api
105gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -c -o ropp2ropp.o ropp2ropp.f90
106gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -L/data/users/idculv/ROPP/gfortran/lib -L/data/users/idculv/ROPP/gfortran/lib64 -o ropp2ropp ropp2ropp.o ../build/libropp_io.a -lropp_utils -lsofa -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lgrib_api_f90 -lgrib_api
107gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -c -o gfz2ropp.o gfz2ropp.f90
108gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -L/data/users/idculv/ROPP/gfortran/lib -L/data/users/idculv/ROPP/gfortran/lib64 -o gfz2ropp gfz2ropp.o ../build/libropp_io.a -lropp_utils -lsofa -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lgrib_api_f90 -lgrib_api
109gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -c -o ucar2ropp.o ucar2ropp.f90
110gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -L/data/users/idculv/ROPP/gfortran/lib -L/data/users/idculv/ROPP/gfortran/lib64 -o ucar2ropp ucar2ropp.o ../build/libropp_io.a -lropp_utils -lsofa -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lgrib_api_f90 -lgrib_api
111gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -c -o bgrasc2ropp.o bgrasc2ropp.f90
112gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -L/data/users/idculv/ROPP/gfortran/lib -L/data/users/idculv/ROPP/gfortran/lib64 -o bgrasc2ropp bgrasc2ropp.o ../build/libropp_io.a -lropp_utils -lsofa -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lgrib_api_f90 -lgrib_api
113gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -c -o grib2bgrasc.o grib2bgrasc.f90
114gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -L/data/users/idculv/ROPP/gfortran/lib -L/data/users/idculv/ROPP/gfortran/lib64 -o grib2bgrasc grib2bgrasc.o ../build/libropp_io.a -lropp_utils -lsofa -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lgrib_api_f90 -lgrib_api
115gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -c -o eum2ropp.o eum2ropp.f90
116gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -L/data/users/idculv/ROPP/gfortran/lib -L/data/users/idculv/ROPP/gfortran/lib64 -o eum2ropp eum2ropp.o ../build/libropp_io.a -lropp_utils -lsofa -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lgrib_api_f90 -lgrib_api
117gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -c -o ieec2ropp.o ieec2ropp.f90
118gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -L/data/users/idculv/ROPP/gfortran/lib -L/data/users/idculv/ROPP/gfortran/lib64 -o ieec2ropp ieec2ropp.o ../build/libropp_io.a -lropp_utils -lsofa -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lgrib_api_f90 -lgrib_api
119make[1]: Entering directory `/net/data/users/idculv/ROPP/ropp_src/branches/dev/Share/ROPP111_make_test/ropp_io/tools'
120 /usr/bin//mkdir -p '/data/users/idculv/ROPP/gfortran/bin'
121 /usr/bin//install -c test2ropp ropp2ropp gfz2ropp ucar2ropp bgrasc2ropp grib2bgrasc eum2ropp ieec2ropp '/data/users/idculv/ROPP/gfortran/bin'
122make install-exec-hook
123make[2]: Entering directory `/net/data/users/idculv/ROPP/ropp_src/branches/dev/Share/ROPP111_make_test/ropp_io/tools'
124make[2]: Nothing to be done for `install-exec-hook'.
125make[2]: Leaving directory `/net/data/users/idculv/ROPP/ropp_src/branches/dev/Share/ROPP111_make_test/ropp_io/tools'
126 /usr/bin//mkdir -p '/data/users/idculv/ROPP/gfortran/share/man/man1'
127 /usr/bin//install -c -m 644 test2ropp.1 ropp2ropp.1 gfz2ropp.1 ucar2ropp.1 bgrasc2ropp.1 grib2bgrasc.1 eum2ropp.1 ieec2ropp.1 '/data/users/idculv/ROPP/gfortran/share/man/man1'
128make[1]: Leaving directory `/net/data/users/idculv/ROPP/ropp_src/branches/dev/Share/ROPP111_make_test/ropp_io/tools'
129-rw-r--r--. 1 idculv satsense 11470 Jan 18 18:40 bufr2ropp_eccodes_101.out
130-rw-r--r--. 1 idculv satsense 11288 Jan 18 18:40 bufr2ropp_mobufr_110.out
131-rw-r--r--. 1 idculv satsense 11547 Jan 18 18:40 bufr2ropp_ecbufr_110.out
132-rw-r--r--. 1 idculv satsense 68 Jan 18 18:40 bufr2ropp_eccodes_110.out
133-rw-r--r--. 1 idculv satsense 21526 Jan 20 12:45 bufr2ropp_mo.f90
134-rw-r--r--. 1 idculv satsense 22287 Jan 20 12:45 bufr2ropp_ec.f90
135-rw-r--r--. 1 idculv satsense 20855 Jan 20 13:50 bufr2ropp_eccodes.f90
136-rw-r--r--. 1 idculv satsense 11354 Jan 31 16:58 bufr2ropp_mobufr_111.out
137-rw-r--r--. 1 idculv satsense 11613 Jan 31 16:58 bufr2ropp_ecbufr_111.out
138-rw-r--r--. 1 idculv satsense 11319 Jan 31 16:58 bufr2ropp_eccodes_111.out
139-rw-r--r--. 1 idculv satsense 2121 Jan 18 18:57 ropp2bufr_mobufr_101.out
140-rw-r--r--. 1 idculv satsense 67 Jan 18 18:57 ropp2bufr_ecbufr_101.out
141-rw-r--r--. 1 idculv satsense 1697 Jan 18 18:57 ropp2bufr_eccodes_101.out
142-rw-r--r--. 1 idculv satsense 2121 Jan 18 18:57 ropp2bufr_mobufr_110.out
143-rw-r--r--. 1 idculv satsense 2199 Jan 18 18:57 ropp2bufr_ecbufr_110.out
144-rw-r--r--. 1 idculv satsense 68 Jan 18 18:57 ropp2bufr_eccodes_110.out
145-rw-r--r--. 1 idculv satsense 43265 Jan 19 16:14 ropp2bufr_eccodes.f90
146-rw-r--r--. 1 idculv satsense 2121 Jan 20 17:14 ropp2bufr_mobufr_111.out
147-rw-r--r--. 1 idculv satsense 2199 Jan 20 17:14 ropp2bufr_ecbufr_111.out
148-rw-r--r--. 1 idculv satsense 1697 Jan 20 17:14 ropp2bufr_eccodes_111.out
149-rw-r--r--. 1 idculv satsense 13088 Jan 14 16:01 eum2bufr.1
150-rw-r--r--. 1 idculv satsense 66 Jan 18 19:05 eum2bufr_ecbufr_000.out
151-rw-r--r--. 1 idculv satsense 67 Jan 18 19:05 eum2bufr_eccodes_000.out
152-rw-r--r--. 1 idculv satsense 66 Jan 18 19:06 eum2bufr_ecbufr_001.out
153-rw-r--r--. 1 idculv satsense 1844 Jan 18 19:06 eum2bufr_eccodes_001.out
154-rw-r--r--. 1 idculv satsense 2335 Jan 18 19:06 eum2bufr_ecbufr_010.out
155-rw-r--r--. 1 idculv satsense 67 Jan 18 19:06 eum2bufr_eccodes_010.out
156-rw-r--r--. 1 idculv satsense 42855 Jan 20 17:23 eum2bufr_eccodes.f90
157-rw-r--r--. 1 idculv satsense 2335 Jan 20 17:23 eum2bufr_ecbufr_011.out
158-rw-r--r--. 1 idculv satsense 1843 Jan 20 17:23 eum2bufr_eccodes_011.out
159test -z "*.stb " || rm -f *.stb
160test -z "t_netcdf nml_diff ropp_io_compare ropp_io_summary robufr2ropp" || rm -f t_netcdf nml_diff ropp_io_compare ropp_io_summary robufr2ropp
161rm -f *.o
162gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -c -o t_netcdf.o t_netcdf.f90
163gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -L/data/users/idculv/ROPP/gfortran/lib -L/data/users/idculv/ROPP/gfortran/lib64 -o t_netcdf t_netcdf.o ../build/libropp_io.a -lropp_utils -lsofa -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lgrib_api_f90 -lgrib_api
164gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -c -o nml_diff.o nml_diff.f90
165gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -L/data/users/idculv/ROPP/gfortran/lib -L/data/users/idculv/ROPP/gfortran/lib64 -o nml_diff nml_diff.o ../build/libropp_io.a -lropp_utils -lsofa -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lgrib_api_f90 -lgrib_api
166gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -c -o ropp_io_compare.o ropp_io_compare.f90
167gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -L/data/users/idculv/ROPP/gfortran/lib -L/data/users/idculv/ROPP/gfortran/lib64 -o ropp_io_compare ropp_io_compare.o ../build/libropp_io.a -lropp_utils -lsofa -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lgrib_api_f90 -lgrib_api
168gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -c -o ropp_io_summary.o ropp_io_summary.f90
169gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -L/data/users/idculv/ROPP/gfortran/lib -L/data/users/idculv/ROPP/gfortran/lib64 -o ropp_io_summary ropp_io_summary.o ../build/libropp_io.a -lropp_utils -lsofa -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lgrib_api_f90 -lgrib_api
170gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -c -o robufr2ropp.o robufr2ropp.f90
171gfortran -I../build -O2 -I/data/users/idculv/ROPP/gfortran/include -L/data/users/idculv/ROPP/gfortran/lib -L/data/users/idculv/ROPP/gfortran/lib64 -o robufr2ropp robufr2ropp.o ../build/libropp_io.a -lropp_utils -lsofa -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lgrib_api_f90 -lgrib_api
172
173Testing netCDF Fortran 90 write interfaces...
174
175
176Running t_netcdf (IO (netCDF basic)) ...
177****************************
178********** PASS **********
179****************************
180... examine t_netcdf.log for details
181
182
183Testing ROPP conversion tool...
184
185
186Running t_ropp2ropp_i (IO (missing/invalid data)) ...
187****************************
188********** PASS **********
189****************************
190... examine t_ropp2ropp_i.log for details
191
192
193Running t_ropp2ropp_v (IO (valid data)) ...
194****************************
195********** PASS **********
196****************************
197... examine t_ropp2ropp_v.log for details
198
199
200Running t_ropp2ropp_n (IO (netCDF data)) ...
201****************************
202********** PASS **********
203****************************
204... examine t_ropp2ropp_n.log for details
205
206
207Running t_ropp2ropp_m1 (IO (single -> multi)) ...
208****************************
209********** PASS **********
210****************************
211... examine t_ropp2ropp_m1.log for details
212
213
214Running t_ropp2ropp_m2 (IO (multi -> single)) ...
215****************************
216********** PASS **********
217****************************
218... examine t_ropp2ropp_m2.log for details
219
220
221Running t_ropp2ropp_2d (IO (2D data)) ...
222****************************
223********** PASS **********
224****************************
225... examine t_ropp2ropp_2d.log for details
226
227PASS: 6 tests; NOT PASS: 0 tests; TOTAL: 6 tests
228
229
230
231
232
233
234Testing GFZ-to-netCDF conversion tool on NRT data ...
235
236
237Running t_gfz2ropp_1 (IO (GFZ NRT data)) ...
238****************************
239********** PASS **********
240****************************
241... examine t_gfz2ropp_1.log for details
242
243
244Testing GFZ-to-netCDF conversion tool on PD data ...
245
246
247Running t_gfz2ropp_2 (IO (GFZ PD data)) ...
248****************************
249********** PASS **********
250****************************
251... examine t_gfz2ropp_2.log for details
252
253
254
255Testing UCAR-to-ROPP netCDF conversion tool on atmPrf data ...
256
257
258Running t_ucar2ropp_1 (IO (UCAR atmPrf data)) ...
259****************************
260********** PASS **********
261****************************
262... examine t_ucar2ropp_1.log for details
263
264
265Testing UCAR-to-ROPP netCDF conversion tool on atmPhs data ...
266
267
268Running t_ucar2ropp_2 (IO (UCAR atmPhs data)) ...
269****************************
270********** PASS **********
271****************************
272... examine t_ucar2ropp_2.log for details
273
274
275
276Testing EUM netCDF4-to-ROPP conversion tool...
277
278
279Running t_eum2ropp (IO (EUM -> ROPP)) ...
280****************************
281********** PASS **********
282****************************
283... examine t_eum2ropp.log for details
284
285
286
287Testing [ECMWF GRIB_API] GRIB-to-BGRASC conversion tool ...
288
289
290Running t_grib2bgrasc (IO (GRIB -> ASCII)) ...
291****************************
292********** PASS **********
293****************************
294... examine t_grib2bgrasc.log for details
295
296
297
298Testing BGRASC-to-ROPP conversion tool ...
299
300
301Running t_bgrasc2ropp (IO (ASCII -> ROPP)) ...
302****************************
303********** PASS **********
304****************************
305... examine t_bgrasc2ropp.log for details
306
307
308
309Making summary of test result
310
311
312************************** SUMMARY OF ROPP_IO TEST RESULTS ***************************
313--------------------------------------------------------------------------------------
314| Test name | Description | Run? | PASS? |
315--------------------------------------------------------------------------------------
316| t_netcdf | IO (netCDF basic) | Run | PASS |
317| t_ropp2ropp_i | IO (missing/invalid data) | Run | PASS |
318| t_ropp2ropp_v | IO (valid data) | Run | PASS |
319| t_ropp2ropp_n | IO (netCDF data) | Run | PASS |
320| t_ropp2ropp_m1 | IO (single -> multi) | Run | PASS |
321| t_ropp2ropp_m2 | IO (multi -> single) | Run | PASS |
322| t_ropp2ropp_2d | IO (2D data) | Run | PASS |
323| t_ropp2bufr_mobufr | IO (ropp2bufr_mobufr) | Not run | ------ |
324| t_bufr2ropp_mobufr | IO (bufr2ropp_mobufr) | Not run | ------ |
325| t_ropp2bufr_ecbufr | IO (ropp2bufr_ecbufr) | Not run | ------ |
326| t_bufr2ropp_ecbufr | IO (bufr2ropp_ecbufr) | Not run | ------ |
327| t_eum2bufr_ecbufr | IO (eum2bufr_ecbufr) | Not run | ------ |
328| t_ropp2bufr_eccodes | IO (ropp2bufr_eccodes) | Not run | ------ |
329| t_bufr2ropp_eccodes | IO (bufr2ropp_eccodes) | Not run | ------ |
330| t_eum2bufr_eccodes | IO (eum2bufr_eccodes) | Not run | ------ |
331| t_gfz2ropp_1 | IO (GFZ NRT data) | Run | PASS |
332| t_gfz2ropp_2 | IO (GFZ PD data) | Run | PASS |
333| t_ucar2ropp_1 | IO (UCAR atmPrf data) | Run | PASS |
334| t_ucar2ropp_2 | IO (UCAR atmPhs data) | Run | PASS |
335| t_eum2ropp | IO (EUM -> ROPP) | Run | PASS |
336| t_grib2bgrasc | IO (GRIB -> ASCII) | Run | PASS |
337| t_bgrasc2ropp | IO (ASCII -> ROPP) | Run | PASS |
338--------------------------------------------------------------------------------------
339
340This table is saved in ropp_io_summary.txt.
341Each test has its own log file.
342