[cdo] 09/14: Merge tag 'upstream/1.9.2' into debian/dfsg.1; removed pdfs

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Dec 12 12:46:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository cdo.

commit cfc1f6543fa6a732cc72577e9aa3e9434f5339bc
Merge: 8b7b998 68f08c4
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Dec 9 07:31:20 2017 +0000

    Merge tag 'upstream/1.9.2' into debian/dfsg.1; removed pdfs

 ChangeLog                                          |   553 +
 Makefile.am                                        |     4 +-
 Makefile.in                                        |    24 +-
 NEWS                                               |   109 +
 OPERATORS                                          |    81 +-
 README                                             |     2 +-
 aclocal.m4                                         |     4 +
 cdo.settings.in                                    |   114 +-
 cdo.spec                                           |     6 +-
 cdo.spec.in                                        |     4 +-
 config/default                                     |   328 +-
 configure                                          | 15059 +++++---
 configure.ac                                       |   144 +-
 contrib/Makefile.am                                |    20 +-
 contrib/Makefile.in                                |    40 +-
 contrib/cdoCompletion.bash                         |   825 +-
 contrib/cdoCompletion.tcsh                         |   825 +-
 contrib/cdoCompletion.zsh                          |   825 +-
 contrib/makecompl.rb                               |    15 +-
 libcdi/ChangeLog                                   |   320 +
 libcdi/Makefile.am                                 |     6 +
 libcdi/Makefile.in                                 |    19 +-
 libcdi/NEWS                                        |     8 +
 libcdi/aclocal.m4                                  |     1 +
 libcdi/app/Makefile.am                             |     5 +
 libcdi/app/Makefile.in                             |    22 +-
 libcdi/app/cdi.c                                   |   291 +-
 libcdi/app/createtable.c                           |     4 +-
 libcdi/app/printinfo.h                             |   736 +-
 libcdi/cdi.settings.in                             |    33 +-
 libcdi/config/config.guess                         |   325 +-
 libcdi/config/config.sub                           |    79 +-
 libcdi/config/default                              |    62 +-
 libcdi/configure                                   |  1359 +-
 libcdi/configure.ac                                |     5 +-
 libcdi/examples/Makefile.am                        |    25 +-
 libcdi/examples/Makefile.in                        |    88 +-
 libcdi/examples/cdi_copy.c                         |     4 +-
 libcdi/examples/cdi_read.c                         |     6 +-
 libcdi/examples/cdi_read_f2003.f90                 |     5 +-
 libcdi/examples/cdi_write.c                        |    12 +-
 libcdi/examples/cdi_write_const.c                  |    76 +
 libcdi/examples/cdi_write_ens.c                    |     6 +-
 libcdi/examples/cdi_write_f2003.f90                |    11 +-
 libcdi/examples/cdi_write_hybrid.c                 |    30 +-
 libcdi/examples/cdi_write_relativ.c                |    90 +
 libcdi/examples/pio/Makefile.am                    |     5 +
 libcdi/examples/pio/Makefile.in                    |    24 +-
 libcdi/examples/pio/collectData.c                  |     2 +-
 libcdi/examples/pio/collectData2003.F90            |     2 +-
 libcdi/examples/pio/collectDataNStreams.c          |     2 +-
 libcdi/examples/pio/compareResourcesArray.c        |    13 +-
 libcdi/interfaces/Makefile.am                      |     6 +-
 libcdi/interfaces/Makefile.in                      |    19 +-
 libcdi/interfaces/cdi.cpp                          |    22 +-
 libcdi/interfaces/python/table.py                  |     2 +-
 libcdi/m4/acx_options.m4                           |   258 +-
 libcdi/m4/acx_prog_cc_posix.m4                     |    71 +
 libcdi/src/Makefile.am                             |    19 +-
 libcdi/src/Makefile.in                             |   113 +-
 libcdi/src/basetime.c                              |    13 +-
 libcdi/src/basetime.h                              |     4 +-
 libcdi/src/binary.h                                |     8 +-
 libcdi/src/calendar.c                              |   103 +-
 libcdi/src/cdf.c                                   |   118 +-
 libcdi/src/cdf.h                                   |     9 +-
 libcdi/src/cdf_config.h                            |    18 +
 libcdi/src/cdf_int.c                               |   101 +-
 libcdi/src/cdf_int.h                               |     9 +-
 libcdi/src/cdf_lazy_grid.c                         |   535 +
 libcdi/src/cdf_lazy_grid.h                         |    60 +
 libcdi/src/cdf_read.c                              |   172 +-
 libcdi/src/cdf_util.c                              |   341 +
 libcdi/src/cdf_util.h                              |    30 +
 libcdi/src/cdf_write.c                             |   613 +-
 libcdi/src/cdi.h                                   |   472 +-
 libcdi/src/cdi.inc                                 |  1014 +-
 libcdi/src/cdiFortran.c                            |   364 +-
 libcdi/src/cdi_att.c                               |   610 +
 libcdi/src/cdi_att.h                               |    53 +
 libcdi/src/cdi_error.c                             |     8 +-
 libcdi/src/cdi_int.c                               |   174 +-
 libcdi/src/cdi_int.h                               |    90 +-
 libcdi/src/cdilib.c                                | 35452 ++++++++++---------
 libcdi/src/cdipio.h                                |     4 +-
 libcdi/src/cdipio.inc                              |    32 +-
 libcdi/src/cdipioFortran.c                         |    19 +-
 libcdi/src/cfortran.h                              |    15 +-
 libcdi/src/cgribex.h                               |    17 +-
 libcdi/src/cgribexlib.c                            |  2557 +-
 libcdi/src/config.h.in                             |    46 +-
 libcdi/src/dtypes.h                                |     6 +-
 libcdi/src/error.h                                 |     6 +-
 libcdi/src/file.c                                  |   233 +-
 libcdi/src/gaussgrid.c                             |   214 +-
 libcdi/src/gaussgrid.h                             |     3 +
 libcdi/src/grb_read.c                              |    49 +-
 libcdi/src/grb_write.c                             |   131 +-
 libcdi/src/gribapi.c                               |    14 +-
 libcdi/src/gribapi.h                               |     4 +-
 libcdi/src/gribapi_utilities.c                     |   634 +-
 libcdi/src/gribapi_utilities.h                     |    10 +
 libcdi/src/grid.c                                  |  3425 +-
 libcdi/src/grid.h                                  |   149 +-
 libcdi/src/ieg.h                                   |     1 -
 libcdi/src/institution.c                           |    48 +-
 libcdi/src/iterator.c                              |   337 +-
 libcdi/src/iterator_fallback.c                     |    10 +-
 libcdi/src/iterator_fallback.h                     |     6 +
 libcdi/src/iterator_grib.c                         |    57 +-
 libcdi/src/iterator_grib.h                         |     4 +
 libcdi/src/mo_cdi.f90                              |  1526 +-
 libcdi/src/model.c                                 |    40 +-
 libcdi/src/pio_client.c                            |    12 +-
 libcdi/src/pio_comm.c                              |    21 +-
 libcdi/src/pio_comm.h                              |     2 +-
 libcdi/src/pio_interface.c                         |    23 +-
 libcdi/src/pio_interface.h                         |     4 +-
 libcdi/src/pio_mpi_fw_at_reblock.c                 |    10 +-
 libcdi/src/pio_posixnonb.c                         |    64 +-
 libcdi/src/pio_roles.c                             |     2 +-
 libcdi/src/pio_rpc.c                               |     6 +-
 libcdi/src/pio_rpc.h                               |    28 +-
 libcdi/src/pio_serialize.c                         |    28 +-
 libcdi/src/pio_server.c                            |    93 +-
 libcdi/src/pio_util.c                              |    10 +-
 libcdi/src/pio_util.h                              |     6 +-
 libcdi/src/pkgconfig/cdi.pc.in                     |     9 +-
 libcdi/src/pkgconfig/cdipio.pc.in                  |     9 +-
 libcdi/src/resource_handle.c                       |    47 +-
 libcdi/src/resource_handle.h                       |     1 +
 libcdi/src/resource_unpack.c                       |     6 +-
 libcdi/src/serialize.c                             |    18 +-
 libcdi/src/serialize.h                             |    24 +-
 libcdi/src/stream.c                                |   732 +-
 libcdi/src/stream_cdf.c                            |  7232 ----
 libcdi/src/stream_cdf.h                            |    22 +-
 libcdi/src/stream_cdf_i.c                          |  4225 +++
 libcdi/src/stream_cdf_o.c                          |  2028 ++
 libcdi/src/stream_cdf_time.c                       |   250 +
 libcdi/src/stream_cgribex.c                        |  1205 +-
 libcdi/src/stream_cgribex.h                        |    17 +-
 libcdi/src/stream_ext.c                            |   467 +-
 libcdi/src/stream_ext.h                            |     6 +-
 libcdi/src/stream_fcommon.c                        |    42 -
 libcdi/src/stream_fcommon.h                        |    20 -
 libcdi/src/stream_grb.c                            |   132 +-
 libcdi/src/stream_grb.h                            |    44 +-
 libcdi/src/stream_gribapi.c                        |  1545 +-
 libcdi/src/stream_gribapi.h                        |    21 +-
 libcdi/src/stream_history.c                        |    30 +-
 libcdi/src/stream_ieg.c                            |   811 +-
 libcdi/src/stream_ieg.h                            |     6 +-
 libcdi/src/stream_read.c                           |    91 +-
 libcdi/src/stream_record.c                         |   152 +-
 libcdi/src/stream_srv.c                            |   435 +-
 libcdi/src/stream_srv.h                            |     6 +-
 libcdi/src/stream_var.c                            |    39 +-
 libcdi/src/stream_write.c                          |   145 +-
 libcdi/src/subtype.h                               |     6 +-
 libcdi/src/table.c                                 |   457 +-
 libcdi/src/table.h                                 |  2682 +-
 libcdi/src/tablepar.h                              |    21 +-
 libcdi/src/taxis.c                                 |   345 +-
 libcdi/src/taxis.h                                 |    16 +-
 libcdi/src/timebase.c                              |    74 +-
 libcdi/src/tsteps.c                                |    12 +-
 libcdi/src/util.c                                  |    76 +-
 libcdi/src/varscan.c                               |   455 +-
 libcdi/src/varscan.h                               |     4 +-
 libcdi/src/vlist.c                                 |   359 +-
 libcdi/src/vlist.h                                 |    83 +-
 libcdi/src/vlist_att.c                             |   624 -
 libcdi/src/vlist_att.h                             |    30 -
 libcdi/src/vlist_var.c                             |   373 +-
 libcdi/src/vlist_var.h                             |     2 +
 libcdi/src/zaxis.c                                 |   944 +-
 libcdi/src/zaxis.h                                 |    52 +
 libcdi/tables/gen_tableheaderfile.in               |    31 +-
 libcdi/tests/Makefile.am                           |     7 +-
 libcdi/tests/Makefile.in                           |    46 +-
 libcdi/tests/cksum_write.c                         |    20 +-
 libcdi/tests/deco2d_model.c                        |     2 +-
 libcdi/tests/pio_write.c                           |    22 +-
 libcdi/tests/simple_model.c                        |    19 +-
 libcdi/tests/simple_model_helper.c                 |    16 +-
 libcdi/tests/stream_cksum.c                        |   193 +-
 libcdi/tests/test_cdf_const.in                     |    66 +
 libcdi/tests/test_cdf_read.c                       |    34 +-
 libcdi/tests/test_cdf_write.c                      |     8 +-
 libcdi/tests/test_grib.c                           |     4 +-
 libcdi/tests/test_resource_copy.c                  |    26 +-
 libcdi/tests/test_table.c                          |     3 +-
 m4/acx_cfortran_flags.m4                           |   171 +
 m4/acx_check_cfortran.m4                           |   275 +
 m4/acx_options.m4                                  |   196 +-
 m4/ax_cxx_compile_stdcxx.m4                        |   982 +
 m4/ax_cxx_compile_stdcxx_11.m4                     |    39 +
 src/Adisit.c                                       |   392 -
 src/Adisit.cc                                      |   371 +
 src/Afterburner.c                                  |  2432 --
 src/Afterburner.cc                                 |  2467 ++
 src/Arith.c                                        |   347 -
 src/Arith.cc                                       |   347 +
 src/Arithc.c                                       |   161 -
 src/Arithc.cc                                      |   162 +
 src/Arithdays.c                                    |   176 -
 src/Arithdays.cc                                   |   166 +
 src/Arithlat.c                                     |   156 -
 src/Arithlat.cc                                    |   149 +
 src/CDIread.c                                      |   190 -
 src/CDIread.cc                                     |   189 +
 src/CDItest.c                                      |   138 -
 src/CDItest.cc                                     |   126 +
 src/CDIwrite.c                                     |   300 -
 src/CDIwrite.cc                                    |   298 +
 src/CMOR.c                                         |   699 -
 src/CMOR.cc                                        |  4981 +++
 src/CMOR_lite.cc                                   |   572 +
 src/CMOR_table.cc                                  |   163 +
 src/Cat.c                                          |   179 -
 src/Cat.cc                                         |   174 +
 src/{CdoMagicsMapper.c => CdoMagicsMapper.cc}      |     0
 src/Change.c                                       |   339 -
 src/Change.cc                                      |   339 +
 src/Change_e5slm.c                                 |   194 -
 src/Change_e5slm.cc                                |   176 +
 src/Cloudlayer.c                                   |   379 -
 src/Cloudlayer.cc                                  |   372 +
 src/Collgrid.c                                     |   589 -
 src/Collgrid.cc                                    |   574 +
 src/Command.c                                      |   394 -
 src/Command.cc                                     |   389 +
 src/Comp.c                                         |   302 -
 src/Comp.cc                                        |   315 +
 src/Compc.c                                        |   159 -
 src/Compc.cc                                       |   150 +
 src/Complextorect.c                                |   127 -
 src/Complextorect.cc                               |   121 +
 src/Cond.c                                         |   224 -
 src/Cond.cc                                        |   215 +
 src/Cond2.c                                        |   234 -
 src/Cond2.cc                                       |   223 +
 src/Condc.c                                        |   128 -
 src/Condc.cc                                       |   120 +
 src/Consecstat.c                                   |   271 -
 src/Consecstat.cc                                  |   267 +
 src/Copy.c                                         |   182 -
 src/Copy.cc                                        |   196 +
 src/Deltat.cc                                      |   120 +
 src/Deltime.c                                      |   168 -
 src/Deltime.cc                                     |   161 +
 src/Derivepar.c                                    |   512 -
 src/Derivepar.cc                                   |   437 +
 src/Detrend.c                                      |   205 -
 src/Detrend.cc                                     |   188 +
 src/Diff.c                                         |   250 -
 src/Diff.cc                                        |   248 +
 src/Distgrid.c                                     |   345 -
 src/Distgrid.cc                                    |   399 +
 src/Duplicate.c                                    |   150 -
 src/Duplicate.cc                                   |   142 +
 src/EOFs.c                                         |   683 -
 src/EOFs.cc                                        |   666 +
 src/EcaIndices.c                                   |  1560 -
 src/EcaIndices.cc                                  |  1604 +
 src/Echam5ini.c                                    |  1634 -
 src/Echam5ini.cc                                   |  1633 +
 src/Enlarge.c                                      |   160 -
 src/Enlarge.cc                                     |   148 +
 src/Enlargegrid.c                                  |   271 -
 src/Enlargegrid.cc                                 |   250 +
 src/Ensstat.c                                      |   280 -
 src/Ensstat.cc                                     |   364 +
 src/Ensstat3.c                                     |   532 -
 src/Ensstat3.cc                                    |   519 +
 src/Ensval.c                                       |   546 -
 src/Ensval.cc                                      |   532 +
 src/Eof3d.c                                        |   506 -
 src/Eof3d.cc                                       |   518 +
 src/Eofcoeff.c                                     |   250 -
 src/Eofcoeff.cc                                    |   229 +
 src/Eofcoeff3d.c                                   |   267 -
 src/Eofcoeff3d.cc                                  |   255 +
 src/EstFreq.cc                                     |   162 +
 src/Exprf.c                                        |   580 -
 src/Exprf.cc                                       |   667 +
 src/FC.c                                           |   313 -
 src/FC.cc                                          |   303 +
 src/Filedes.c                                      |   456 -
 src/Filedes.cc                                     |   422 +
 src/Fillmiss.c                                     |   538 -
 src/Fillmiss.cc                                    |   546 +
 src/Filter.c                                       |   431 -
 src/Filter.cc                                      |   422 +
 src/Fldrms.c                                       |   174 -
 src/Fldrms.cc                                      |   166 +
 src/Fldstat.c                                      |   268 -
 src/Fldstat.cc                                     |   256 +
 src/Fldstat2.c                                     |   235 -
 src/Fldstat2.cc                                    |   216 +
 src/Fourier.c                                      |   216 -
 src/Fourier.cc                                     |   211 +
 src/Gengrid.c                                      |   160 -
 src/Gengrid.cc                                     |   153 +
 src/Gradsdes.c                                     |  1416 -
 src/Gradsdes.cc                                    |  1415 +
 src/Gridboxstat.c                                  |   684 -
 src/Gridboxstat.cc                                 |   660 +
 src/Gridcell.c                                     |   316 -
 src/Gridcell.cc                                    |   309 +
 src/Gridsearch.c                                   |    42 -
 src/Gridsearch.cc                                  |   261 +
 src/Harmonic.c                                     |   316 -
 src/Harmonic.cc                                    |   304 +
 src/Hi.c                                           |   215 -
 src/Hi.cc                                          |   208 +
 src/Histogram.c                                    |   246 -
 src/Histogram.cc                                   |   233 +
 src/Importamsr.c                                   |   289 -
 src/Importamsr.cc                                  |   279 +
 src/Importbinary.c                                 |   597 -
 src/Importbinary.cc                                |   574 +
 src/Importcmsaf.c                                  |  1645 -
 src/Importcmsaf.cc                                 |  1633 +
 src/Importobs.c                                    |   259 -
 src/Importobs.cc                                   |   251 +
 src/Info.c                                         |   492 -
 src/Info.cc                                        |   541 +
 src/Input.c                                        |   278 -
 src/Input.cc                                       |   270 +
 src/Intgrid.c                                      |   470 -
 src/Intgrid.cc                                     |   436 +
 src/Intgridtraj.c                                  |   259 -
 src/Intgridtraj.cc                                 |   241 +
 src/Intlevel.c                                     |   430 -
 src/Intlevel.cc                                    |   415 +
 src/Intlevel3d.c                                   |   496 -
 src/Intlevel3d.cc                                  |   503 +
 src/Intntime.c                                     |   266 -
 src/Intntime.cc                                    |   252 +
 src/Inttime.c                                      |   333 -
 src/Inttime.cc                                     |   321 +
 src/Intyear.c                                      |   203 -
 src/Intyear.cc                                     |   190 +
 src/Invert.c                                       |   391 -
 src/Invert.cc                                      |   369 +
 src/Invertlev.c                                    |   229 -
 src/Invertlev.cc                                   |   234 +
 src/Isosurface.c                                   |   260 -
 src/Isosurface.cc                                  |   245 +
 src/Kvl.c                                          |   200 -
 src/Log.c                                          |    72 -
 src/Log.cc                                         |    70 +
 src/Maggraph.c                                     |  1028 -
 src/Maggraph.cc                                    |  1028 +
 src/Magplot.c                                      |  1298 -
 src/Magplot.cc                                     |  1300 +
 src/Magvector.c                                    |   502 -
 src/Magvector.cc                                   |   501 +
 src/Makefile.am                                    |   647 +-
 src/Makefile.in                                    |  7937 +++--
 src/MapReduce.cc                                   |   218 +
 src/Maskbox.c                                      |   502 -
 src/Maskbox.cc                                     |   430 +
 src/Mastrfu.c                                      |   200 -
 src/Mastrfu.cc                                     |   199 +
 src/Math.c                                         |   239 -
 src/Math.cc                                        |   232 +
 src/Merge.c                                        |   359 -
 src/Merge.cc                                       |   329 +
 src/Mergegrid.c                                    |   294 -
 src/Mergegrid.cc                                   |   272 +
 src/Mergetime.c                                    |   236 -
 src/Mergetime.cc                                   |   220 +
 src/Merstat.c                                      |   181 -
 src/Merstat.cc                                     |   179 +
 src/Monarith.c                                     |   198 -
 src/Monarith.cc                                    |   180 +
 src/Mrotuv.c                                       |   442 -
 src/Mrotuv.cc                                      |   425 +
 src/Mrotuvb.c                                      |   539 -
 src/Mrotuvb.cc                                     |   519 +
 src/NCL_wind.cc                                    |   328 +
 src/Ninfo.c                                        |   158 -
 src/Ninfo.cc                                       |   174 +
 src/Nmldump.cc                                     |   103 +
 src/Nmltest.c                                      |    57 -
 src/Output.c                                       |   462 -
 src/Output.cc                                      |   454 +
 src/Outputgmt.c                                    |   751 -
 src/Outputgmt.cc                                   |   738 +
 src/Pack.c                                         |   272 -
 src/Pack.cc                                        |   269 +
 src/Pardup.c                                       |   155 -
 src/Pardup.cc                                      |   152 +
 src/Pinfo.c                                        |   205 -
 src/Pinfo.cc                                       |   194 +
 src/Pressure.c                                     |   417 -
 src/Pressure.cc                                    |   307 +
 src/Regres.c                                       |   184 -
 src/Regres.cc                                      |   175 +
 src/Remap.c                                        |  1335 -
 src/Remap.cc                                       |  1306 +
 src/Remapeta.c                                     |   854 -
 src/Remapeta.cc                                    |   897 +
 src/Replace.c                                      |   249 -
 src/Replace.cc                                     |   244 +
 src/Replacevalues.c                                |   181 -
 src/Replacevalues.cc                               |   166 +
 src/Rhopot.c                                       |   342 -
 src/Rhopot.cc                                      |   327 +
 src/Rotuv.c                                        |   307 -
 src/Rotuv.cc                                       |   304 +
 src/Runpctl.c                                      |   207 -
 src/Runpctl.cc                                     |   190 +
 src/Runstat.c                                      |   362 -
 src/Runstat.cc                                     |   399 +
 src/SSOpar.c                                       |   993 -
 src/Samplegrid.cc                                  |   239 +
 src/Samplegridicon.cc                              |   628 +
 src/Seascount.c                                    |   183 -
 src/Seascount.cc                                   |   170 +
 src/Seaspctl.c                                     |   257 -
 src/Seaspctl.cc                                    |   250 +
 src/Seasstat.c                                     |   324 -
 src/Seasstat.cc                                    |   331 +
 src/Selbox.c                                       |  1033 -
 src/Selbox.cc                                      |  1034 +
 src/Select.c                                       |  1186 -
 src/Select.cc                                      |   720 +
 src/Selgridcell.cc                                 |   269 +
 src/Selmulti.cc                                    |  1178 +
 src/Seloperator.c                                  |   156 -
 src/Seloperator.cc                                 |   149 +
 src/Selrec.c                                       |   116 -
 src/Selrec.cc                                      |   105 +
 src/Seltime.c                                      |   675 -
 src/Seltime.cc                                     |   668 +
 src/Selvar.c                                       |   432 -
 src/Selvar.cc                                      |   362 +
 src/Set.c                                          |   208 -
 src/Set.cc                                         |   200 +
 src/Setattribute.cc                                |   275 +
 src/Setbox.c                                       |   182 -
 src/Setbox.cc                                      |   182 +
 src/Setgatt.c                                      |   152 -
 src/Setgatt.cc                                     |   143 +
 src/Setgrid.c                                      |   426 -
 src/Setgrid.cc                                     |   431 +
 src/Sethalo.c                                      |   614 -
 src/Sethalo.cc                                     |   577 +
 src/Setmiss.c                                      |   230 -
 src/Setmiss.cc                                     |   225 +
 src/Setpartab.c                                    |   869 -
 src/Setpartab.cc                                   |   584 +
 src/Setrcaname.c                                   |   164 -
 src/Setrcaname.cc                                  |   157 +
 src/Settime.c                                      |   491 -
 src/Settime.cc                                     |   570 +
 src/Setzaxis.c                                     |   183 -
 src/Setzaxis.cc                                    |   186 +
 src/Shiftxy.cc                                     |   297 +
 src/Showattribute.cc                               |   192 +
 src/Showattribute.h                                |     1 +
 src/Showinfo.c                                     |   284 -
 src/Showinfo.cc                                    |   300 +
 src/Sinfo.c                                        |   346 -
 src/Sinfo.cc                                       |   353 +
 src/Smooth.cc                                      |   510 +
 src/Smooth9.c                                      |   311 -
 src/Sort.c                                         |   320 -
 src/Sort.cc                                        |   320 +
 src/Sorttimestamp.c                                |   214 -
 src/Sorttimestamp.cc                               |   206 +
 src/Specinfo.c                                     |   490 -
 src/Specinfo.cc                                    |   453 +
 src/Spectral.c                                     |   315 -
 src/Spectral.cc                                    |   309 +
 src/Spectrum.c                                     |   370 -
 src/Spectrum.cc                                    |   360 +
 src/Split.c                                        |   517 -
 src/Split.cc                                       |   509 +
 src/Splitrec.c                                     |   131 -
 src/Splitrec.cc                                    |   124 +
 src/Splitsel.c                                     |   287 -
 src/Splitsel.cc                                    |   270 +
 src/Splittime.c                                    |   303 -
 src/Splittime.cc                                   |   302 +
 src/Splityear.c                                    |   270 -
 src/Splityear.cc                                   |   272 +
 src/{StringUtilities.c => StringUtilities.cc}      |     0
 src/Subtrend.c                                     |   143 -
 src/Subtrend.cc                                    |   133 +
 src/Tee.c                                          |   110 -
 src/Tee.cc                                         |   103 +
 src/Templates.c                                    |   147 -
 src/Templates.cc                                   |   144 +
 src/Test.c                                         |   160 -
 src/Test.cc                                        |   149 +
 src/Tests.c                                        |   177 -
 src/Tests.cc                                       |   169 +
 src/Timcount.c                                     |   184 -
 src/Timcount.cc                                    |   172 +
 src/Timcumsum.cc                                   |   114 +
 src/Timedt.c                                       |   121 -
 src/Timpctl.c                                      |   240 -
 src/Timpctl.cc                                     |   234 +
 src/Timselpctl.c                                   |   257 -
 src/Timselpctl.cc                                  |   251 +
 src/Timselstat.c                                   |   308 -
 src/Timselstat.cc                                  |   319 +
 src/Timsort.c                                      |   181 -
 src/Timsort.cc                                     |   174 +
 src/Timstat.c                                      |   488 -
 src/Timstat.cc                                     |   505 +
 src/Timstat2.c                                     |   311 -
 src/Timstat2.cc                                    |   306 +
 src/Timstat3.c                                     |   352 -
 src/Timstat3.cc                                    |   343 +
 src/Tinfo.c                                        |   494 -
 src/Tinfo.cc                                       |   491 +
 src/Tocomplex.c                                    |   127 -
 src/Tocomplex.cc                                   |   117 +
 src/Transpose.c                                    |   135 -
 src/Transpose.cc                                   |   132 +
 src/Trend.c                                        |   189 -
 src/Trend.cc                                       |   179 +
 src/Trms.c                                         |   300 -
 src/Trms.cc                                        |   286 +
 src/Tstepcount.c                                   |   200 -
 src/Tstepcount.cc                                  |   191 +
 src/Vargen.c                                       |   501 -
 src/Vargen.cc                                      |   553 +
 src/Varrms.c                                       |   202 -
 src/Varrms.cc                                      |   191 +
 src/Verifygrid.c                                   |  1188 -
 src/Verifygrid.cc                                  |   788 +
 src/Vertcum.c                                      |   247 -
 src/Vertcum.cc                                     |   246 +
 src/Vertintap.c                                    |   533 -
 src/Vertintap.cc                                   |   483 +
 src/Vertintml.c                                    |   747 -
 src/Vertintml.cc                                   |   647 +
 src/Vertstat.c                                     |   477 -
 src/Vertstat.cc                                    |   494 +
 src/Vertwind.c                                     |   273 -
 src/Vertwind.cc                                    |   249 +
 src/Wct.c                                          |   193 -
 src/Wct.cc                                         |   184 +
 src/Wind.c                                         |   425 -
 src/Wind.cc                                        |   420 +
 src/WindTrans.cc                                   |  1491 +
 src/Writegrid.c                                    |    78 -
 src/Writegrid.cc                                   |    71 +
 src/Writerandom.c                                  |   134 -
 src/Writerandom.cc                                 |   127 +
 src/XTimstat.c                                     |   595 -
 src/XTimstat.cc                                    |   588 +
 src/YAR.c                                          |   861 -
 src/YAR.cc                                         |   791 +
 src/Ydayarith.c                                    |   192 -
 src/Ydayarith.cc                                   |   191 +
 src/Ydaypctl.c                                     |   264 -
 src/Ydaypctl.cc                                    |   262 +
 src/Ydaystat.c                                     |   306 -
 src/Ydaystat.cc                                    |   353 +
 src/Ydrunpctl.c                                    |   359 -
 src/Ydrunpctl.cc                                   |   356 +
 src/Ydrunstat.c                                    |   476 -
 src/Ydrunstat.cc                                   |   473 +
 src/Yearmonstat.c                                  |   248 -
 src/Yearmonstat.cc                                 |   246 +
 src/Yhourarith.c                                   |   214 -
 src/Yhourarith.cc                                  |   205 +
 src/Yhourstat.c                                    |   321 -
 src/Yhourstat.cc                                   |   322 +
 src/Ymonarith.c                                    |   215 -
 src/Ymonarith.cc                                   |   214 +
 src/Ymonpctl.c                                     |   257 -
 src/Ymonpctl.cc                                    |   255 +
 src/Ymonstat.c                                     |   345 -
 src/Ymonstat.cc                                    |   346 +
 src/Yseaspctl.c                                    |   268 -
 src/Yseaspctl.cc                                   |   266 +
 src/Yseasstat.c                                    |   309 -
 src/Yseasstat.cc                                   |   318 +
 src/Zonstat.c                                      |   192 -
 src/Zonstat.cc                                     |   193 +
 src/{after_dvtrans.c => after_dvtrans.cc}          |     0
 src/after_fctrans.c                                |  2411 --
 src/after_fctrans.cc                               |  2260 ++
 src/after_namelist.c                               |   141 -
 src/after_namelist.cc                              |   136 +
 src/after_sptrans.c                                |   629 -
 src/after_sptrans.cc                               |   621 +
 src/after_vertint.c                                |   656 -
 src/after_vertint.cc                               |   629 +
 src/after_vertint.h                                |    42 +-
 src/afterburner.h                                  |    22 +-
 src/afterburnerlib.c                               |  2952 --
 src/afterburnerlib.cc                              |  2867 ++
 src/argument.cc                                    |   157 +
 src/argument.h                                     |    26 +
 src/array.cc                                       |   119 +
 src/array.h                                        |    15 +
 src/cdo.c                                          |  1521 -
 src/cdo.cc                                         |  1660 +
 src/cdo.h                                          |     2 +-
 src/cdoDebugOutput.cc                              |    76 +
 src/cdoDebugOutput.h                               |   152 +
 src/cdo_getopt.c                                   |   246 -
 src/cdo_getopt.cc                                  |   246 +
 src/cdo_getopt.h                                   |     2 +-
 src/cdo_history.c                                  |   143 -
 src/cdo_history.cc                                 |   145 +
 src/cdo_int.h                                      |    77 +-
 src/cdo_pthread.c                                  |    67 -
 src/cdo_pthread.cc                                 |    67 +
 src/cdo_read.cc                                    |   101 +
 src/cdo_task.c                                     |   233 -
 src/cdo_task.cc                                    |   252 +
 src/cdo_task.h                                     |     8 +-
 src/cdo_vlist.c                                    |   369 -
 src/cdo_vlist.cc                                   |   592 +
 src/cdotest.c                                      |   541 -
 src/cdotest.cc                                     |   542 +
 src/cellsearchorder.h                              | 30000 ++++++++++++++++
 src/cf_interface.h                                 |    23 +
 src/cfortran.h                                     |  2559 ++
 src/clipping/area.c                                |    18 +-
 src/clipping/area.h                                |     2 +-
 src/clipping/clipping.c                            |    50 +-
 src/clipping/clipping.h                            |     2 +-
 src/clipping/dep_list.h                            |     2 +-
 src/clipping/ensure_array_size.c                   |     2 +-
 src/clipping/ensure_array_size.h                   |     2 +-
 src/clipping/geometry.h                            |    23 +-
 src/clipping/grid.h                                |     6 +-
 src/clipping/grid_cell.c                           |    42 +-
 src/clipping/grid_cell.h                           |    14 +-
 src/clipping/intersection.c                        |    66 +-
 src/clipping/points.h                              |    34 +-
 src/clipping/utils.c                               |     2 +-
 src/clipping/utils.h                               |     8 +-
 src/cmortable_parser.cc                            |   321 +
 src/{color.c => color.cc}                          |     0
 src/commandline.c                                  |    81 -
 src/commandline.cc                                 |    85 +
 src/compare.h                                      |    17 +-
 src/config.h.in                                    |    48 +-
 src/{constants.c => constants.cc}                  |     0
 src/convert_units.cc                               |   190 +
 src/convert_units.h                                |    27 +
 src/datetime.c                                     |   255 -
 src/datetime.cc                                    |   323 +
 src/datetime.h                                     |    22 +-
 src/ecacore.c                                      |  1545 -
 src/ecacore.cc                                     |  1534 +
 src/ecacore.h                                      |     6 +-
 src/ecautil.c                                      |   631 -
 src/ecautil.cc                                     |   632 +
 src/ecautil.h                                      |    54 +-
 src/exception.c                                    |   129 -
 src/exception.cc                                   |   170 +
 src/expr.c                                         |  1646 -
 src/expr.cc                                        |  1760 +
 src/expr.h                                         |     8 +-
 src/expr_fun.c                                     |    76 -
 src/expr_fun.cc                                    |    76 +
 src/expr_fun.h                                     |     4 +-
 src/expr_lex.c                                     |  2183 --
 src/expr_lex.cc                                    |  2194 ++
 src/expr_yacc.c                                    |  1906 -
 src/expr_yacc.cc                                   |  1937 +
 src/expr_yacc.h                                    |    60 +-
 src/features.c                                     |   169 -
 src/features.cc                                    |   197 +
 src/field.c                                        |   607 -
 src/field.cc                                       |   795 +
 src/field.h                                        |   224 +-
 src/field2.c                                       |   872 -
 src/field2.cc                                      |   877 +
 src/fieldc.c                                       |   171 -
 src/fieldc.cc                                      |   171 +
 src/fieldmem.c                                     |   121 -
 src/fieldmem.cc                                    |   121 +
 src/fieldmer.c                                     |   463 -
 src/fieldmer.cc                                    |   525 +
 src/fieldzon.c                                     |   515 -
 src/fieldzon.cc                                    |   518 +
 src/functs.h                                       |    26 +-
 src/getMemorySize.c                                |    97 +
 src/getRSS.c                                       |   122 +
 src/gradsdeslib.c                                  |  2279 --
 src/gradsdeslib.cc                                 |  2215 ++
 src/grid.c                                         |  1716 -
 src/grid.cc                                        |  1722 +
 src/grid.h                                         |    97 +-
 src/grid_area.c                                    |   457 -
 src/grid_area.cc                                   |   448 +
 src/grid_define.cc                                 |   405 +
 src/grid_from_name.cc                              |   400 +
 src/grid_gme.c                                     |  1589 -
 src/grid_gme.cc                                    |  1545 +
 src/grid_lcc.c                                     |   332 -
 src/grid_print.cc                                  |   468 +
 src/grid_proj.cc                                   |   477 +
 src/grid_proj.h                                    |    18 +
 src/grid_read.cc                                   |   340 +
 src/grid_read_pingo.cc                             |   192 +
 src/grid_rot.c                                     |   254 -
 src/grid_rot.cc                                    |   253 +
 src/grid_search.c                                  |   462 -
 src/grid_search.cc                                 |  1025 +
 src/grid_search.h                                  |    90 +-
 src/griddes.c                                      |  1957 -
 src/griddes.cc                                     |   422 +
 src/griddes.h                                      |    55 +-
 src/griddes_h5.c                                   |   560 -
 src/griddes_h5.cc                                  |   538 +
 src/griddes_nc.c                                   |   336 -
 src/griddes_nc.cc                                  |   325 +
 src/gridreference.c                                |   287 -
 src/gridreference.cc                               |   279 +
 src/hetaeta.c                                      |  1046 -
 src/hetaeta.cc                                     |   881 +
 src/hetaeta.h                                      |    21 +-
 src/institution.c                                  |   110 -
 src/institution.cc                                 |   100 +
 src/interpol.c                                     |  2025 --
 src/interpol.cc                                    |  1547 +
 src/interpol.h                                     |     6 +-
 src/job.c                                          |   762 -
 src/job.cc                                         |   773 +
 src/json/jsmn.c                                    |   331 +
 src/json/jsmn.h                                    |    79 +
 src/juldate.c                                      |    63 -
 src/juldate.cc                                     |    59 +
 src/kdtreelib/kdtree.h                             |   129 +-
 src/kdtreelib/kdtree_cartesian.c                   |   527 -
 src/kdtreelib/kdtree_cartesian.cc                  |   505 +
 src/kdtreelib/kdtree_common.c                      |   325 -
 src/kdtreelib/kdtree_common.cc                     |   315 +
 src/kdtreelib/kdtree_spherical.c                   |   687 -
 src/kdtreelib/kdtree_spherical.cc                  |   661 +
 src/kdtreelib/pmergesort.c                         |   158 -
 src/kdtreelib/pmergesort.cc                        |   142 +
 src/kdtreelib/pqueue.c                             |   533 -
 src/kdtreelib/pqueue.cc                            |   533 +
 src/kdtreelib/pqueue.h                             |    22 +-
 src/kdtreelib/qsort.cc                             |   321 +
 src/kvlist.c                                       |   428 -
 src/kvlist.h                                       |    32 -
 src/lib/ncl/Makefile.am                            |     6 +
 src/lib/ncl/Makefile.in                            |   623 +
 src/lib/ncl/rvdv.f                                 |   456 +
 src/libncl.h                                       |    26 +
 src/list.c                                         |   239 -
 src/list.cc                                        |   140 +
 src/list.h                                         |    75 +-
 src/listarray.cc                                   |   232 +
 src/listarray.h                                    |    44 +
 src/listbuf.cc                                     |    70 +
 src/listbuf.h                                      |    20 +
 src/magics_template_parser.c                       |   257 -
 src/magics_template_parser.cc                      |   261 +
 src/merge_sort2.c                                  |   354 -
 src/merge_sort2.cc                                 |   355 +
 src/modules.c                                      |  1189 -
 src/modules.cc                                     |  1483 +
 src/modules.h                                      |    97 +-
 src/namelist.c                                     |   577 -
 src/namelist.cc                                    |   303 +
 src/namelist.h                                     |    97 +-
 src/namelist_parser.cc                             |   149 +
 src/nanoflann.hpp                                  |  1998 ++
 src/nearpt3c.cc                                    |    32 +
 src/nearpt3c.h                                     |     6 -
 src/nearpt3x.h                                     |   645 +
 src/{normal.c => normal.cc}                        |     0
 src/{nth_element.c => nth_element.cc}              |     0
 src/operator_help.h                                |  3875 +-
 src/par_io.c                                       |   112 -
 src/par_io.cc                                      |   113 +
 src/par_io.h                                       |    14 +-
 src/parse_literal.cc                               |   136 +
 src/percentiles.c                                  |   141 -
 src/percentiles.cc                                 |   141 +
 src/percentiles.h                                  |     8 +-
 src/percentiles_hist.c                             |   426 -
 src/percentiles_hist.cc                            |   426 +
 src/percentiles_hist.h                             |     6 +-
 src/pipe.c                                         |   621 -
 src/pipe.cc                                        |   523 +
 src/pipe.h                                         |   116 +-
 src/pmlist.cc                                      |   292 +
 src/pmlist.h                                       |    31 +
 src/printinfo.h                                    |   765 +-
 src/process.c                                      |  1025 -
 src/process.cc                                     |  1389 +
 src/process.h                                      |   113 +-
 src/pstream.c                                      |  1751 -
 src/pstream.cc                                     |  1890 +
 src/pstream.h                                      |   132 +-
 src/pstream_int.h                                  |     4 +-
 src/pstream_write.h                                |    25 +-
 src/pthread_debug.c                                |   239 -
 src/pthread_debug.cc                               |   273 +
 src/pthread_debug.h                                |     8 +
 src/readline.c                                     |    40 -
 src/readline.cc                                    |    45 +
 src/{realtime.c => realtime.cc}                    |     0
 src/remap.h                                        |   126 +-
 src/remap_bicubic_scrip.c                          |   325 -
 src/remap_bicubic_scrip.cc                         |   319 +
 src/remap_bilinear_scrip.c                         |   400 -
 src/remap_bilinear_scrip.cc                        |   393 +
 src/remap_conserv.c                                |  1059 -
 src/remap_conserv.cc                               |  1046 +
 src/remap_conserv_scrip.c                          |  1957 -
 src/remap_conserv_scrip.cc                         |  1884 +
 src/remap_distwgt.c                                |   566 -
 src/remap_distwgt.cc                               |   569 +
 src/remap_scrip_io.c                               |   779 -
 src/remap_scrip_io.cc                              |   849 +
 src/remap_search_latbins.c                         |   507 -
 src/remap_search_latbins.cc                        |   412 +
 src/remap_search_reg2d.c                           |   182 -
 src/remap_search_reg2d.cc                          |   168 +
 src/remap_store_link.c                             |   273 -
 src/remap_store_link.cc                            |   273 +
 src/remap_store_link.h                             |    30 +-
 src/remap_store_link_cnsrv.c                       |   291 -
 src/remap_store_link_cnsrv.cc                      |   291 +
 src/remap_store_link_cnsrv.h                       |    14 +-
 src/remaplib.c                                     |  1879 -
 src/remaplib.cc                                    |  1768 +
 src/remapsort.c                                    |   796 -
 src/remapsort.cc                                   |   790 +
 ...emplate_parser.c => results_template_parser.cc} |     0
 src/sellist.cc                                     |   373 +
 src/sellist.h                                      |    63 +
 src/specspace.c                                    |   286 -
 src/specspace.cc                                   |   280 +
 src/{statistic.c => statistic.cc}                  |     0
 src/statistic.h                                    |     2 +-
 src/stdnametable.c                                 |   101 -
 src/stdnametable.cc                                |   142 +
 src/stdnametable.h                                 |     6 +
 src/table.c                                        |    57 -
 src/table.cc                                       |    52 +
 src/template_parser.c                              |   165 -
 src/template_parser.cc                             |   109 +
 src/{text.c => text.cc}                            |     0
 src/text.h                                         |    25 +-
 src/timer.c                                        |   340 -
 src/timer.cc                                       |   328 +
 src/userlog.c                                      |  1017 -
 src/userlog.cc                                     |  1014 +
 src/uthash.h                                       |   966 +
 src/util.c                                         |   811 -
 src/util.cc                                        |   864 +
 src/util.h                                         |    75 +-
 src/varlist.h                                      |    13 +
 src/zaxis.c                                        |   467 -
 src/zaxis.cc                                       |   455 +
 src/zaxis_print.cc                                 |   122 +
 test/Afterburner.test.in                           |    24 +-
 test/Arith.test.in                                 |    88 +-
 test/Arithc.test.in                                |    83 +
 test/Cat.test.in                                   |    12 +-
 test/Collgrid.test.in                              |    17 +-
 test/Comp.test.in                                  |    53 +
 test/Compc.test.in                                 |    48 +
 test/Copy_netcdf.test.in                           |    14 +-
 test/Detrend.test.in                               |    22 +-
 test/EOF.test.in                                   |    76 +
 test/Enspctl.test.in                               |    21 +-
 test/Ensstat.test.in                               |    29 +-
 test/Expr.test.in                                  |    18 +-
 test/File.test.in                                  |    82 +-
 test/Fldpctl.test.in                               |    14 +-
 test/Fldstat.test.in                               |    25 +-
 test/Genweights.test.in                            |    53 +-
 test/Gradsdes.test.in                              |    10 +-
 test/Gridarea.test.in                              |    30 +-
 test/Gridboxstat.test.in                           |    49 +
 test/Makefile.am                                   |    17 +-
 test/Makefile.in                                   |   120 +-
 test/MapReduce.test.in                             |    53 +
 test/Mergetime.test.in                             |    50 +
 test/Merstat.test.in                               |    48 +
 test/Multiyearstat.test.in                         |    58 +
 test/Ninfo.test.in                                 |    69 +
 test/README                                        |     2 +-
 test/Read_grib.test.in                             |    14 +-
 test/Read_netcdf.test.in                           |    10 +-
 test/Remap.test.in                                 |    51 +-
 test/Remap2.test.in                                |    61 +
 test/Remapeta.test.in                              |    49 +
 test/Runstat.test.in                               |    50 +
 test/Seasstat.test.in                              |    50 +
 test/Select.test.in                                |    12 +-
 test/Spectral.test.in                              |    28 +-
 test/Timselstat.test.in                            |    50 +
 test/Timstat.test.in                               |    69 +-
 test/Vertint.test.in                               |    12 +-
 test/Vertstat.test.in                              |    48 +
 test/Ydrunstat.test.in                             |    52 +
 test/Ymonstat.test.in                              |    42 -
 test/Zonstat.test.in                               |    48 +
 test/data/Makefile.am                              |    49 +-
 test/data/Makefile.in                              |    71 +-
 test/data/VCT.L62                                  |    63 +
 test/data/arith1.srv                               |   Bin 0 -> 5184 bytes
 test/data/arithadd_ref                             |   Bin 0 -> 5184 bytes
 test/data/arithdiv_ref                             |   Bin 0 -> 5184 bytes
 test/data/arithmask.srv                            |   Bin 0 -> 864 bytes
 test/data/arithmul_ref                             |   Bin 0 -> 5184 bytes
 test/data/arithsub_ref                             |   Bin 0 -> 5184 bytes
 test/data/comp_eqc_ref                             |   Bin 0 -> 16480 bytes
 test/data/comp_gec_ref                             |   Bin 0 -> 16480 bytes
 test/data/comp_gtc_ref                             |   Bin 0 -> 16480 bytes
 test/data/comp_lec_ref                             |   Bin 0 -> 16480 bytes
 test/data/comp_ltc_ref                             |   Bin 0 -> 16480 bytes
 test/data/comp_nec_ref                             |   Bin 0 -> 16480 bytes
 test/data/comptest.srv                             |   Bin 0 -> 16480 bytes
 test/data/dayavg_ref                               |   Bin 0 -> 1612 bytes
 test/data/daymax_ref                               |   Bin 0 -> 1612 bytes
 test/data/daymean_ref                              |   Bin 0 -> 1612 bytes
 test/data/daymin_ref                               |   Bin 0 -> 1612 bytes
 test/data/dayrange_ref                             |   Bin 0 -> 1612 bytes
 test/data/daystd1_ref                              |   Bin 0 -> 1612 bytes
 test/data/daystd_ref                               |   Bin 0 -> 1612 bytes
 test/data/daysum_ref                               |   Bin 0 -> 1612 bytes
 test/data/dayvar1_ref                              |   Bin 0 -> 1612 bytes
 test/data/dayvar_ref                               |   Bin 0 -> 1612 bytes
 test/data/eof_ref                                  |   Bin 0 -> 9008 bytes
 test/data/eval_ref                                 |   Bin 0 -> 1508 bytes
 test/data/expr1.srv                                |   Bin 0 -> 6048 bytes
 test/data/expr2_ref                                |   Bin 6720 -> 6720 bytes
 test/data/fldrange_ref                             |   Bin 0 -> 104 bytes
 test/data/grib_testfile01_sinfo_ref                |     4 +-
 test/data/grib_testfile02_sinfo_ref                |     4 +-
 test/data/grib_testfile03.grb                      |   Bin 0 -> 71864 bytes
 test/data/grib_testfile03_info_ref                 |     2 +
 test/data/grib_testfile03_sinfo_ref                |    12 +
 test/data/griddes.icon_cell                        |   164 +
 test/data/griddes.r18x9                            |   202 +
 test/data/icon_cell_grid                           |   Bin 0 -> 7636 bytes
 test/data/meravg_ref                               |   Bin 0 -> 608 bytes
 test/data/mergetime_ref                            |   Bin 0 -> 104 bytes
 test/data/mergetime_y1                             |   Bin 0 -> 52 bytes
 test/data/mergetime_y12                            |   Bin 0 -> 104 bytes
 test/data/mergetime_y2                             |   Bin 0 -> 52 bytes
 test/data/mermax_ref                               |   Bin 0 -> 608 bytes
 test/data/mermean_ref                              |   Bin 0 -> 608 bytes
 test/data/mermin_ref                               |   Bin 0 -> 608 bytes
 test/data/merrange_ref                             |   Bin 0 -> 608 bytes
 test/data/merstd1_ref                              |   Bin 0 -> 608 bytes
 test/data/merstd_ref                               |   Bin 0 -> 608 bytes
 test/data/mersum_ref                               |   Bin 0 -> 608 bytes
 test/data/mervar1_ref                              |   Bin 0 -> 608 bytes
 test/data/mervar_ref                               |   Bin 0 -> 608 bytes
 test/data/monavg_ref                               |   Bin 0 -> 624 bytes
 test/data/monmax_ref                               |   Bin 0 -> 624 bytes
 test/data/monmean_ref                              |   Bin 0 -> 624 bytes
 test/data/monmin_ref                               |   Bin 0 -> 624 bytes
 test/data/monrange_ref                             |   Bin 0 -> 624 bytes
 test/data/monstd1_ref                              |   Bin 0 -> 624 bytes
 test/data/monstd_ref                               |   Bin 0 -> 624 bytes
 test/data/monsum_ref                               |   Bin 0 -> 624 bytes
 test/data/monvar1_ref                              |   Bin 0 -> 624 bytes
 test/data/monvar_ref                               |   Bin 0 -> 624 bytes
 test/data/n16_con2_ref                             |   Bin 0 -> 8240 bytes
 test/data/n32_con2_ref                             |   Bin 0 -> 32816 bytes
 test/data/netcdf_testfile01_sinfon_ref             |     4 +-
 test/data/netcdf_testfile02_sinfon_ref             |     4 +-
 test/data/pcoeff00000                              |   Bin 0 -> 1508 bytes
 test/data/psl_DJF_anom.grb                         |   Bin 0 -> 132472 bytes
 test/data/r18x9_grid                               |   Bin 0 -> 408 bytes
 test/data/remapeta1.nc                             |   Bin 0 -> 4696 bytes
 test/data/remapeta2.nc                             |   Bin 0 -> 6128 bytes
 test/data/remapeta_ref                             |   Bin 0 -> 7004 bytes
 test/data/runavg_ref                               |   Bin 0 -> 2548 bytes
 test/data/runmax_ref                               |   Bin 0 -> 2548 bytes
 test/data/runmean_ref                              |   Bin 0 -> 2548 bytes
 test/data/runmin_ref                               |   Bin 0 -> 2548 bytes
 test/data/runrange_ref                             |   Bin 0 -> 2548 bytes
 test/data/runstd1_ref                              |   Bin 0 -> 2548 bytes
 test/data/runstd_ref                               |   Bin 0 -> 2548 bytes
 test/data/runsum_ref                               |   Bin 0 -> 2548 bytes
 test/data/runvar1_ref                              |   Bin 0 -> 2548 bytes
 test/data/runvar_ref                               |   Bin 0 -> 2548 bytes
 test/data/seasavg_ref                              |   Bin 0 -> 1092 bytes
 test/data/seasmax_ref                              |   Bin 0 -> 1092 bytes
 test/data/seasmean_ref                             |   Bin 0 -> 1092 bytes
 test/data/seasmin_ref                              |   Bin 0 -> 1092 bytes
 test/data/seasrange_ref                            |   Bin 0 -> 1092 bytes
 test/data/seasstd1_ref                             |   Bin 0 -> 1092 bytes
 test/data/seasstd_ref                              |   Bin 0 -> 1092 bytes
 test/data/seassum_ref                              |   Bin 0 -> 1092 bytes
 test/data/seasvar1_ref                             |   Bin 0 -> 1092 bytes
 test/data/seasvar_ref                              |   Bin 0 -> 1092 bytes
 test/data/spain.grid                               |     7 +
 test/data/timavg_ref                               |   Bin 52 -> 52 bytes
 test/data/timmax_ref                               |   Bin 52 -> 52 bytes
 test/data/timmean_ref                              |   Bin 52 -> 52 bytes
 test/data/timmin_ref                               |   Bin 52 -> 52 bytes
 test/data/timrange_ref                             |   Bin 0 -> 52 bytes
 test/data/timstd1_ref                              |   Bin 52 -> 52 bytes
 test/data/timstd_ref                               |   Bin 52 -> 52 bytes
 test/data/timsum_ref                               |   Bin 52 -> 52 bytes
 test/data/timvar1_ref                              |   Bin 52 -> 52 bytes
 test/data/timvar_ref                               |   Bin 52 -> 52 bytes
 test/data/ts_1d_1year                              |   Bin 0 -> 18980 bytes
 test/data/ts_6h_1mon                               |   Bin 0 -> 6448 bytes
 test/data/ts_mm_5years                             |   Bin 3120 -> 3120 bytes
 test/data/tsformat1_ref                            |   Bin 0 -> 312 bytes
 test/data/tsurf_spain.grb                          |   Bin 0 -> 896 bytes
 test/data/tsurf_spain_bic_def_ref                  |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_bic_off_ref                  |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_bic_on_ref                   |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_bil_def_ref                  |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_bil_off_ref                  |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_bil_on_ref                   |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_con2_def_ref                 |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_con2_off_ref                 |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_con2_on_ref                  |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_con_def_ref                  |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_con_off_ref                  |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_con_on_ref                   |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_dis_def_ref                  |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_dis_off_ref                  |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_dis_on_ref                   |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_laf_def_ref                  |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_laf_off_ref                  |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_laf_on_ref                   |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_nn_def_ref                   |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_nn_off_ref                   |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_nn_on_ref                    |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_ycon_def_ref                 |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_ycon_off_ref                 |   Bin 0 -> 1488 bytes
 test/data/tsurf_spain_ycon_on_ref                  |   Bin 0 -> 1488 bytes
 test/data/vertavg_ref                              |   Bin 0 -> 5040 bytes
 test/data/vertint_ref                              |   Bin 0 -> 5040 bytes
 test/data/vertmax_ref                              |   Bin 0 -> 5040 bytes
 test/data/vertmean_ref                             |   Bin 0 -> 5040 bytes
 test/data/vertmin_ref                              |   Bin 0 -> 5040 bytes
 test/data/vertrange_ref                            |   Bin 0 -> 5040 bytes
 test/data/vertstd1_ref                             |   Bin 0 -> 5040 bytes
 test/data/vertstd_ref                              |   Bin 0 -> 5040 bytes
 test/data/vertsum_ref                              |   Bin 0 -> 5040 bytes
 test/data/vertvar1_ref                             |   Bin 0 -> 5040 bytes
 test/data/vertvar_ref                              |   Bin 0 -> 5040 bytes
 test/data/ydrunavg_ref                             |   Bin 0 -> 624 bytes
 test/data/ydrunmax_ref                             |   Bin 0 -> 624 bytes
 test/data/ydrunmean_ref                            |   Bin 0 -> 624 bytes
 test/data/ydrunmin_ref                             |   Bin 0 -> 624 bytes
 test/data/ydrunstd1_ref                            |   Bin 0 -> 624 bytes
 test/data/ydrunstd_ref                             |   Bin 0 -> 624 bytes
 test/data/ydrunsum_ref                             |   Bin 0 -> 624 bytes
 test/data/ydrunvar1_ref                            |   Bin 0 -> 624 bytes
 test/data/ydrunvar_ref                             |   Bin 0 -> 624 bytes
 test/data/yearavg_ref                              |   Bin 0 -> 260 bytes
 test/data/yearmax_ref                              |   Bin 0 -> 260 bytes
 test/data/yearmean_ref                             |   Bin 0 -> 260 bytes
 test/data/yearmin_ref                              |   Bin 0 -> 260 bytes
 test/data/yearrange_ref                            |   Bin 0 -> 260 bytes
 test/data/yearstd1_ref                             |   Bin 0 -> 260 bytes
 test/data/yearstd_ref                              |   Bin 0 -> 260 bytes
 test/data/yearsum_ref                              |   Bin 0 -> 260 bytes
 test/data/yearvar1_ref                             |   Bin 0 -> 260 bytes
 test/data/yearvar_ref                              |   Bin 0 -> 260 bytes
 test/data/ymonavg_ref                              |   Bin 624 -> 624 bytes
 test/data/ymonmax_ref                              |   Bin 624 -> 624 bytes
 test/data/ymonmean_ref                             |   Bin 624 -> 624 bytes
 test/data/ymonmin_ref                              |   Bin 624 -> 624 bytes
 test/data/ymonrange_ref                            |   Bin 0 -> 624 bytes
 test/data/ymonstd1_ref                             |   Bin 624 -> 624 bytes
 test/data/ymonstd_ref                              |   Bin 624 -> 624 bytes
 test/data/ymonsum_ref                              |   Bin 624 -> 624 bytes
 test/data/ymonvar1_ref                             |   Bin 624 -> 624 bytes
 test/data/ymonvar_ref                              |   Bin 624 -> 624 bytes
 test/data/yseasavg_ref                             |   Bin 0 -> 208 bytes
 test/data/yseasmax_ref                             |   Bin 0 -> 208 bytes
 test/data/yseasmean_ref                            |   Bin 0 -> 208 bytes
 test/data/yseasmin_ref                             |   Bin 0 -> 208 bytes
 test/data/yseasrange_ref                           |   Bin 0 -> 208 bytes
 test/data/yseasstd1_ref                            |   Bin 0 -> 208 bytes
 test/data/yseasstd_ref                             |   Bin 0 -> 208 bytes
 test/data/yseassum_ref                             |   Bin 0 -> 208 bytes
 test/data/yseasvar1_ref                            |   Bin 0 -> 208 bytes
 test/data/yseasvar_ref                             |   Bin 0 -> 208 bytes
 test/data/zonavg_ref                               |   Bin 0 -> 352 bytes
 test/data/zonmax_ref                               |   Bin 0 -> 352 bytes
 test/data/zonmean_ref                              |   Bin 0 -> 352 bytes
 test/data/zonmin_ref                               |   Bin 0 -> 352 bytes
 test/data/zonrange_ref                             |   Bin 0 -> 352 bytes
 test/data/zonstd1_ref                              |   Bin 0 -> 352 bytes
 test/data/zonstd_ref                               |   Bin 0 -> 352 bytes
 test/data/zonsum_ref                               |   Bin 0 -> 352 bytes
 test/data/zonvar1_ref                              |   Bin 0 -> 352 bytes
 test/data/zonvar_ref                               |   Bin 0 -> 352 bytes
 test/threads.test.in                               |    18 +-
 test/tsformat.test.in                              |    97 +
 test/wildcard.test.in                              |    15 +-
 1108 files changed, 244151 insertions(+), 182421 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdo.git



More information about the debian-science-commits mailing list