[cdo] 08/11: merge 1.8.1

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Apr 20 10:40:39 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 06216aad1f30780fe4b35e9e3771218072645659
Merge: 511adbf da1935f
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Apr 20 09:10:32 2017 +0100

    merge 1.8.1

 ChangeLog                                   |   88 +-
 Makefile.in                                 |    1 +
 NEWS                                        |   20 +
 OPERATORS                                   |   11 +-
 cdo.spec                                    |    2 +-
 config/default                              |    7 +-
 configure                                   |  163 ++-
 configure.ac                                |    7 +-
 contrib/Makefile.in                         |    1 +
 contrib/cdoCompletion.bash                  |   17 +-
 contrib/cdoCompletion.tcsh                  |   17 +-
 contrib/cdoCompletion.zsh                   |   17 +-
 libcdi/ChangeLog                            |   55 +
 libcdi/Makefile.in                          |    1 +
 libcdi/NEWS                                 |    2 +-
 libcdi/aclocal.m4                           |    1 +
 libcdi/app/Makefile.in                      |    1 +
 libcdi/app/printinfo.h                      |   35 +-
 libcdi/cdi.settings.in                      |    3 -
 libcdi/configure                            |  108 +-
 libcdi/configure.ac                         |    4 +-
 libcdi/examples/Makefile.in                 |    1 +
 libcdi/examples/pio/Makefile.in             |    1 +
 libcdi/examples/pio/compareResourcesArray.c |   11 +-
 libcdi/interfaces/Makefile.in               |    1 +
 libcdi/m4/acx_options.m4                    |   13 +
 libcdi/m4/acx_prog_cc_posix.m4              |   71 ++
 libcdi/src/Makefile.in                      |    1 +
 libcdi/src/binary.h                         |    6 +-
 libcdi/src/calendar.c                       |   12 +-
 libcdi/src/cdf_int.c                        |    9 +
 libcdi/src/cdf_int.h                        |    2 +
 libcdi/src/cdf_lazy_grid.c                  |    2 +-
 libcdi/src/cdf_util.c                       |   21 +-
 libcdi/src/cdf_write.c                      |   46 +-
 libcdi/src/cdi.h                            |   10 +-
 libcdi/src/cdi.inc                          |  470 +++++----
 libcdi/src/cdiFortran.c                     |   23 +-
 libcdi/src/cdi_int.c                        |   43 +
 libcdi/src/cdi_int.h                        |   13 +-
 libcdi/src/cdipio.inc                       |   32 +-
 libcdi/src/cdipioFortran.c                  |   17 +-
 libcdi/src/cfortran.h                       |   15 +-
 libcdi/src/cgribexlib.c                     |    2 +-
 libcdi/src/config.h.in                      |    3 +
 libcdi/src/error.h                          |    6 +-
 libcdi/src/file.c                           |  237 ++---
 libcdi/src/grb_read.c                       |    1 -
 libcdi/src/grb_write.c                      |   89 +-
 libcdi/src/gribapi.h                        |    2 +-
 libcdi/src/gribapi_utilities.c              |  169 ++-
 libcdi/src/gribapi_utilities.h              |    5 +
 libcdi/src/grid.c                           |  635 +++++++-----
 libcdi/src/grid.h                           |   39 +-
 libcdi/src/iterator_fallback.c              |    4 +
 libcdi/src/iterator_fallback.h              |    6 +
 libcdi/src/iterator_grib.c                  |   55 +-
 libcdi/src/iterator_grib.h                  |    4 +
 libcdi/src/mo_cdi.f90                       |   88 +-
 libcdi/src/pio_interface.c                  |    6 +-
 libcdi/src/pio_mpi_fw_at_all.c              |    2 +-
 libcdi/src/pio_mpi_fw_at_reblock.c          |    2 +-
 libcdi/src/pio_roles.c                      |    2 +-
 libcdi/src/pio_util.c                       |    2 +-
 libcdi/src/pio_util.h                       |    2 +-
 libcdi/src/pkgconfig/cdi.pc.in              |    4 +-
 libcdi/src/pkgconfig/cdipio.pc.in           |    4 +-
 libcdi/src/serialize.h                      |    2 +-
 libcdi/src/stream.c                         |   33 +-
 libcdi/src/stream_cdf_i.c                   |  125 ++-
 libcdi/src/stream_cdf_o.c                   |  137 +--
 libcdi/src/stream_cgribex.c                 |  315 ++++--
 libcdi/src/stream_cgribex.h                 |    5 +
 libcdi/src/stream_ext.c                     |    4 +-
 libcdi/src/stream_grb.c                     |   74 +-
 libcdi/src/stream_grb.h                     |   32 +
 libcdi/src/stream_gribapi.c                 |  617 +++++++++--
 libcdi/src/stream_gribapi.h                 |   11 +
 libcdi/src/stream_history.c                 |   24 +-
 libcdi/src/stream_ieg.c                     |   12 +-
 libcdi/src/stream_srv.c                     |    2 +-
 libcdi/src/stream_write.c                   |   10 +-
 libcdi/src/table.c                          |   95 +-
 libcdi/src/taxis.c                          |   85 +-
 libcdi/src/taxis.h                          |    4 +-
 libcdi/src/util.c                           |   67 +-
 libcdi/src/varscan.c                        |   30 +-
 libcdi/src/vlist.h                          |    2 +-
 libcdi/tests/Makefile.in                    |    1 +
 libcdi/tests/pio_write.c                    |    4 +
 libcdi/tests/simple_model.c                 |   17 +-
 libcdi/tests/stream_cksum.c                 |  191 ++--
 m4/acx_options.m4                           |   13 +
 src/Adisit.c                                |    4 +-
 src/Afterburner.c                           |   34 +-
 src/Arith.c                                 |   28 +-
 src/Arithlat.c                              |    3 +-
 src/Change_e5slm.c                          |   21 +-
 src/Collgrid.c                              |   76 +-
 src/Copy.c                                  |   16 +
 src/Derivepar.c                             |    9 +-
 src/Distgrid.c                              |    4 +-
 src/Ensstat.c                               |   15 +-
 src/Exprf.c                                 |   10 +-
 src/Filedes.c                               |    2 +-
 src/Fillmiss.c                              |    6 +-
 src/Gradsdes.c                              |   37 +-
 src/Gridcell.c                              |    4 +-
 src/Info.c                                  |  334 +++---
 src/Invert.c                                |  178 ++--
 src/Invertlev.c                             |    2 -
 src/Makefile.am                             |   10 +-
 src/Makefile.in                             |  232 +++--
 src/Math.c                                  |    4 +-
 src/Pressure.c                              |   63 +-
 src/Remap.c                                 |  148 +--
 src/Rotuv.c                                 |   42 +-
 src/Runstat.c                               |    1 -
 src/Samplegrid.c                            |  240 +++++
 src/Selbox.c                                |   30 +-
 src/Select.c                                |   51 +-
 src/{Selindex.c => Selgridcell.c}           |   32 +-
 src/Selmulti.c                              | 1180 +++++++++++++++++++++
 src/Selrec.c                                |    3 -
 src/Seltime.c                               |    9 +-
 src/Selvar.c                                |    3 -
 src/Setgrid.c                               |   33 +-
 src/Settime.c                               |    4 +-
 src/Showinfo.c                              |   70 +-
 src/Sinfo.c                                 |   38 +-
 src/Verifygrid.c                            |   10 +
 src/Vertintml.c                             |   17 +-
 src/WindTrans.c                             | 1483 +++++++++++++++++++++++++++
 src/after_fctrans.c                         |   20 +-
 src/after_sptrans.c                         |   17 +-
 src/array.c                                 |   23 +
 src/array.h                                 |    1 +
 src/cdo.c                                   |   55 +
 src/cdo_read.c                              |   60 ++
 src/cdo_vlist.c                             |   13 +-
 src/config.h.in                             |    3 +
 src/expr.c                                  |    4 +-
 src/fieldc.c                                |   14 +-
 src/grid.c                                  |  780 ++++----------
 src/grid.h                                  |   74 +-
 src/grid_area.c                             |    3 -
 src/grid_define.c                           |  404 ++++++++
 src/grid_lcc.c                              |  332 ------
 src/grid_print.c                            |   37 +-
 src/grid_proj.c                             |  477 +++++++++
 src/grid_proj.h                             |   24 +
 src/grid_read.c                             |   32 +-
 src/grid_rot.c                              |   38 +-
 src/griddes.c                               |  167 +--
 src/griddes.h                               |   28 +-
 src/griddes_h5.c                            |    2 -
 src/griddes_nc.c                            |   12 +-
 src/gridreference.c                         |   40 +-
 src/institution.c                           |   24 +-
 src/listarray.c                             |    4 +-
 src/listarray.h                             |    4 +-
 src/modules.c                               |   31 +-
 src/namelist.c                              |    8 +-
 src/namelist_parser.c                       |   10 +-
 src/operator_help.h                         |  137 ++-
 src/printinfo.h                             |   27 +-
 src/remap_bilinear_scrip.c                  |   31 +-
 src/remap_distwgt.c                         |   24 +-
 src/remap_search_latbins.c                  |   75 +-
 src/remaplib.c                              |   41 +-
 src/sellist.c                               |   22 +-
 src/specspace.c                             |   10 +-
 src/stdnametable.c                          |   41 +
 src/stdnametable.h                          |    6 +
 src/table.c                                 |    5 +-
 src/util.c                                  |   29 +-
 src/util.h                                  |    4 +
 src/zaxis.c                                 |   13 +-
 test/Afterburner.test.in                    |    2 +-
 test/Arith.test.in                          |    2 +-
 test/Arithc.test.in                         |    2 +-
 test/Cat.test.in                            |    2 +-
 test/Collgrid.test.in                       |    2 +-
 test/Comp.test.in                           |    2 +-
 test/Compc.test.in                          |    2 +-
 test/Copy_netcdf.test.in                    |    2 +-
 test/Detrend.test.in                        |    2 +-
 test/EOF.test.in                            |    2 +-
 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                        |    2 +-
 test/Genweights.test.in                     |    2 +-
 test/Gradsdes.test.in                       |    2 +-
 test/Gridarea.test.in                       |    2 +-
 test/Gridboxstat.test.in                    |    2 +-
 test/Makefile.am                            |    2 +-
 test/Makefile.in                            |   52 +-
 test/MapReduce.test.in                      |    4 +-
 test/Merstat.test.in                        |    2 +-
 test/Multiyearstat.test.in                  |    2 +-
 test/Ninfo.test.in                          |    3 +-
 test/Read_grib.test.in                      |    2 +-
 test/Read_netcdf.test.in                    |    2 +-
 test/Remap.test.in                          |    2 +-
 test/Remap2.test.in                         |   59 ++
 test/Runstat.test.in                        |    2 +-
 test/Seasstat.test.in                       |    2 +-
 test/Select.test.in                         |    2 +-
 test/Spectral.test.in                       |    2 +-
 test/Timselstat.test.in                     |    2 +-
 test/Timstat.test.in                        |    2 +-
 test/Vertint.test.in                        |    2 +-
 test/Vertstat.test.in                       |    2 +-
 test/Zonstat.test.in                        |    2 +-
 test/data/Makefile.am                       |   12 +-
 test/data/Makefile.in                       |   15 +-
 test/data/spain.grid                        |    7 +
 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/threads.test.in                        |    2 +-
 test/tsformat.test.in                       |    2 +-
 test/wildcard.test.in                       |    2 +-
 245 files changed, 8885 insertions(+), 3697 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