[cdo] 01/14: New dfsg release. 1.7.1

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Dec 12 12:46:27 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 8b7b998a8bc71e89fdc025b694b15845cc88dd2d
Merge: 4c67c3b f305ea5
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Apr 27 10:06:59 2016 +0100

    New dfsg release. 1.7.1

 AUTHORS                                            |     11 +-
 ChangeLog                                          |    624 +-
 Makefile.am                                        |      2 +-
 Makefile.in                                        |     15 +-
 NEWS                                               |    134 +-
 OPERATORS                                          |    163 +-
 README                                             |      2 +-
 aclocal.m4                                         |     60 +
 cdo.spec                                           |     16 +-
 cdo.spec.in                                        |     14 +-
 config/ar-lib                                      |    270 +
 config/default                                     |    328 +-
 configure                                          |   1544 +-
 configure.ac                                       |    140 +-
 contrib/Makefile.am                                |      2 +-
 contrib/Makefile.in                                |     10 +-
 contrib/cdoCompletion.bash                         |    740 +-
 contrib/cdoCompletion.tcsh                         |    740 +-
 contrib/cdoCompletion.zsh                          |    740 +-
 contrib/python/cdo.py                              |    422 -
 libcdi/AUTHORS                                     |      9 +-
 libcdi/ChangeLog                                   |    295 +
 libcdi/Makefile.in                                 |     40 +-
 libcdi/NEWS                                        |     55 +
 libcdi/README                                      |      2 +-
 libcdi/acinclude.m4                                |     19 +-
 libcdi/aclocal.m4                                  |     12 +
 libcdi/app/Makefile.in                             |     33 +-
 libcdi/app/cdi.c                                   |    177 +-
 libcdi/app/createtable.c                           |     42 +-
 libcdi/app/printinfo.h                             |    114 +-
 libcdi/cdi.settings.in                             |    129 +-
 libcdi/config/config.guess                         |      5 +-
 libcdi/config/default                              |     27 +-
 libcdi/configure                                   |  35725 +++---
 libcdi/configure.ac                                |    188 +-
 libcdi/examples/Makefile.am                        |      5 +-
 libcdi/examples/Makefile.in                        |     42 +-
 libcdi/examples/README                             |      9 +
 libcdi/examples/cdi_copy.c                         |     37 +-
 libcdi/examples/cdi_read.c                         |     25 +-
 libcdi/examples/cdi_read_f2003.f90                 |     35 +-
 libcdi/examples/cdi_write.c                        |     43 +-
 libcdi/examples/cdi_write_ens.c                    |     45 +-
 libcdi/examples/cdi_write_f2003.f90                |     12 +-
 libcdi/examples/pio/Makefile.am                    |     14 +-
 libcdi/examples/pio/Makefile.in                    |     52 +-
 libcdi/examples/pio/collectData.c                  |     92 +-
 libcdi/examples/pio/collectData2003.F90            |     24 +-
 libcdi/examples/pio/collectDataNStreams.c          |     34 +-
 libcdi/examples/pio/compareResourcesArray.c        |     34 +-
 libcdi/interfaces/Makefile.am                      |     18 +-
 libcdi/interfaces/Makefile.in                      |     47 +-
 libcdi/interfaces/cdi.hpp                          |      5 +-
 libcdi/interfaces/f2003/bindGen.rb                 |   1060 +
 libcdi/interfaces/python/cdiobj_wrap.cpp           |      7 +-
 libcdi/interfaces/python/testObj.py                |     42 +-
 libcdi/m4/ac_lang_program_fortran.m4               |     57 +
 libcdi/m4/acx_c_package.m4                         |     66 +
 libcdi/m4/acx_cfortran_flags.m4                    |    171 +
 libcdi/m4/acx_check_cfortran.m4                    |    275 +
 libcdi/m4/acx_check_strptr_convert.m4              |    102 +
 libcdi/m4/acx_execinfo.m4                          |     67 +
 libcdi/m4/acx_fortran_package.m4                   |    144 +
 ...od_path_flag.m4 => acx_lang_c_check_include.m4} |     62 +-
 libcdi/m4/acx_lang_check_include.m4                |    123 +
 ...h_flag.m4 => acx_lang_fortran_check_include.m4} |     66 +-
 libcdi/m4/acx_lang_package.m4                      |    134 +
 libcdi/m4/acx_lt_problems.m4                       |     96 +
 libcdi/m4/acx_option_search_libs.m4                |    128 +
 libcdi/m4/acx_options.m4                           |     12 +-
 libcdi/m4/acx_sl_fc_mod_path_flag.m4               |     20 +-
 libcdi/m4/acx_sl_mod_suffix.m4                     |     11 +-
 .../{acx_sl_fc_mod_path_flag.m4 => asx_tr_arg.m4}  |     67 +-
 libcdi/m4/ax_pthread.m4                            |    155 +-
 libcdi/m4/kpse_libtool.m4                          |     37 +
 libcdi/m4/libtool.m4                               |      2 +
 libcdi/m4/starlink_fpp.m4                          |    138 +-
 libcdi/src/Makefile.am                             |     95 +-
 libcdi/src/Makefile.in                             |    376 +-
 libcdi/src/basetime.c                              |     11 +-
 libcdi/src/basetime.h                              |     11 +
 libcdi/src/binary.c                                |     95 +-
 libcdi/src/binary.h                                |     14 +
 libcdi/src/calendar.c                              |     71 +-
 libcdi/src/calendar.h                              |     14 +-
 libcdi/src/cdf.c                                   |     21 +-
 libcdi/src/cdf.h                                   |      2 +
 libcdi/src/cdf_int.c                               |    274 +-
 libcdi/src/cdf_int.h                               |     69 +-
 libcdi/src/cdf_read.c                              |    720 +
 libcdi/src/cdf_write.c                             |   1272 +
 libcdi/src/cdi.h                                   |    363 +-
 libcdi/src/cdi.inc                                 |    638 +-
 libcdi/src/cdiFortran.c                            |    233 +-
 libcdi/src/cdi_cksum.c                             |     21 +-
 libcdi/src/cdi_cksum.h                             |     12 +-
 libcdi/src/cdi_error.c                             |     17 +-
 libcdi/src/cdi_int.c                               |    745 +-
 libcdi/src/cdi_int.h                               |    257 +-
 libcdi/src/cdi_limits.h                            |      7 +-
 libcdi/src/cdi_util.c                              |    141 +-
 libcdi/src/cdi_uuid.h                              |     42 +
 libcdi/src/cdilib.c                                | 105613 ++++++++++--------
 libcdi/src/cdipio.h                                |    129 +-
 libcdi/src/cdipio.inc                              |    130 +-
 libcdi/src/cdipioFortran.c                         |     59 +
 libcdi/src/cfortran.h                              |    329 +-
 libcdi/src/cgribex.h                               |     38 +-
 libcdi/src/cgribexlib.c                            |  19202 ++--
 libcdi/src/cksum.c                                 |     27 +-
 libcdi/src/cksum.h                                 |     11 +-
 libcdi/src/config.h.in                             |     83 +-
 libcdi/src/datetime.h                              |     13 +
 libcdi/src/dmemory.c                               |    385 +-
 libcdi/src/dmemory.h                               |     54 +-
 libcdi/src/error.c                                 |     16 +-
 libcdi/src/error.h                                 |     12 +-
 libcdi/src/exse.h                                  |      9 +
 libcdi/src/extralib.c                              |    228 +-
 libcdi/src/file.c                                  |    151 +-
 libcdi/src/gaussgrid.c                             |     63 +-
 libcdi/src/gaussgrid.h                             |     10 +-
 libcdi/src/grb_read.c                              |    239 +
 libcdi/src/grb_write.c                             |    257 +
 libcdi/src/gribapi.c                               |     49 +-
 libcdi/src/gribapi.h                               |     67 +-
 libcdi/src/gribapi_utilities.c                     |    781 +
 libcdi/src/gribapi_utilities.h                     |     48 +
 libcdi/src/grid.c                                  |   3558 +-
 libcdi/src/grid.h                                  |     93 +-
 libcdi/src/ieg.h                                   |     29 +-
 libcdi/src/ieglib.c                                |    354 +-
 libcdi/src/input_file.c                            |    150 +
 libcdi/src/input_file.h                            |     39 +
 libcdi/src/institution.c                           |     85 +-
 libcdi/src/iterator.c                              |   1137 +
 libcdi/src/iterator.h                              |     58 +
 libcdi/src/iterator_fallback.c                     |    404 +
 libcdi/src/iterator_fallback.h                     |     48 +
 libcdi/src/iterator_grib.c                         |    983 +
 libcdi/src/iterator_grib.h                         |     50 +
 libcdi/src/mo_cdi.f90                              |  10096 +-
 libcdi/src/model.c                                 |     63 +-
 libcdi/src/namespace.c                             |    135 +-
 libcdi/src/namespace.h                             |     18 +-
 libcdi/src/pio.c                                   |    177 +-
 libcdi/src/pio.h                                   |      8 +-
 libcdi/src/pio_cdf_int.c                           |      4 +-
 libcdi/src/pio_cdf_int.h                           |     12 +-
 libcdi/src/pio_client.c                            |    266 +-
 libcdi/src/pio_client.h                            |     10 +
 libcdi/src/pio_comm.c                              |    844 +-
 libcdi/src/pio_comm.h                              |     93 +-
 libcdi/src/pio_conf.c                              |    296 +
 libcdi/src/pio_conf.h                              |     87 +
 libcdi/src/pio_dbuffer.c                           |      8 +-
 libcdi/src/pio_id_set.h                            |     67 +
 libcdi/src/pio_impl.h                              |     45 +-
 libcdi/src/pio_interface.c                         |    854 +-
 libcdi/src/pio_interface.h                         |     10 +-
 libcdi/src/pio_list_set.c                          |     11 +-
 libcdi/src/pio_mpi_fw_at_all.c                     |    232 +
 libcdi/src/pio_mpi_fw_at_reblock.c                 |    562 +
 libcdi/src/pio_mpi_fw_ordered.c                    |    211 +
 libcdi/src/pio_mpinonb.c                           |    204 +-
 libcdi/src/pio_posixasynch.c                       |    224 +-
 libcdi/src/pio_posixfpguardsendrecv.c              |    221 +-
 libcdi/src/pio_posixnonb.c                         |    168 +-
 libcdi/src/pio_record_send.c                       |    125 +-
 libcdi/src/pio_roles.c                             |    132 +
 libcdi/src/pio_rpc.c                               |     60 +
 libcdi/src/pio_rpc.h                               |     57 +-
 libcdi/src/pio_serialize.c                         |     13 +-
 libcdi/src/pio_serialize.h                         |     12 +-
 libcdi/src/pio_server.c                            |   1873 +-
 libcdi/src/pio_server.h                            |      4 +-
 libcdi/src/pio_util.c                              |     73 +-
 libcdi/src/pio_util.h                              |      9 +-
 libcdi/src/referenceCounting.c                     |     43 +
 libcdi/src/referenceCounting.h                     |     48 +
 libcdi/src/resource_handle.c                       |    260 +-
 libcdi/src/resource_handle.h                       |     37 +-
 libcdi/src/resource_unpack.c                       |     52 +-
 libcdi/src/resource_unpack.h                       |     16 +-
 libcdi/src/serialize.c                             |     42 +-
 libcdi/src/serialize.h                             |     88 +-
 libcdi/src/service.h                               |     20 +-
 libcdi/src/servicelib.c                            |    275 +-
 libcdi/src/stream.c                                |   1561 +-
 libcdi/src/stream_cdf.c                            |   6175 +-
 libcdi/src/stream_cdf.h                            |     17 +-
 libcdi/src/stream_cgribex.c                        |    734 +-
 libcdi/src/stream_cgribex.h                        |     10 +-
 libcdi/src/stream_ext.c                            |    217 +-
 libcdi/src/stream_ext.h                            |      8 +-
 libcdi/src/stream_fcommon.c                        |     42 +
 libcdi/src/stream_fcommon.h                        |     20 +
 libcdi/src/stream_grb.c                            |    691 +-
 libcdi/src/stream_grb.h                            |     22 +-
 libcdi/src/stream_gribapi.c                        |   2280 +-
 libcdi/src/stream_gribapi.h                        |      8 +-
 libcdi/src/stream_history.c                        |     29 +-
 libcdi/src/stream_ieg.c                            |    373 +-
 libcdi/src/stream_ieg.h                            |      8 +-
 libcdi/src/stream_read.c                           |    357 +
 libcdi/src/stream_record.c                         |    503 +-
 libcdi/src/stream_srv.c                            |    356 +-
 libcdi/src/stream_srv.h                            |      8 +-
 libcdi/src/stream_var.c                            |     80 +-
 libcdi/src/stream_write.c                          |    431 +
 libcdi/src/subtype.c                               |    908 +
 libcdi/src/subtype.h                               |    105 +
 libcdi/src/swap.c                                  |     54 +-
 libcdi/src/table.c                                 |    489 +-
 libcdi/src/table.h                                 |   2401 +-
 libcdi/src/tablepar.h                              |     15 +-
 libcdi/src/taxis.c                                 |    610 +-
 libcdi/src/taxis.h                                 |      7 +-
 libcdi/src/timebase.c                              |     13 +-
 libcdi/src/timebase.h                              |     18 +
 libcdi/src/tsteps.c                                |     47 +-
 libcdi/src/util.c                                  |    257 +-
 libcdi/src/varscan.c                               |   1027 +-
 libcdi/src/varscan.h                               |     22 +-
 libcdi/src/version.c                               |      8 +-
 libcdi/src/vlist.c                                 |   1319 +-
 libcdi/src/vlist.h                                 |    114 +-
 libcdi/src/vlist_att.c                             |    108 +-
 libcdi/src/vlist_var.c                             |   1322 +-
 libcdi/src/zaxis.c                                 |    780 +-
 libcdi/src/zaxis.h                                 |     20 +-
 libcdi/tables/gen_tableheaderfile.in               |    108 +
 libcdi/tests/Makefile.am                           |     45 +-
 libcdi/tests/Makefile.in                           |    210 +-
 libcdi/tests/cksum_read.c                          |     24 +-
 libcdi/tests/cksum_verify.c                        |      8 +-
 libcdi/tests/cksum_write.c                         |    179 +-
 libcdi/tests/deco2d_model.c                        |    222 +-
 libcdi/tests/ensure_array_size.c                   |      4 +
 libcdi/tests/pio_cksum_asynch.in                   |      7 +-
 libcdi/tests/pio_cksum_cdf.in                      |      5 +
 libcdi/tests/pio_cksum_fpguard.in                  |      7 +-
 libcdi/tests/pio_cksum_mpi_fw_at_all.in            |      9 +
 libcdi/tests/pio_cksum_mpi_fw_at_reblock.in        |      9 +
 libcdi/tests/pio_cksum_mpi_fw_ordered.in           |      9 +
 libcdi/tests/pio_cksum_mpinonb.in                  |      7 +-
 libcdi/tests/pio_cksum_writer.in                   |      7 +-
 libcdi/tests/pio_write.c                           |    201 +-
 libcdi/tests/pio_write.h                           |      5 +-
 libcdi/tests/pio_write_deco2d_run.in               |     32 +-
 libcdi/tests/pio_write_run.in                      |     36 +-
 libcdi/tests/simple_model.c                        |    211 +-
 libcdi/tests/simple_model_helper.c                 |      4 +-
 libcdi/tests/simple_model_helper.h                 |     20 +-
 libcdi/tests/stream_cksum.c                        |     36 +-
 libcdi/tests/test_byteswap.c                       |     13 +
 libcdi/tests/test_cdf_read.c                       |    180 +
 libcdi/tests/test_cdf_transformation.in            |     30 +
 libcdi/tests/test_cdf_write.c                      |    189 +
 libcdi/tests/test_f2003.in                         |     69 +
 libcdi/tests/test_grib.c                           |     57 +-
 libcdi/tests/test_resource_copy.c                  |     62 +-
 libcdi/tests/test_table.c                          |     10 +
 libcdi/util/sunf95preproc-wrapper                  |      6 +-
 m4/acx_options.m4                                  |    116 +-
 m4/ax_pthread.m4                                   |    155 +-
 src/Adisit.c                                       |     51 +-
 src/Afterburner.c                                  |   2432 +
 src/Arith.c                                        |     92 +-
 src/Arithc.c                                       |     57 +-
 src/Arithdays.c                                    |     15 +-
 src/Arithlat.c                                     |     25 +-
 src/CDIread.c                                      |     48 +-
 src/CDItest.c                                      |     10 +-
 src/CDIwrite.c                                     |     90 +-
 src/CMOR.c                                         |    699 +
 src/Cat.c                                          |     81 +-
 src/CdoMagicsMapper.c                              |    166 +-
 src/CdoMagicsMapper.h                              |      4 -
 src/Change.c                                       |     36 +-
 src/Change_e5slm.c                                 |     20 +-
 src/Cloudlayer.c                                   |    104 +-
 src/Collgrid.c                                     |    589 +
 src/Command.c                                      |     58 +-
 src/Comp.c                                         |     24 +-
 src/Compc.c                                        |     14 +-
 src/Complextorect.c                                |     16 +-
 src/Cond.c                                         |     32 +-
 src/Cond2.c                                        |     36 +-
 src/Condc.c                                        |     14 +-
 src/Consecstat.c                                   |     23 +-
 src/Copy.c                                         |     64 +-
 src/Deltime.c                                      |     11 +-
 src/Derivepar.c                                    |    223 +-
 src/Detrend.c                                      |    110 +-
 src/Diff.c                                         |     71 +-
 src/{Scatter.c => Distgrid.c}                      |    180 +-
 src/Duplicate.c                                    |     22 +-
 src/EOFs.c                                         |    968 +-
 src/EcaIndices.c                                   |    156 +-
 src/Echam5ini.c                                    |    108 +-
 src/Enlarge.c                                      |     12 +-
 src/Enlargegrid.c                                  |     40 +-
 src/Ensstat.c                                      |    185 +-
 src/Ensstat3.c                                     |    106 +-
 src/Ensval.c                                       |     80 +-
 src/Eof3d.c                                        |    448 +-
 src/Eofcoeff.c                                     |     35 +-
 src/Eofcoeff3d.c                                   |     46 +-
 src/Exprf.c                                        |    603 +-
 src/FC.c                                           |     18 +-
 src/Filedes.c                                      |    129 +-
 src/Fillmiss.c                                     |    303 +-
 src/Filter.c                                       |    333 +-
 src/Fldrms.c                                       |     45 +-
 src/Fldstat.c                                      |    133 +-
 src/Fldstat2.c                                     |     95 +-
 src/Fourier.c                                      |     62 +-
 src/Gather.c                                       |    472 -
 src/Gengrid.c                                      |     21 +-
 src/Gradsdes.c                                     |   1384 +-
 src/Gridboxstat.c                                  |    535 +-
 src/Gridcell.c                                     |    129 +-
 src/{readline.c => Gridsearch.c}                   |     44 +-
 src/Harmonic.c                                     |     41 +-
 src/Hi.c                                           |     34 +-
 src/Histogram.c                                    |     69 +-
 src/Importamsr.c                                   |     29 +-
 src/Importbinary.c                                 |     68 +-
 src/Importcmsaf.c                                  |    252 +-
 src/Importobs.c                                    |    220 +-
 src/Info.c                                         |     60 +-
 src/Input.c                                        |     35 +-
 src/Intgrid.c                                      |     64 +-
 src/Intgridtraj.c                                  |     28 +-
 src/Intlevel.c                                     |    111 +-
 src/Intlevel3d.c                                   |    343 +-
 src/Intntime.c                                     |     55 +-
 src/Inttime.c                                      |     44 +-
 src/Intyear.c                                      |     20 +-
 src/Invert.c                                       |    167 +-
 src/Invertlev.c                                    |    142 +-
 src/Isosurface.c                                   |     31 +-
 src/Kvl.c                                          |     10 +-
 src/Log.c                                          |     19 +-
 src/Maggraph.c                                     |    452 +-
 src/Magplot.c                                      |    918 +-
 src/Magvector.c                                    |    333 +-
 src/Makefile.am                                    |    334 +-
 src/Makefile.in                                    |   2702 +-
 src/Maskbox.c                                      |    209 +-
 src/Mastrfu.c                                      |     81 +-
 src/Math.c                                         |    186 +-
 src/Merge.c                                        |    208 +-
 src/Mergegrid.c                                    |     45 +-
 src/Mergetime.c                                    |     39 +-
 src/Merstat.c                                      |     99 +-
 src/Monarith.c                                     |     46 +-
 src/Mrotuv.c                                       |     52 +-
 src/Mrotuvb.c                                      |     63 +-
 src/Ninfo.c                                        |      4 +-
 src/Nmltest.c                                      |      4 +-
 src/Output.c                                       |    102 +-
 src/Outputgmt.c                                    |    963 +-
 src/Pack.c                                         |     43 +-
 src/{Vardup.c => Pardup.c}                         |     81 +-
 src/Pinfo.c                                        |     14 +-
 src/Pressure.c                                     |    129 +-
 src/Regres.c                                       |     36 +-
 src/Remap.c                                        |    373 +-
 src/Remapeta.c                                     |    229 +-
 src/Replace.c                                      |     97 +-
 src/Replacevalues.c                                |     34 +-
 src/Rhopot.c                                       |     58 +-
 src/Rotuv.c                                        |     75 +-
 src/Runpctl.c                                      |     94 +-
 src/Runstat.c                                      |    273 +-
 src/SSOpar.c                                       |    114 +-
 src/Seascount.c                                    |     43 +-
 src/Seaspctl.c                                     |    126 +-
 src/Seasstat.c                                     |    154 +-
 src/Selbox.c                                       |    614 +-
 src/Select.c                                       |    665 +-
 src/Seloperator.c                                  |     14 +-
 src/Selrec.c                                       |     13 +-
 src/Seltime.c                                      |    314 +-
 src/Selvar.c                                       |    280 +-
 src/Set.c                                          |     18 +-
 src/Setbox.c                                       |     14 +-
 src/Setgatt.c                                      |      8 +-
 src/Setgrid.c                                      |     67 +-
 src/Sethalo.c                                      |    100 +-
 src/Setmiss.c                                      |     71 +-
 src/Setpartab.c                                    |    283 +-
 src/Setrcaname.c                                   |      8 +-
 src/Settime.c                                      |    117 +-
 src/Setzaxis.c                                     |    112 +-
 src/Showinfo.c                                     |    145 +-
 src/Sinfo.c                                        |     89 +-
 src/Smooth9.c                                      |     21 +-
 src/Sort.c                                         |    129 +-
 src/Sorttimestamp.c                                |     24 +-
 src/Specinfo.c                                     |     15 +-
 src/Spectral.c                                     |     22 +-
 src/Spectrum.c                                     |     52 +-
 src/Split.c                                        |    143 +-
 src/Splitrec.c                                     |     10 +-
 src/Splitsel.c                                     |     41 +-
 src/Splittime.c                                    |    114 +-
 src/Splityear.c                                    |    200 +-
 src/StringUtilities.c                              |     85 +-
 src/StringUtilities.h                              |      7 +-
 src/Subtrend.c                                     |     14 +-
 src/Tee.c                                          |      8 +-
 src/Templates.c                                    |     59 +-
 src/Test.c                                         |     20 +-
 src/Tests.c                                        |     22 +-
 src/Timcount.c                                     |     20 +-
 src/Timedt.c                                       |    121 +
 src/Timpctl.c                                      |     96 +-
 src/Timselpctl.c                                   |    141 +-
 src/Timselstat.c                                   |    151 +-
 src/Timsort.c                                      |     50 +-
 src/Timstat.c                                      |    476 +-
 src/Timstat2.c                                     |    124 +-
 src/Timstat3.c                                     |    127 +-
 src/Tinfo.c                                        |     79 +-
 src/Tocomplex.c                                    |     12 +-
 src/Transpose.c                                    |     20 +-
 src/Trend.c                                        |     36 +-
 src/Trms.c                                         |     36 +-
 src/Tstepcount.c                                   |     42 +-
 src/Vargen.c                                       |    296 +-
 src/Varrms.c                                       |     27 +-
 src/Verifygrid.c                                   |   1188 +
 src/Vertcum.c                                      |    247 +
 src/Vertintap.c                                    |    533 +
 src/{Vertint.c => Vertintml.c}                     |    338 +-
 src/Vertstat.c                                     |    378 +-
 src/Vertwind.c                                     |     80 +-
 src/Wct.c                                          |     23 +-
 src/Wind.c                                         |     26 +-
 src/Writegrid.c                                    |      8 +-
 src/Writerandom.c                                  |     30 +-
 src/XTimstat.c                                     |    595 +
 src/YAR.c                                          |    105 +-
 src/Ydayarith.c                                    |    141 +-
 src/Ydaypctl.c                                     |     85 +-
 src/Ydaystat.c                                     |    159 +-
 src/Ydrunpctl.c                                    |    130 +-
 src/Ydrunstat.c                                    |    137 +-
 src/Yearmonstat.c                                  |    100 +-
 src/Yhourarith.c                                   |     44 +-
 src/Yhourstat.c                                    |     47 +-
 src/Ymonarith.c                                    |    128 +-
 src/Ymonpctl.c                                     |     92 +-
 src/Ymonstat.c                                     |     47 +-
 src/Yseaspctl.c                                    |    131 +-
 src/Yseasstat.c                                    |    135 +-
 src/Zonstat.c                                      |     79 +-
 src/after_dvtrans.c                                |    260 +
 src/{fouriertrans.c => after_fctrans.c}            |    206 +-
 src/after_namelist.c                               |    141 +
 src/{legendre.c => after_sptrans.c}                |    244 +-
 src/after_vertint.c                                |    656 +
 src/{vinterp.h => after_vertint.h}                 |     10 +-
 src/afterburner.h                                  |    263 +
 src/afterburnerlib.c                               |   2952 +
 {libcdi/src => src}/calendar.h                     |     14 +-
 src/cdi_uuid.h                                     |     42 +
 src/cdo.c                                          |   1576 +-
 src/cdo.h                                          |    114 +-
 src/cdo_getopt.c                                   |     20 +-
 src/cdo_getopt.h                                   |      2 +-
 src/{history.c => cdo_history.c}                   |     81 +-
 src/cdo_int.h                                      |    120 +-
 src/cdo_pthread.c                                  |      2 +-
 src/cdo_task.c                                     |    233 +
 src/cdo_task.h                                     |      9 +
 src/cdo_vlist.c                                    |    205 +-
 src/cdotest.c                                      |     28 +-
 src/clipping/area.c                                |    220 +-
 src/clipping/area.h                                |     56 +-
 src/clipping/clipping.c                            |    419 +-
 src/clipping/clipping.h                            |     69 +-
 src/clipping/dep_list.h                            |     54 +-
 src/clipping/ensure_array_size.c                   |      4 +-
 src/clipping/ensure_array_size.h                   |      8 +-
 src/clipping/geometry.h                            |    223 +-
 src/clipping/geometry_tools.c                      |     39 -
 src/clipping/grid.h                                |    159 +-
 src/clipping/grid_cell.c                           |    121 +-
 src/clipping/grid_cell.h                           |     22 +-
 src/clipping/intersection.c                        |    526 +-
 src/clipping/points.h                              |     24 +-
 src/clipping/utils.c                               |     14 +-
 src/clipping/utils.h                               |     84 +-
 src/color.c                                        |      7 +-
 src/commandline.c                                  |      2 +-
 src/compare.h                                      |     53 +
 src/config.h.in                                    |     65 +-
 src/const.h                                        |      2 +-
 src/constants.c                                    |      5 +
 src/constants.h                                    |     39 +
 src/datetime.c                                     |    255 +
 src/datetime.h                                     |     68 +
 src/dmemory.h                                      |     54 +-
 src/dtypes.h                                       |     48 -
 src/ecacore.c                                      |    267 +-
 src/error.h                                        |     49 +
 src/exception.c                                    |     84 +-
 src/expr.c                                         |   2063 +-
 src/expr.h                                         |    187 +-
 src/expr_fun.c                                     |     76 +
 src/{pstream_int.h => expr_fun.h}                  |     15 +-
 src/expr_lex.c                                     |    420 +-
 src/expr_yacc.c                                    |   1242 +-
 src/expr_yacc.h                                    |     86 +-
 src/features.c                                     |     52 +
 src/field.c                                        |    319 +-
 src/field.h                                        |    133 +-
 src/field2.c                                       |    894 +-
 src/fieldc.c                                       |     28 +-
 src/fieldmem.c                                     |    102 +-
 src/fieldmer.c                                     |    169 +-
 src/fieldzon.c                                     |    169 +-
 src/functs.h                                       |     13 +-
 src/gradsdeslib.c                                  |   1507 +-
 src/gradsdeslib.h                                  |     20 +-
 src/grid.c                                         |    478 +-
 src/grid.h                                         |     16 +-
 src/grid_area.c                                    |    209 +-
 src/grid_gme.c                                     |     70 +-
 src/grid_lcc.c                                     |      2 +-
 src/grid_rot.c                                     |     14 +-
 src/grid_search.c                                  |    462 +
 src/grid_search.h                                  |     53 +
 src/griddes.c                                      |    448 +-
 src/griddes.h                                      |      2 +-
 src/griddes_h5.c                                   |     16 +-
 src/griddes_nc.c                                   |     74 +-
 src/gridreference.c                                |     56 +-
 src/hetaeta.c                                      |    493 +-
 src/hetaeta.h                                      |      4 +
 src/institution.c                                  |     21 +-
 src/interpol.c                                     |    207 +-
 src/job.c                                          |     14 +-
 src/juldate.c                                      |      7 +-
 src/kdtreelib/kdtree.h                             |    192 +
 src/kdtreelib/kdtree_cartesian.c                   |    527 +
 src/kdtreelib/kdtree_common.c                      |    325 +
 src/kdtreelib/kdtree_spherical.c                   |    687 +
 src/kdtreelib/pmergesort.c                         |    158 +
 src/kdtreelib/pqueue.c                             |    533 +
 src/kdtreelib/pqueue.h                             |     24 +
 src/kvlist.c                                       |     21 +-
 src/kvlist.h                                       |      2 +-
 src/list.c                                         |     22 +-
 src/list.h                                         |      2 +-
 src/magics_template_parser.c                       |     92 +-
 src/magics_template_parser.h                       |     13 +-
 src/merge_sort2.c                                  |      8 +-
 src/merge_sort2.h                                  |      7 +-
 src/modules.c                                      |    889 +-
 src/modules.h                                      |      5 +-
 src/namelist.c                                     |     38 +-
 src/namelist.h                                     |      2 +-
 src/nearpt3c.h                                     |     17 +
 src/normal.c                                       |      1 +
 src/nth_element.c                                  |     11 +-
 src/nth_element.h                                  |      2 +-
 src/operator_help.h                                |   2011 +-
 src/percentiles.c                                  |    491 +-
 src/percentiles.h                                  |     54 +-
 src/{percentiles.c => percentiles_hist.c}          |     42 +-
 src/{percentiles.h => percentiles_hist.h}          |      6 +-
 src/pipe.c                                         |     45 +-
 src/pipe.h                                         |      2 +-
 src/pragma_omp_atomic_update.h                     |      7 +
 src/printinfo.h                                    |    112 +-
 src/process.c                                      |    570 +-
 src/process.h                                      |      2 +-
 src/pstream.c                                      |    450 +-
 src/pstream.h                                      |     27 +-
 src/pstream_int.h                                  |      2 +-
 src/{pstream.h => pstream_write.h}                 |     37 +-
 src/pthread_debug.c                                |     26 +-
 src/readline.c                                     |      4 +-
 src/realtime.c                                     |      2 +-
 src/remap.h                                        |     35 +-
 src/remap_bicubic_scrip.c                          |    255 +-
 src/remap_bilinear_scrip.c                         |    208 +-
 src/remap_conserv.c                                |   1052 +-
 src/remap_conserv_scrip.c                          |    644 +-
 src/remap_distwgt.c                                |    566 +
 src/remap_distwgt_scrip.c                          |    597 -
 src/remap_scrip_io.c                               |    234 +-
 src/remap_search_latbins.c                         |    132 +-
 src/remap_search_reg2d.c                           |     17 +-
 src/remap_store_link.c                             |    443 +-
 src/remap_store_link.h                             |     53 +-
 ...remap_store_link.c => remap_store_link_cnsrv.c} |     49 +-
 ...remap_store_link.h => remap_store_link_cnsrv.h} |      6 +-
 src/remaplib.c                                     |    434 +-
 src/remapsort.c                                    |     35 +-
 src/results_template_parser.c                      |     64 +-
 src/results_template_parser.h                      |      9 +-
 src/specspace.c                                    |    600 +-
 src/specspace.h                                    |     16 +-
 src/statistic.c                                    |    210 +-
 src/statistic.h                                    |      9 +-
 src/stdnametable.c                                 |      8 +-
 src/stdnametable.h                                 |      4 +-
 src/table.c                                        |     33 +-
 src/template_parser.c                              |    203 +-
 src/template_parser.h                              |     18 +-
 src/text.c                                         |      2 +-
 src/text.h                                         |      2 +
 src/timebase.h                                     |     18 +
 src/timer.c                                        |      2 +-
 src/userlog.c                                      |     97 +-
 src/util.c                                         |    580 +-
 src/util.h                                         |    163 +-
 src/vct_l191.h                                     |    388 +
 src/vinterp.c                                      |    427 -
 src/zaxis.c                                        |     82 +-
 test/Afterburner.test.in                           |    143 +
 test/Arith.test.in                                 |     80 +
 test/Collgrid.test.in                              |     58 +
 test/Copy_netcdf.test.in                           |     48 +
 test/Enspctl.test.in                               |     47 +
 test/Ensstat.test.in                               |     47 +
 test/Expr.test.in                                  |     64 +
 test/File.test.in                                  |    103 +
 test/Fldpctl.test.in                               |     45 +
 test/Fldstat.test.in                               |     45 +
 test/Genweights.test.in                            |     26 +-
 test/Gradsdes.test.in                              |     52 +
 test/Makefile.am                                   |     27 +-
 test/Makefile.in                                   |     88 +-
 test/Read_grib.test.in                             |     48 +
 test/Read_netcdf.test.in                           |     48 +
 test/Remap.test.in                                 |     24 +-
 test/Select.test.in                                |      2 +-
 test/Spectral.test.in                              |      4 +
 test/Ymonstat.test.in                              |     42 +
 test/data/Makefile.am                              |     20 +-
 test/data/Makefile.in                              |     29 +-
 test/data/aexpr1_ref                               |    Bin 0 -> 16800 bytes
 test/data/aexpr2_ref                               |    Bin 0 -> 16800 bytes
 test/data/datac.nc                                 |    Bin 0 -> 7012 bytes
 test/data/datag.nc                                 |    Bin 0 -> 704 bytes
 test/data/datar.nc                                 |    Bin 0 -> 1156 bytes
 test/data/datau.nc                                 |    Bin 0 -> 6884 bytes
 test/data/enspctl100_ref                           |    Bin 0 -> 624 bytes
 test/data/enspctl1_ref                             |    Bin 0 -> 624 bytes
 test/data/enspctl20_ref                            |    Bin 0 -> 624 bytes
 test/data/enspctl25_ref                            |    Bin 0 -> 624 bytes
 test/data/enspctl33_ref                            |    Bin 0 -> 624 bytes
 test/data/enspctl50_ref                            |    Bin 0 -> 624 bytes
 test/data/enspctl66_ref                            |    Bin 0 -> 624 bytes
 test/data/enspctl75_ref                            |    Bin 0 -> 624 bytes
 test/data/enspctl80_ref                            |    Bin 0 -> 624 bytes
 test/data/enspctl99_ref                            |    Bin 0 -> 624 bytes
 test/data/expr1_ref                                |    Bin 0 -> 6720 bytes
 test/data/expr2_ref                                |    Bin 0 -> 6720 bytes
 test/data/file_F32_srv_ref                         |    Bin 0 -> 71280 bytes
 test/data/fldavg_ref                               |    Bin 0 -> 104 bytes
 test/data/fldmax_ref                               |    Bin 0 -> 104 bytes
 test/data/fldmean_ref                              |    Bin 0 -> 104 bytes
 test/data/fldmin_ref                               |    Bin 0 -> 104 bytes
 test/data/fldpctl100_ref                           |    Bin 0 -> 104 bytes
 test/data/fldpctl1_ref                             |    Bin 0 -> 104 bytes
 test/data/fldpctl20_ref                            |    Bin 0 -> 104 bytes
 test/data/fldpctl25_ref                            |    Bin 0 -> 104 bytes
 test/data/fldpctl33_ref                            |    Bin 0 -> 104 bytes
 test/data/fldpctl50_ref                            |    Bin 0 -> 104 bytes
 test/data/fldpctl66_ref                            |    Bin 0 -> 104 bytes
 test/data/fldpctl75_ref                            |    Bin 0 -> 104 bytes
 test/data/fldpctl80_ref                            |    Bin 0 -> 104 bytes
 test/data/fldpctl99_ref                            |    Bin 0 -> 104 bytes
 test/data/fldstd1_ref                              |    Bin 0 -> 104 bytes
 test/data/fldstd_ref                               |    Bin 0 -> 104 bytes
 test/data/fldsum_ref                               |    Bin 0 -> 104 bytes
 test/data/fldvar1_ref                              |    Bin 0 -> 104 bytes
 test/data/fldvar_ref                               |    Bin 0 -> 104 bytes
 test/data/grib_testfile01.grb                      |    Bin 0 -> 63264 bytes
 test/data/grib_testfile01_info_ref                 |     13 +
 test/data/grib_testfile01_sinfo_ref                |     15 +
 test/data/grib_testfile02.grb                      |    Bin 0 -> 10560 bytes
 test/data/grib_testfile02_info_ref                 |    121 +
 test/data/grib_testfile02_sinfo_ref                |     42 +
 test/data/n16_dis_ref                              |    Bin 0 -> 8240 bytes
 test/data/n32_dis_ref                              |    Bin 0 -> 32816 bytes
 test/data/netcdf_testfile01.nc                     |    Bin 0 -> 63192 bytes
 test/data/netcdf_testfile01_infon_ref              |     13 +
 test/data/netcdf_testfile01_sinfon_ref             |     14 +
 test/data/netcdf_testfile02.nc                     |    Bin 0 -> 2376 bytes
 test/data/netcdf_testfile02_infon_ref              |    121 +
 test/data/netcdf_testfile02_sinfon_ref             |     42 +
 test/data/pl_data                                  |    Bin 0 -> 10080 bytes
 test/data/pl_data.ctl                              |     16 +
 test/data/pl_data.gmp                              |    Bin 0 -> 793 bytes
 test/data/testfile01c.nc                           |    Bin 0 -> 33140 bytes
 test/data/thread1_ref                              |    Bin 0 -> 312 bytes
 test/data/ymonavg_ref                              |    Bin 0 -> 624 bytes
 test/data/ymonmax_ref                              |    Bin 0 -> 624 bytes
 test/data/ymonmean_ref                             |    Bin 0 -> 624 bytes
 test/data/ymonmin_ref                              |    Bin 0 -> 624 bytes
 test/data/ymonstd1_ref                             |    Bin 0 -> 624 bytes
 test/data/ymonstd_ref                              |    Bin 0 -> 624 bytes
 test/data/ymonsum_ref                              |    Bin 0 -> 624 bytes
 test/data/ymonvar1_ref                             |    Bin 0 -> 624 bytes
 test/data/ymonvar_ref                              |    Bin 0 -> 624 bytes
 test/threads.test.in                               |     55 +
 test/wildcard.test.in                              |     69 +
 717 files changed, 173805 insertions(+), 127675 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