[cdo] branch debian/master updated (537059d -> 00fd692)

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Apr 20 10:40:33 UTC 2017


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

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

      from  537059d   add eccodes.patch
       new  95a63f3   New upstream 1.8.0
       new  f7d8cf3   Merge 1.8.0
       new  d6778e7   Add pkgconfig patch to remove @JASPER_LIBS@ refs
       new  8a90ece   * Refresh patches:    - new pkgconfig patch to remove @JASPER_LIBS@ references
       new  c91e635   Disable openmp on hppa to fix FTBFS
       new  511adbf   Release -2 to experimental
       new  da1935f   Upstream release 1.8.1
       new  06216aa   merge 1.8.1
       new  976494c   New upstream release
       new  46d4354   refresh patches
       new  00fd692   Prep upload to experimental

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                     |   223 +
 Makefile.in                                   |     1 +
 NEWS                                          |    41 +
 OPERATORS                                     |    16 +-
 cdo.spec                                      |     2 +-
 config/default                                |   111 +-
 configure                                     |   217 +-
 configure.ac                                  |    14 +-
 contrib/Makefile.in                           |     1 +
 contrib/cdoCompletion.bash                    |    35 +-
 contrib/cdoCompletion.tcsh                    |    35 +-
 contrib/cdoCompletion.zsh                     |    35 +-
 debian/changelog                              |    20 +
 debian/patches/deregister.patch               |    38 +-
 debian/patches/eccodes.patch                  |    20 +-
 debian/patches/fix_typos.patch                |    42 +-
 debian/patches/hppa_gomp_bug.patch            |    11 +-
 debian/patches/ignore.patch                   |     8 +-
 debian/patches/libc-2.23-fixes.patch          |    12 +-
 debian/patches/ppc64el.patch                  |     6 +-
 debian/patches/reproducible-builds.patch      |    78 +-
 debian/rules                                  |     9 +-
 libcdi/ChangeLog                              |   160 +-
 libcdi/Makefile.in                            |     5 +-
 libcdi/NEWS                                   |     8 +
 libcdi/aclocal.m4                             |     1 +
 libcdi/app/Makefile.in                        |     5 +-
 libcdi/app/cdi.c                              |   204 +-
 libcdi/app/printinfo.h                        |   631 +-
 libcdi/cdi.settings.in                        |     3 -
 libcdi/configure                              |   644 +-
 libcdi/configure.ac                           |     4 +-
 libcdi/examples/Makefile.in                   |     5 +-
 libcdi/examples/cdi_copy.c                    |     2 +-
 libcdi/examples/cdi_write.c                   |     2 +-
 libcdi/examples/cdi_write_ens.c               |     2 +-
 libcdi/examples/cdi_write_f2003.f90           |     2 +-
 libcdi/examples/cdi_write_hybrid.c            |     2 +-
 libcdi/examples/pio/Makefile.in               |     5 +-
 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.in                 |     5 +-
 libcdi/m4/acx_options.m4                      |    99 +-
 libcdi/m4/acx_prog_cc_posix.m4                |    71 +
 libcdi/src/Makefile.am                        |    13 +-
 libcdi/src/Makefile.in                        |   118 +-
 libcdi/src/basetime.c                         |    13 +-
 libcdi/src/basetime.h                         |     4 +-
 libcdi/src/binary.h                           |     6 +-
 libcdi/src/calendar.c                         |    12 +-
 libcdi/src/cdf.c                              |    14 +-
 libcdi/src/cdf_int.c                          |    22 +
 libcdi/src/cdf_int.h                          |     3 +
 libcdi/src/cdf_lazy_grid.c                    |   535 +
 libcdi/src/cdf_lazy_grid.h                    |    60 +
 libcdi/src/cdf_read.c                         |    80 +-
 libcdi/src/cdf_util.c                         |   332 +
 libcdi/src/cdf_util.h                         |    30 +
 libcdi/src/cdf_write.c                        |   441 +-
 libcdi/src/cdi.h                              |   353 +-
 libcdi/src/cdi.inc                            |   867 +-
 libcdi/src/cdiFortran.c                       |   109 +-
 libcdi/src/{vlist_att.c => cdi_att.c}         |   352 +-
 libcdi/src/cdi_att.h                          |    53 +
 libcdi/src/cdi_int.c                          |    74 +-
 libcdi/src/cdi_int.h                          |    53 +-
 libcdi/src/cdilib.c                           | 70426 ++++++++++++------------
 libcdi/src/cdipio.inc                         |    32 +-
 libcdi/src/cdipioFortran.c                    |    17 +-
 libcdi/src/cfortran.h                         |    15 +-
 libcdi/src/cgribex.h                          |     8 +-
 libcdi/src/cgribexlib.c                       |   362 +-
 libcdi/src/config.h.in                        |    21 +-
 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                         |    17 +-
 libcdi/src/grb_write.c                        |   114 +-
 libcdi/src/gribapi.c                          |     6 +-
 libcdi/src/gribapi.h                          |     2 +-
 libcdi/src/gribapi_utilities.c                |   588 +-
 libcdi/src/gribapi_utilities.h                |     5 +
 libcdi/src/grid.c                             |  2698 +-
 libcdi/src/grid.h                             |   120 +-
 libcdi/src/ieg.h                              |     1 -
 libcdi/src/institution.c                      |    48 +-
 libcdi/src/iterator.c                         |   318 +-
 libcdi/src/iterator_fallback.c                |     4 +
 libcdi/src/iterator_fallback.h                |     6 +
 libcdi/src/iterator_grib.c                    |    57 +-
 libcdi/src/iterator_grib.h                    |     4 +
 libcdi/src/mo_cdi.f90                         |   818 +-
 libcdi/src/model.c                            |    40 +-
 libcdi/src/pio_roles.c                        |     2 +-
 libcdi/src/pio_serialize.c                    |    28 +-
 libcdi/src/pio_server.c                       |    22 +-
 libcdi/src/pio_util.c                         |     6 +-
 libcdi/src/pio_util.h                         |     2 +-
 libcdi/src/pkgconfig/cdi.pc.in                |     4 +-
 libcdi/src/pkgconfig/cdipio.pc.in             |     4 +-
 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                           |   401 +-
 libcdi/src/stream_cdf.c                       |  7180 ---
 libcdi/src/stream_cdf.h                       |     8 +
 libcdi/src/stream_cdf_i.c                     |  4085 ++
 libcdi/src/stream_cdf_o.c                     |  2120 +
 libcdi/src/stream_cgribex.c                   |   890 +-
 libcdi/src/stream_cgribex.h                   |     5 +
 libcdi/src/stream_ext.c                       |   436 +-
 libcdi/src/stream_fcommon.c                   |    42 -
 libcdi/src/stream_fcommon.h                   |    20 -
 libcdi/src/stream_grb.c                       |    87 +-
 libcdi/src/stream_grb.h                       |    32 +
 libcdi/src/stream_gribapi.c                   |   973 +-
 libcdi/src/stream_gribapi.h                   |    11 +
 libcdi/src/stream_history.c                   |    24 +-
 libcdi/src/stream_ieg.c                       |   783 +-
 libcdi/src/stream_read.c                      |    54 +-
 libcdi/src/stream_record.c                    |   134 +-
 libcdi/src/stream_srv.c                       |   402 +-
 libcdi/src/stream_var.c                       |    39 +-
 libcdi/src/stream_write.c                     |   103 +-
 libcdi/src/table.c                            |   151 +-
 libcdi/src/taxis.c                            |   313 +-
 libcdi/src/taxis.h                            |    16 +-
 libcdi/src/util.c                             |    70 +-
 libcdi/src/varscan.c                          |   409 +-
 libcdi/src/varscan.h                          |     4 +-
 libcdi/src/vlist.c                            |   256 +-
 libcdi/src/vlist.h                            |    72 +-
 libcdi/src/vlist_att.h                        |    30 -
 libcdi/src/vlist_var.c                        |   197 +-
 libcdi/src/zaxis.c                            |   785 +-
 libcdi/src/zaxis.h                            |    47 +
 libcdi/tests/Makefile.in                      |     5 +-
 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                   |   191 +-
 libcdi/tests/test_cdf_read.c                  |    30 +-
 libcdi/tests/test_cdf_write.c                 |     6 +-
 libcdi/tests/test_grib.c                      |     2 +-
 libcdi/tests/test_resource_copy.c             |    20 +-
 m4/acx_options.m4                             |    20 +-
 src/Adisit.c                                  |   171 +-
 src/Afterburner.c                             |   120 +-
 src/Arith.c                                   |    53 +-
 src/Arithc.c                                  |    10 +-
 src/Arithdays.c                               |    61 +-
 src/Arithlat.c                                |    44 +-
 src/CDIread.c                                 |    68 +-
 src/CDItest.c                                 |     6 +-
 src/CDIwrite.c                                |    62 +-
 src/CMOR.c                                    |   804 +-
 src/CMOR_lite.c                               |   573 +
 src/CMOR_table.c                              |   163 +
 src/Cat.c                                     |    40 +-
 src/Change.c                                  |   157 +-
 src/Change_e5slm.c                            |    72 +-
 src/Cloudlayer.c                              |    24 +-
 src/Collgrid.c                                |   132 +-
 src/Command.c                                 |    23 +-
 src/Comp.c                                    |   119 +-
 src/Compc.c                                   |    51 +-
 src/Complextorect.c                           |    58 +-
 src/Cond.c                                    |    51 +-
 src/Cond2.c                                   |    55 +-
 src/Condc.c                                   |    43 +-
 src/Consecstat.c                              |    45 +-
 src/Copy.c                                    |    24 +-
 src/{Timedt.c => Deltat.c}                    |     8 +-
 src/Deltime.c                                 |     7 +-
 src/Derivepar.c                               |    16 +-
 src/Detrend.c                                 |    25 +-
 src/Diff.c                                    |    10 +-
 src/Distgrid.c                                |   162 +-
 src/Duplicate.c                               |    13 +-
 src/EOFs.c                                    |   143 +-
 src/Echam5ini.c                               |    32 +-
 src/Enlarge.c                                 |    43 +-
 src/Enlargegrid.c                             |    75 +-
 src/Ensstat.c                                 |    88 +-
 src/Ensstat3.c                                |    73 +-
 src/Ensval.c                                  |    73 +-
 src/Eof3d.c                                   |   199 +-
 src/Eofcoeff.c                                |   111 +-
 src/Eofcoeff3d.c                              |   116 +-
 src/Exprf.c                                   |    36 +-
 src/FC.c                                      |    28 +-
 src/Filedes.c                                 |   270 +-
 src/Fillmiss.c                                |    22 +-
 src/Filter.c                                  |    65 +-
 src/Fldrms.c                                  |    57 +-
 src/Fldstat.c                                 |   100 +-
 src/Fldstat2.c                                |    40 +-
 src/Fourier.c                                 |    41 +-
 src/Gengrid.c                                 |    72 +-
 src/Gradsdes.c                                |   173 +-
 src/Gridboxstat.c                             |   123 +-
 src/Gridcell.c                                |   101 +-
 src/Gridsearch.c                              |   264 +-
 src/Harmonic.c                                |    95 +-
 src/Hi.c                                      |    59 +-
 src/Histogram.c                               |    93 +-
 src/Importamsr.c                              |    54 +-
 src/Importbinary.c                            |    87 +-
 src/Importcmsaf.c                             |   122 +-
 src/Importobs.c                               |    24 +-
 src/Info.c                                    |   393 +-
 src/Input.c                                   |     9 +-
 src/Intgrid.c                                 |   220 +-
 src/Intgridtraj.c                             |    98 +-
 src/Intlevel.c                                |    53 +-
 src/Intlevel3d.c                              |    16 +-
 src/Intntime.c                                |   108 +-
 src/Inttime.c                                 |   100 +-
 src/Intyear.c                                 |    93 +-
 src/Invert.c                                  |   286 +-
 src/Invertlev.c                               |    10 +-
 src/Isosurface.c                              |    97 +-
 src/Kvl.c                                     |   200 -
 src/Log.c                                     |    30 +-
 src/Makefile.am                               |    43 +-
 src/Makefile.in                               |   630 +-
 src/MapReduce.c                               |    14 +-
 src/Maskbox.c                                 |   213 +-
 src/Mastrfu.c                                 |    12 +-
 src/Math.c                                    |     6 +-
 src/Merge.c                                   |   116 +-
 src/Mergegrid.c                               |    98 +-
 src/Mergetime.c                               |     9 +-
 src/Merstat.c                                 |    12 +-
 src/Monarith.c                                |    70 +-
 src/Mrotuv.c                                  |   123 +-
 src/Mrotuvb.c                                 |    48 +-
 src/Ninfo.c                                   |    72 +-
 src/Nmldump.c                                 |   103 +
 src/Nmltest.c                                 |    57 -
 src/Output.c                                  |   165 +-
 src/Outputgmt.c                               |   129 +-
 src/Pack.c                                    |    38 +-
 src/Pardup.c                                  |    13 +-
 src/Pinfo.c                                   |    62 +-
 src/Pressure.c                                |   121 +-
 src/Regres.c                                  |    75 +-
 src/Remap.c                                   |   331 +-
 src/Remapeta.c                                |    92 +-
 src/Replace.c                                 |    41 +-
 src/Replacevalues.c                           |    76 +-
 src/Rhopot.c                                  |    92 +-
 src/Rotuv.c                                   |   126 +-
 src/Runpctl.c                                 |    60 +-
 src/Runstat.c                                 |    79 +-
 src/Samplegrid.c                              |   240 +
 src/Seascount.c                               |    74 +-
 src/Seaspctl.c                                |    57 +-
 src/Seasstat.c                                |    46 +-
 src/Selbox.c                                  |   412 +-
 src/Select.c                                  |   346 +-
 src/Selgridcell.c                             |   251 +
 src/Selmulti.c                                |  1180 +
 src/Seloperator.c                             |    10 +-
 src/Selrec.c                                  |    52 +-
 src/Seltime.c                                 |    59 +-
 src/Selvar.c                                  |   145 +-
 src/Set.c                                     |    56 +-
 src/Setattribute.c                            |   277 +
 src/Setbox.c                                  |     7 +-
 src/Setgatt.c                                 |    43 +-
 src/Setgrid.c                                 |   140 +-
 src/Sethalo.c                                 |   143 +-
 src/Setmiss.c                                 |     9 +-
 src/Setpartab.c                               |   774 +-
 src/Setrcaname.c                              |     8 +-
 src/Settime.c                                 |    46 +-
 src/Setzaxis.c                                |    15 +-
 src/Shiftxy.c                                 |   298 +
 src/Showinfo.c                                |    74 +-
 src/Sinfo.c                                   |    59 +-
 src/Smooth.c                                  |   123 +-
 src/Sort.c                                    |     8 +-
 src/Sorttimestamp.c                           |    53 +-
 src/Specinfo.c                                |   133 +-
 src/Spectral.c                                |    28 +-
 src/Spectrum.c                                |    65 +-
 src/Split.c                                   |   102 +-
 src/Splitrec.c                                |    11 +-
 src/Splitsel.c                                |    41 +-
 src/Splittime.c                               |    28 +-
 src/Splityear.c                               |    23 +-
 src/Subtrend.c                                |    60 +-
 src/Tee.c                                     |     2 +-
 src/Templates.c                               |     4 +-
 src/Test.c                                    |    48 +-
 src/Tests.c                                   |    56 +-
 src/Timcount.c                                |    63 +-
 src/Timcumsum.c                               |   116 +
 src/Timpctl.c                                 |    42 +-
 src/Timselpctl.c                              |    36 +-
 src/Timselstat.c                              |    27 +-
 src/Timsort.c                                 |    44 +-
 src/Timstat.c                                 |   100 +-
 src/Timstat2.c                                |    14 +-
 src/Timstat3.c                                |   119 +-
 src/Tinfo.c                                   |    22 +-
 src/Tocomplex.c                               |    63 +-
 src/Transpose.c                               |   101 +-
 src/Trend.c                                   |    84 +-
 src/Trms.c                                    |    85 +-
 src/Tstepcount.c                              |    56 +-
 src/Vargen.c                                  |    44 +-
 src/Varrms.c                                  |    69 +-
 src/Verifygrid.c                              |   430 +-
 src/Vertcum.c                                 |    52 +-
 src/Vertintap.c                               |    44 +-
 src/Vertintml.c                               |   259 +-
 src/Vertstat.c                                |    55 +-
 src/Vertwind.c                                |   126 +-
 src/Wct.c                                     |    44 +-
 src/Wind.c                                    |    23 +-
 src/WindTrans.c                               |  1483 +
 src/Writegrid.c                               |    23 +-
 src/Writerandom.c                             |    56 +-
 src/XTimstat.c                                |   119 +-
 src/YAR.c                                     |    24 +-
 src/Ydayarith.c                               |     4 +-
 src/Ydaypctl.c                                |    13 +-
 src/Ydaystat.c                                |    14 +-
 src/Ydrunpctl.c                               |    22 +-
 src/Ydrunstat.c                               |    26 +-
 src/Yearmonstat.c                             |    24 +-
 src/Yhourarith.c                              |    47 +-
 src/Yhourstat.c                               |    63 +-
 src/Ymonarith.c                               |    16 +-
 src/Ymonpctl.c                                |    13 +-
 src/Ymonstat.c                                |    64 +-
 src/Yseaspctl.c                               |    13 +-
 src/Yseasstat.c                               |    20 +-
 src/Zonstat.c                                 |     8 +-
 src/after_fctrans.c                           |    22 +-
 src/after_namelist.c                          |    41 +-
 src/after_sptrans.c                           |    17 +-
 src/afterburnerlib.c                          |     2 +-
 src/array.c                                   |   104 +
 src/array.h                                   |    14 +
 src/cdo.c                                     |   275 +-
 src/cdo.h                                     |     2 +-
 src/cdo_getopt.c                              |     2 +-
 src/cdo_getopt.h                              |     2 +-
 src/cdo_history.c                             |     6 +-
 src/cdo_int.h                                 |    37 +-
 src/cdo_pthread.c                             |     2 +-
 src/cdo_read.c                                |    60 +
 src/cdo_vlist.c                               |   161 +-
 src/cdotest.c                                 |     4 +-
 src/cmortable_parser.c                        |   321 +
 src/commandline.c                             |     2 +-
 src/compare.h                                 |     4 +-
 src/config.h.in                               |     3 +
 src/convert_units.c                           |   190 +
 src/convert_units.h                           |    27 +
 src/datetime.c                                |     6 +-
 src/ecacore.c                                 |    78 +-
 src/ecacore.h                                 |     6 +-
 src/ecautil.c                                 |    55 +-
 src/ecautil.h                                 |    54 +-
 src/exception.c                               |    22 +-
 src/expr.c                                    |    65 +-
 src/expr.h                                    |     2 +-
 src/expr_fun.c                                |     6 +-
 src/expr_fun.h                                |     4 +-
 src/features.c                                |     3 -
 src/field.c                                   |   132 +-
 src/field.h                                   |   160 +-
 src/field2.c                                  |    59 +-
 src/fieldc.c                                  |    33 +-
 src/fieldmem.c                                |    16 +-
 src/fieldmer.c                                |    24 +-
 src/fieldzon.c                                |    26 +-
 src/functs.h                                  |     3 -
 src/grid.c                                    |  1257 +-
 src/grid.h                                    |    89 +-
 src/grid_area.c                               |    81 +-
 src/grid_define.c                             |   404 +
 src/grid_from_name.c                          |   400 +
 src/grid_gme.c                                |   185 +-
 src/grid_lcc.c                                |   332 -
 src/grid_print.c                              |   413 +
 src/grid_proj.c                               |   477 +
 src/grid_proj.h                               |    24 +
 src/grid_read.c                               |   333 +
 src/grid_read_pingo.c                         |   192 +
 src/grid_rot.c                                |   116 +-
 src/grid_search.c                             |     2 +-
 src/grid_search.h                             |     2 +-
 src/griddes.c                                 |  1671 +-
 src/griddes.h                                 |    47 +-
 src/griddes_h5.c                              |   106 +-
 src/griddes_nc.c                              |    24 +-
 src/gridreference.c                           |    74 +-
 src/hetaeta.c                                 |    78 +-
 src/hetaeta.h                                 |    21 +-
 src/institution.c                             |    26 +-
 src/interpol.c                                |   567 +-
 src/interpol.h                                |     6 +-
 src/json/jsmn.c                               |   331 +
 src/json/jsmn.h                               |    79 +
 src/kdtreelib/kdtree.h                        |    11 +
 src/kdtreelib/kdtree_common.c                 |    52 +-
 src/kdtreelib/pmergesort.c                    |    79 +-
 src/kdtreelib/qsort.c                         |   321 +
 src/kvlist.c                                  |   428 -
 src/kvlist.h                                  |    32 -
 src/list.c                                    |   285 +-
 src/list.h                                    |    75 +-
 src/{list.c => listarray.c}                   |   107 +-
 src/{list.h => listarray.h}                   |    32 +-
 src/listbuf.c                                 |    70 +
 src/listbuf.h                                 |    20 +
 src/merge_sort2.c                             |    19 +-
 src/modules.c                                 |   179 +-
 src/modules.h                                 |    16 +-
 src/namelist.c                                |   728 +-
 src/namelist.h                                |    97 +-
 src/namelist_parser.c                         |   149 +
 src/operator_help.h                           |  1612 +-
 src/parse_literal.c                           |   136 +
 src/percentiles_hist.c                        |     6 +-
 src/percentiles_hist.h                        |     6 +-
 src/pipe.c                                    |    12 +-
 src/pipe.h                                    |     2 +-
 src/pmlist.c                                  |   507 +-
 src/pmlist.h                                  |    97 +-
 src/printinfo.h                               |   632 +-
 src/process.c                                 |     6 +-
 src/process.h                                 |     2 +-
 src/pstream.c                                 |   129 +-
 src/pstream.h                                 |     2 +-
 src/pstream_int.h                             |     2 +-
 src/pstream_write.h                           |     2 +-
 src/readline.c                                |     2 +-
 src/remap.h                                   |    23 +-
 src/remap_bilinear_scrip.c                    |    31 +-
 src/remap_conserv.c                           |    11 +-
 src/remap_distwgt.c                           |    24 +-
 src/remap_scrip_io.c                          |    48 +-
 src/remap_search_latbins.c                    |    77 +-
 src/remaplib.c                                |   504 +-
 src/sellist.c                                 |   367 +
 src/sellist.h                                 |    63 +
 src/specspace.c                               |    18 +-
 src/stdnametable.c                            |    53 +-
 src/stdnametable.h                            |     6 +
 src/table.c                                   |    14 +-
 src/timer.c                                   |    52 +-
 src/util.c                                    |   276 +-
 src/util.h                                    |    23 +-
 src/zaxis.c                                   |   483 +-
 src/zaxis_print.c                             |   107 +
 test/Afterburner.test.in                      |     2 +-
 test/Arith.test.in                            |     2 +-
 test/Arithc.test.in                           |     4 +-
 test/Cat.test.in                              |     2 +-
 test/Collgrid.test.in                         |     2 +-
 test/{Fldstat.test.in => Comp.test.in}        |    25 +-
 test/{Fldstat.test.in => Compc.test.in}       |    21 +-
 test/Copy_netcdf.test.in                      |     2 +-
 test/Detrend.test.in                          |     2 +-
 test/EOF.test.in                              |    64 +
 test/Enspctl.test.in                          |     2 +-
 test/Ensstat.test.in                          |     2 +-
 test/Expr.test.in                             |     2 +-
 test/File.test.in                             |     2 +-
 test/Fldpctl.test.in                          |     2 +-
 test/Fldstat.test.in                          |    11 +-
 test/Genweights.test.in                       |     2 +-
 test/Gradsdes.test.in                         |     2 +-
 test/Gridarea.test.in                         |     2 +-
 test/{Fldstat.test.in => Gridboxstat.test.in} |     9 +-
 test/Makefile.am                              |    12 +-
 test/Makefile.in                              |    84 +-
 test/MapReduce.test.in                        |     7 +-
 test/{Fldstat.test.in => Merstat.test.in}     |    11 +-
 test/Multiyearstat.test.in                    |    49 +
 test/Ninfo.test.in                            |    15 +-
 test/Read_grib.test.in                        |     2 +-
 test/Read_netcdf.test.in                      |     2 +-
 test/Remap.test.in                            |     2 +-
 test/Remap2.test.in                           |    59 +
 test/{Ymonstat.test.in => Runstat.test.in}    |    13 +-
 test/{Ymonstat.test.in => Seasstat.test.in}   |    13 +-
 test/Select.test.in                           |     2 +-
 test/Spectral.test.in                         |     2 +-
 test/{Ymonstat.test.in => Timselstat.test.in} |    13 +-
 test/Timstat.test.in                          |    53 +-
 test/Vertint.test.in                          |     2 +-
 test/{Fldstat.test.in => Vertstat.test.in}    |    17 +-
 test/{Fldstat.test.in => Zonstat.test.in}     |    11 +-
 test/data/Makefile.am                         |    25 +-
 test/data/Makefile.in                         |    28 +-
 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/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/griddes.icon_cell                   |   314 +-
 test/data/griddes.r18x9                       |     3 +
 test/data/meravg_ref                          |   Bin 0 -> 608 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/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/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/pcoeff00000                         |   Bin 0 -> 1508 bytes
 test/data/psl_DJF_anom.grb                    |   Bin 0 -> 132472 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/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/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/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/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_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/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/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/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/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/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/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                          |     2 +-
 test/tsformat.test.in                         |     2 +-
 test/wildcard.test.in                         |     2 +-
 651 files changed, 73296 insertions(+), 69083 deletions(-)
 create mode 100644 libcdi/m4/acx_prog_cc_posix.m4
 create mode 100644 libcdi/src/cdf_lazy_grid.c
 create mode 100644 libcdi/src/cdf_lazy_grid.h
 create mode 100644 libcdi/src/cdf_util.c
 create mode 100644 libcdi/src/cdf_util.h
 rename libcdi/src/{vlist_att.c => cdi_att.c} (50%)
 create mode 100644 libcdi/src/cdi_att.h
 delete mode 100644 libcdi/src/stream_cdf.c
 create mode 100644 libcdi/src/stream_cdf_i.c
 create mode 100644 libcdi/src/stream_cdf_o.c
 delete mode 100644 libcdi/src/stream_fcommon.c
 delete mode 100644 libcdi/src/stream_fcommon.h
 delete mode 100644 libcdi/src/vlist_att.h
 create mode 100644 src/CMOR_lite.c
 create mode 100644 src/CMOR_table.c
 rename src/{Timedt.c => Deltat.c} (94%)
 mode change 100755 => 100644 src/Hi.c
 delete mode 100644 src/Kvl.c
 create mode 100644 src/Nmldump.c
 delete mode 100644 src/Nmltest.c
 create mode 100644 src/Samplegrid.c
 create mode 100644 src/Selgridcell.c
 create mode 100644 src/Selmulti.c
 create mode 100644 src/Setattribute.c
 create mode 100644 src/Shiftxy.c
 create mode 100644 src/Timcumsum.c
 mode change 100755 => 100644 src/Wct.c
 create mode 100644 src/WindTrans.c
 create mode 100644 src/array.c
 create mode 100644 src/array.h
 create mode 100644 src/cdo_read.c
 mode change 100755 => 100644 src/cdotest.c
 create mode 100644 src/cmortable_parser.c
 create mode 100644 src/convert_units.c
 create mode 100644 src/convert_units.h
 mode change 100755 => 100644 src/ecacore.c
 mode change 100755 => 100644 src/ecacore.h
 mode change 100755 => 100644 src/ecautil.c
 mode change 100755 => 100644 src/ecautil.h
 create mode 100644 src/grid_define.c
 create mode 100644 src/grid_from_name.c
 delete mode 100644 src/grid_lcc.c
 create mode 100644 src/grid_print.c
 create mode 100644 src/grid_proj.c
 create mode 100644 src/grid_proj.h
 create mode 100644 src/grid_read.c
 create mode 100644 src/grid_read_pingo.c
 create mode 100644 src/json/jsmn.c
 create mode 100644 src/json/jsmn.h
 create mode 100644 src/kdtreelib/qsort.c
 delete mode 100644 src/kvlist.c
 delete mode 100644 src/kvlist.h
 copy src/{list.c => listarray.c} (61%)
 copy src/{list.h => listarray.h} (54%)
 create mode 100644 src/listbuf.c
 create mode 100644 src/listbuf.h
 create mode 100644 src/namelist_parser.c
 create mode 100644 src/parse_literal.c
 create mode 100644 src/sellist.c
 create mode 100644 src/sellist.h
 create mode 100644 src/zaxis_print.c
 copy test/{Fldstat.test.in => Comp.test.in} (57%)
 copy test/{Fldstat.test.in => Compc.test.in} (64%)
 create mode 100644 test/EOF.test.in
 copy test/{Fldstat.test.in => Gridboxstat.test.in} (84%)
 copy test/{Fldstat.test.in => Merstat.test.in} (81%)
 create mode 100644 test/Multiyearstat.test.in
 create mode 100644 test/Remap2.test.in
 copy test/{Ymonstat.test.in => Runstat.test.in} (80%)
 copy test/{Ymonstat.test.in => Seasstat.test.in} (81%)
 rename test/{Ymonstat.test.in => Timselstat.test.in} (80%)
 copy test/{Fldstat.test.in => Vertstat.test.in} (66%)
 copy test/{Fldstat.test.in => Zonstat.test.in} (81%)
 create mode 100644 test/data/comp_eqc_ref
 create mode 100644 test/data/comp_gec_ref
 create mode 100644 test/data/comp_gtc_ref
 create mode 100644 test/data/comp_lec_ref
 create mode 100644 test/data/comp_ltc_ref
 create mode 100644 test/data/comp_nec_ref
 create mode 100644 test/data/comptest.srv
 create mode 100644 test/data/dayavg_ref
 create mode 100644 test/data/daymax_ref
 create mode 100644 test/data/daymean_ref
 create mode 100644 test/data/daymin_ref
 create mode 100644 test/data/daystd1_ref
 create mode 100644 test/data/daystd_ref
 create mode 100644 test/data/daysum_ref
 create mode 100644 test/data/dayvar1_ref
 create mode 100644 test/data/dayvar_ref
 create mode 100644 test/data/eof_ref
 create mode 100644 test/data/eval_ref
 create mode 100644 test/data/meravg_ref
 create mode 100644 test/data/mermax_ref
 create mode 100644 test/data/mermean_ref
 create mode 100644 test/data/mermin_ref
 create mode 100644 test/data/merstd1_ref
 create mode 100644 test/data/merstd_ref
 create mode 100644 test/data/mersum_ref
 create mode 100644 test/data/mervar1_ref
 create mode 100644 test/data/mervar_ref
 create mode 100644 test/data/monavg_ref
 create mode 100644 test/data/monmax_ref
 create mode 100644 test/data/monmean_ref
 create mode 100644 test/data/monmin_ref
 create mode 100644 test/data/monstd1_ref
 create mode 100644 test/data/monstd_ref
 create mode 100644 test/data/monsum_ref
 create mode 100644 test/data/monvar1_ref
 create mode 100644 test/data/monvar_ref
 create mode 100644 test/data/pcoeff00000
 create mode 100644 test/data/psl_DJF_anom.grb
 create mode 100644 test/data/runavg_ref
 create mode 100644 test/data/runmax_ref
 create mode 100644 test/data/runmean_ref
 create mode 100644 test/data/runmin_ref
 create mode 100644 test/data/runstd1_ref
 create mode 100644 test/data/runstd_ref
 create mode 100644 test/data/runsum_ref
 create mode 100644 test/data/runvar1_ref
 create mode 100644 test/data/runvar_ref
 create mode 100644 test/data/seasavg_ref
 create mode 100644 test/data/seasmax_ref
 create mode 100644 test/data/seasmean_ref
 create mode 100644 test/data/seasmin_ref
 create mode 100644 test/data/seasstd1_ref
 create mode 100644 test/data/seasstd_ref
 create mode 100644 test/data/seassum_ref
 create mode 100644 test/data/seasvar1_ref
 create mode 100644 test/data/seasvar_ref
 create mode 100644 test/data/spain.grid
 create mode 100644 test/data/ts_1d_1year
 create mode 100644 test/data/ts_6h_1mon
 create mode 100644 test/data/tsurf_spain.grb
 create mode 100644 test/data/tsurf_spain_bic_def_ref
 create mode 100644 test/data/tsurf_spain_bic_off_ref
 create mode 100644 test/data/tsurf_spain_bic_on_ref
 create mode 100644 test/data/tsurf_spain_bil_def_ref
 create mode 100644 test/data/tsurf_spain_bil_off_ref
 create mode 100644 test/data/tsurf_spain_bil_on_ref
 create mode 100644 test/data/tsurf_spain_con_def_ref
 create mode 100644 test/data/tsurf_spain_con_off_ref
 create mode 100644 test/data/tsurf_spain_con_on_ref
 create mode 100644 test/data/tsurf_spain_dis_def_ref
 create mode 100644 test/data/tsurf_spain_dis_off_ref
 create mode 100644 test/data/tsurf_spain_dis_on_ref
 create mode 100644 test/data/tsurf_spain_laf_def_ref
 create mode 100644 test/data/tsurf_spain_laf_off_ref
 create mode 100644 test/data/tsurf_spain_laf_on_ref
 create mode 100644 test/data/tsurf_spain_nn_def_ref
 create mode 100644 test/data/tsurf_spain_nn_off_ref
 create mode 100644 test/data/tsurf_spain_nn_on_ref
 create mode 100644 test/data/tsurf_spain_ycon_def_ref
 create mode 100644 test/data/tsurf_spain_ycon_off_ref
 create mode 100644 test/data/tsurf_spain_ycon_on_ref
 create mode 100644 test/data/vertavg_ref
 create mode 100644 test/data/vertint_ref
 create mode 100644 test/data/vertmax_ref
 create mode 100644 test/data/vertmean_ref
 create mode 100644 test/data/vertmin_ref
 create mode 100644 test/data/vertstd1_ref
 create mode 100644 test/data/vertstd_ref
 create mode 100644 test/data/vertsum_ref
 create mode 100644 test/data/vertvar1_ref
 create mode 100644 test/data/vertvar_ref
 create mode 100644 test/data/yearavg_ref
 create mode 100644 test/data/yearmax_ref
 create mode 100644 test/data/yearmean_ref
 create mode 100644 test/data/yearmin_ref
 create mode 100644 test/data/yearstd1_ref
 create mode 100644 test/data/yearstd_ref
 create mode 100644 test/data/yearsum_ref
 create mode 100644 test/data/yearvar1_ref
 create mode 100644 test/data/yearvar_ref
 create mode 100644 test/data/yseasavg_ref
 create mode 100644 test/data/yseasmax_ref
 create mode 100644 test/data/yseasmean_ref
 create mode 100644 test/data/yseasmin_ref
 create mode 100644 test/data/yseasstd1_ref
 create mode 100644 test/data/yseasstd_ref
 create mode 100644 test/data/yseassum_ref
 create mode 100644 test/data/yseasvar1_ref
 create mode 100644 test/data/yseasvar_ref
 create mode 100644 test/data/zonavg_ref
 create mode 100644 test/data/zonmax_ref
 create mode 100644 test/data/zonmean_ref
 create mode 100644 test/data/zonmin_ref
 create mode 100644 test/data/zonstd1_ref
 create mode 100644 test/data/zonstd_ref
 create mode 100644 test/data/zonsum_ref
 create mode 100644 test/data/zonvar1_ref
 create mode 100644 test/data/zonvar_ref

-- 
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