[cdo] 79/84: Merge tag 'upstream_1.6.7'

Alastair McKinstry mckinstry at moszumanska.debian.org
Sat Jun 13 16:48:45 UTC 2015


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

mckinstry pushed a commit to branch master
in repository cdo.

commit f454f0a5420311bd03c92b88078594eb5f680f8e
Merge: 8308939 fd09245
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Dec 16 19:03:50 2014 +0000

    Merge tag 'upstream_1.6.7'

 AUTHORS                                     |   10 +-
 ChangeLog                                   |   13 +
 Makefile.in                                 |    3 +
 NEWS                                        |    5 +
 README                                      |    2 +-
 cdo.spec                                    |   16 +-
 cdo.spec.in                                 |   14 +-
 config/default                              |    2 +-
 configure                                   |   57 +-
 configure.ac                                |    4 +-
 contrib/Makefile.in                         |    3 +
 contrib/cdoCompletion.bash                  |    1 +
 contrib/cdoCompletion.tcsh                  |    1 +
 contrib/cdoCompletion.zsh                   |    1 +
 libcdi/ChangeLog                            |   21 +
 libcdi/Makefile.in                          |    1 +
 libcdi/NEWS                                 |    5 +
 libcdi/aclocal.m4                           |    1 +
 libcdi/app/Makefile.in                      |    1 +
 libcdi/configure                            |  172 ++-
 libcdi/configure.ac                         |    5 +-
 libcdi/examples/Makefile.in                 |    1 +
 libcdi/examples/cdi_copy.c                  |   31 +-
 libcdi/examples/cdi_read.c                  |   24 +-
 libcdi/examples/cdi_write.c                 |   43 +-
 libcdi/examples/cdi_write_ens.c             |    2 +-
 libcdi/examples/pio/Makefile.in             |    1 +
 libcdi/examples/pio/compareResourcesArray.c |    1 -
 libcdi/interfaces/Makefile.in               |    1 +
 libcdi/interfaces/f2003/bindGen.rb          |   19 +-
 libcdi/m4/acx_execinfo.m4                   |   67 ++
 libcdi/m4/acx_options.m4                    |   11 +-
 libcdi/src/Makefile.am                      |    2 +-
 libcdi/src/Makefile.in                      |    3 +-
 libcdi/src/cdf.c                            |    2 +-
 libcdi/src/cdf_int.c                        |    2 -
 libcdi/src/cdi.h                            |    3 +-
 libcdi/src/cdi.inc                          |    4 +-
 libcdi/src/cdi_cksum.c                      |    2 +-
 libcdi/src/cdi_cksum.h                      |    2 +-
 libcdi/src/cdi_error.c                      |   14 +-
 libcdi/src/cdi_int.h                        |   54 +-
 libcdi/src/cdilib.c                         | 1581 +++++++++++----------------
 libcdi/src/cdipio.h                         |    4 +-
 libcdi/src/cgribexlib.c                     |   17 +-
 libcdi/src/config.h.in                      |    6 +
 libcdi/src/dmemory.c                        |   10 +-
 libcdi/src/gribapi.h                        |    4 +-
 libcdi/src/grid.c                           |   87 +-
 libcdi/src/mo_cdi.f90                       |  100 +-
 libcdi/src/namespace.c                      |   52 +-
 libcdi/src/pio.c                            |   24 +-
 libcdi/src/pio_comm.c                       |    6 +-
 libcdi/src/pio_impl.h                       |   17 +-
 libcdi/src/pio_interface.c                  |   11 +-
 libcdi/src/pio_mpinonb.c                    |  115 +-
 libcdi/src/pio_posixasynch.c                |   51 +-
 libcdi/src/pio_posixfpguardsendrecv.c       |   49 +-
 libcdi/src/pio_posixnonb.c                  |   31 +-
 libcdi/src/pio_record_send.c                |   53 +-
 libcdi/src/pio_serialize.c                  |    3 +-
 libcdi/src/pio_server.c                     |   30 +-
 libcdi/src/resource_handle.c                |   35 +-
 libcdi/src/resource_unpack.c                |   32 +-
 libcdi/src/resource_unpack.h                |    1 -
 libcdi/src/serialize.c                      |   27 +-
 libcdi/src/serialize.h                      |   84 +-
 libcdi/src/stream.c                         |  100 +-
 libcdi/src/stream_cdf.c                     |  300 +++--
 libcdi/src/stream_cgribex.c                 |  175 ++-
 libcdi/src/stream_ext.c                     |    2 +-
 libcdi/src/stream_grb.c                     |    5 +-
 libcdi/src/stream_gribapi.c                 |   28 +-
 libcdi/src/stream_ieg.c                     |   25 +-
 libcdi/src/stream_record.c                  |    6 -
 libcdi/src/stream_srv.c                     |    2 +-
 libcdi/src/taxis.c                          |   91 +-
 libcdi/src/varscan.c                        |    5 +-
 libcdi/src/vlist.c                          |  153 +--
 libcdi/src/vlist.h                          |    8 +-
 libcdi/src/vlist_att.c                      |    7 +-
 libcdi/src/vlist_var.c                      |  102 +-
 libcdi/src/zaxis.c                          |  167 +--
 libcdi/tests/Makefile.in                    |    1 +
 libcdi/tests/deco2d_model.c                 |   54 +-
 libcdi/tests/simple_model.c                 |   32 +-
 libcdi/tests/simple_model_helper.h          |   10 +
 libcdi/tests/test_cdf_read.c                |  112 +-
 libcdi/tests/test_cdf_transformation.in     |    5 +
 libcdi/tests/test_cdf_write.c               |    7 +-
 libcdi/tests/test_resource_copy.c           |    2 -
 m4/._ax_pthread.m4                          |  Bin 197 -> 0 bytes
 m4/acx_options.m4                           |   22 +-
 src/Adisit.c                                |    2 +-
 src/Arith.c                                 |    2 +-
 src/Arithc.c                                |    2 +-
 src/Arithdays.c                             |    2 +-
 src/Arithlat.c                              |    2 +-
 src/CDIread.c                               |    2 +-
 src/CDItest.c                               |    2 +-
 src/CDIwrite.c                              |   40 +-
 src/Cat.c                                   |    2 +-
 src/Change.c                                |    2 +-
 src/Change_e5slm.c                          |    2 +-
 src/Cloudlayer.c                            |    2 +-
 src/Collgrid.c                              |    2 +-
 src/Command.c                               |    2 +-
 src/Comp.c                                  |    2 +-
 src/Compc.c                                 |    2 +-
 src/Complextorect.c                         |    2 +-
 src/Cond.c                                  |    2 +-
 src/Cond2.c                                 |    2 +-
 src/Condc.c                                 |    2 +-
 src/Consecstat.c                            |    2 +-
 src/Copy.c                                  |    2 +-
 src/Deltime.c                               |    2 +-
 src/Derivepar.c                             |    2 +-
 src/Detrend.c                               |    2 +-
 src/Diff.c                                  |    2 +-
 src/Distgrid.c                              |    2 +-
 src/Duplicate.c                             |    2 +-
 src/EOFs.c                                  |    2 +-
 src/Echam5ini.c                             |    2 +-
 src/Enlarge.c                               |    2 +-
 src/Enlargegrid.c                           |    2 +-
 src/Ensstat.c                               |    2 +-
 src/Ensstat3.c                              |    2 +-
 src/Ensval.c                                |    2 +-
 src/Eof3d.c                                 |    2 +-
 src/Eofcoeff.c                              |    2 +-
 src/Eofcoeff3d.c                            |    2 +-
 src/Exprf.c                                 |    2 +-
 src/FC.c                                    |    2 +-
 src/Filedes.c                               |    2 +-
 src/Fillmiss.c                              |    2 +-
 src/Filter.c                                |    2 +-
 src/Fldrms.c                                |    2 +-
 src/Fldstat.c                               |    2 +-
 src/Fldstat2.c                              |    2 +-
 src/Fourier.c                               |    2 +-
 src/Gengrid.c                               |    2 +-
 src/Gradsdes.c                              |  143 +--
 src/Gridboxstat.c                           |    2 +-
 src/Gridcell.c                              |    2 +-
 src/Gridsearch.c                            |    2 +-
 src/Harmonic.c                              |    2 +-
 src/Hi.c                                    |    0
 src/Histogram.c                             |    2 +-
 src/Importamsr.c                            |    2 +-
 src/Importbinary.c                          |    2 +-
 src/Importcmsaf.c                           |   23 +-
 src/Importobs.c                             |    2 +-
 src/Info.c                                  |    2 +-
 src/Input.c                                 |    2 +-
 src/Intgrid.c                               |    2 +-
 src/Intgridtraj.c                           |    2 +-
 src/Intlevel.c                              |    2 +-
 src/Intlevel3d.c                            |   18 +-
 src/Intntime.c                              |    7 +-
 src/Inttime.c                               |    2 +-
 src/Intyear.c                               |    2 +-
 src/Invert.c                                |    2 +-
 src/Invertlev.c                             |    2 +-
 src/Isosurface.c                            |    2 +-
 src/Kvl.c                                   |    2 +-
 src/Log.c                                   |    2 +-
 src/Makefile.in                             |    3 +
 src/Maskbox.c                               |    2 +-
 src/Mastrfu.c                               |    2 +-
 src/Math.c                                  |    2 +-
 src/Merge.c                                 |    2 +-
 src/Mergegrid.c                             |    2 +-
 src/Mergetime.c                             |    2 +-
 src/Merstat.c                               |    2 +-
 src/Monarith.c                              |    2 +-
 src/Mrotuv.c                                |    2 +-
 src/Mrotuvb.c                               |    2 +-
 src/Ninfo.c                                 |    2 +-
 src/Nmltest.c                               |    2 +-
 src/Output.c                                |    2 +-
 src/Outputgmt.c                             |   84 +-
 src/Pack.c                                  |    2 +-
 src/Pinfo.c                                 |    2 +-
 src/Pressure.c                              |    2 +-
 src/Regres.c                                |    2 +-
 src/Remap.c                                 |    2 +-
 src/Remapeta.c                              |    2 +-
 src/Replace.c                               |    2 +-
 src/Replacevalues.c                         |    2 +-
 src/Rhopot.c                                |    2 +-
 src/Rotuv.c                                 |    2 +-
 src/Runstat.c                               |    6 +-
 src/SSOpar.c                                |    2 +-
 src/Seasstat.c                              |    2 +-
 src/Selbox.c                                |    2 +-
 src/Select.c                                |    2 +-
 src/Seloperator.c                           |    2 +-
 src/Selrec.c                                |    2 +-
 src/Seltime.c                               |    2 +-
 src/Selvar.c                                |    2 +-
 src/Set.c                                   |    2 +-
 src/Setbox.c                                |    2 +-
 src/Setgatt.c                               |    2 +-
 src/Setgrid.c                               |    7 +-
 src/Sethalo.c                               |    2 +-
 src/Setmiss.c                               |    2 +-
 src/Setpartab.c                             |    2 +-
 src/Setrcaname.c                            |    2 +-
 src/Settime.c                               |    2 +-
 src/Setzaxis.c                              |    2 +-
 src/Showinfo.c                              |    2 +-
 src/Sinfo.c                                 |    2 +-
 src/Smooth9.c                               |    2 +-
 src/Sort.c                                  |    2 +-
 src/Sorttimestamp.c                         |    2 +-
 src/Specinfo.c                              |   11 +-
 src/Spectral.c                              |    2 +-
 src/Spectrum.c                              |    2 +-
 src/Split.c                                 |    2 +-
 src/Splitrec.c                              |    2 +-
 src/Splitsel.c                              |    2 +-
 src/Splittime.c                             |    2 +-
 src/Splityear.c                             |    2 +-
 src/Subtrend.c                              |    2 +-
 src/Tee.c                                   |    2 +-
 src/Templates.c                             |    2 +-
 src/Test.c                                  |    2 +-
 src/Tests.c                                 |    2 +-
 src/Timselstat.c                            |    2 +-
 src/Timsort.c                               |    2 +-
 src/Timstat.c                               |    2 +-
 src/Timstat2.c                              |    2 +-
 src/Timstat3.c                              |    2 +-
 src/Tinfo.c                                 |    2 +-
 src/Tocomplex.c                             |    2 +-
 src/Transpose.c                             |    2 +-
 src/Trend.c                                 |    2 +-
 src/Trms.c                                  |    2 +-
 src/Tstepcount.c                            |    2 +-
 src/Vardup.c                                |    2 +-
 src/Vargen.c                                |    2 +-
 src/Varrms.c                                |    2 +-
 src/Vertint.c                               |    2 +-
 src/Vertstat.c                              |    2 +-
 src/Vertwind.c                              |    2 +-
 src/Wct.c                                   |    0
 src/Wind.c                                  |    2 +-
 src/Writegrid.c                             |    2 +-
 src/Writerandom.c                           |    2 +-
 src/YAR.c                                   |    2 +-
 src/Ydayarith.c                             |    2 +-
 src/Ydaystat.c                              |    2 +-
 src/Yearmonstat.c                           |    2 +-
 src/Yhourarith.c                            |    2 +-
 src/Yhourstat.c                             |    2 +-
 src/Ymonarith.c                             |    2 +-
 src/Ymonstat.c                              |    2 +-
 src/Yseasstat.c                             |    2 +-
 src/Zonstat.c                               |    2 +-
 src/cdo.c                                   |   10 +-
 src/cdo.h                                   |   52 +-
 src/cdo_getopt.c                            |    2 +-
 src/cdo_getopt.h                            |    2 +-
 src/cdo_int.h                               |    2 +-
 src/cdo_pthread.c                           |    2 +-
 src/cdo_vlist.c                             |    2 +-
 src/clipping/area.c                         |   58 +-
 src/clipping/area.h                         |   16 +-
 src/clipping/clipping.c                     |   39 +-
 src/clipping/grid.h                         |    2 +-
 src/clipping/intersection.c                 |   16 +-
 src/commandline.c                           |    2 +-
 src/const.h                                 |    2 +-
 src/ecacore.c                               |    0
 src/ecautil.c                               |    0
 src/exception.c                             |   37 +-
 src/field.c                                 |    2 +-
 src/field.h                                 |    2 +-
 src/field2.c                                |    2 +-
 src/fieldc.c                                |    2 +-
 src/fieldmer.c                              |    2 +-
 src/fieldzon.c                              |    2 +-
 src/grid.c                                  |    2 +-
 src/grid_area.c                             |    2 +-
 src/griddes.c                               |   31 +-
 src/gridreference.c                         |    2 +-
 src/history.c                               |    2 +-
 src/institution.c                           |    2 +-
 src/kvlist.c                                |    2 +-
 src/kvlist.h                                |    2 +-
 src/list.c                                  |    2 +-
 src/list.h                                  |    2 +-
 src/modules.c                               |    2 +-
 src/modules.h                               |    2 +-
 src/namelist.c                              |    2 +-
 src/namelist.h                              |    2 +-
 src/operator_help.h                         |    2 +-
 src/pipe.c                                  |    2 +-
 src/pipe.h                                  |    2 +-
 src/process.c                               |    2 +-
 src/process.h                               |    2 +-
 src/pstream.c                               |    2 +-
 src/pstream.h                               |    2 +-
 src/pstream_int.h                           |    2 +-
 src/readline.c                              |    2 +-
 src/remap_conserv.c                         |   38 +-
 src/remaplib.c                              |    2 +-
 src/table.c                                 |    2 +-
 src/timer.c                                 |    2 +-
 src/util.c                                  |   61 +-
 src/util.h                                  |   60 +-
 src/zaxis.c                                 |    2 +-
 test/File.test.in                           |   97 ++
 test/Makefile.am                            |    4 +-
 test/Makefile.in                            |   32 +-
 test/data/._netcdf_testfile01.nc            |  Bin 197 -> 0 bytes
 test/data/Makefile.am                       |    3 +-
 test/data/Makefile.in                       |    6 +-
 test/data/file_F32_srv_ref                  |  Bin 0 -> 71280 bytes
 test/data/netcdf_testfile01_infon_ref       |   24 +-
 test/data/netcdf_testfile01_sinfon_ref      |    6 +-
 321 files changed, 2818 insertions(+), 2980 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