Charlie Zender
Charlie Zender
NcML 2.2 does not not appear to support an `enum8` type that would properly store keys with base type int64 and uint64. I say this because the 2.2 schema omits...
Please test for out-of-range integers on the RHS and convert them to double-precision instead of silently wrapping them into negative numbers. Current and desired behavior: ``` zender@firn:~$ ncap2 -O -v...
Please modify your branch to pass the rgr structure through as deep as `nco_sph_plg_area()`. This is necessary to finish the next steps in the non-spherical triangle work. When that's done,...
I am back from vacation. Have you noticed that all Travis builds since 3106 have failed? https://travis-ci.org/nco/nco/jobs/565403229 Apparently this is due to your OpenMP changes, which include options not supported...
A user recently requested directions to functionality implemented by `make_bounds()` and was unaware of its existence because it is undocumented. This reminded me that many `ncap2` functions listed by `ncap2...
Please try to fix these warnings in ncoTree.cpp: ``` g++ -std=c++11 -DPRC_FLT -DABORT_ON_ERROR -DLINUXAMD64 -DNO_NETCDF_2 -DVERSION='4.7.7-alpha01' -DHOSTNAME='thetalogin6' -DUSER='zender' -DNCO_ABORT_ON_ERROR -DHAVE_REGEX_H -DNCO_HAVE_REGEX_FUNCTIONALITY -DHAVE_MKSTEMP -DHAVE_GETOPT_H -DHAVE_GETOPT_LONG -DHAVE_NEW_CHUNKING_API -DENABLE_DAP -DHAVE_CSTDLIB -DENABLE_NETCDF4 -DHAVE_NETCDF4_H -DHAVE_INLINE...
@hmb1 please fix these compiler warnings: ``` gcc -std=c99 -pedantic -D_DEFAULT_SOURCE -DNCO_BUILDENGINE='Traditional \(nco/bld/Makefile\)' -DLINUXAMD64 -DNO_NETCDF_2 -DNCO_VERSION='4.8.1-alpha05' -DHOSTNAME='grele' -DUSER='zender' -DNCO_ABORT_ON_ERROR -DHAVE_REGEX_H -DNCO_HAVE_REGEX_FUNCTIONALITY -DHAVE_GETPAGESIZE -DHAVE_GETRUSAGE -DNEED_STRCASESTR -DHAVE_NC_INQ_FORMAT -DHAVE_NC_RENAME_GRP -DHAVE_NC_INQ_PATH -DHAVE_NETCDF_MEM_H -DHAVE_MKSTEMP -DHAVE_GETOPT_H...
Henry, I'm putting this into an issue. Please put all discussion here. The ultimate goal is to generate a map-file from two input grids fed to `nco_map_mk()`. The immediate goal...
Henry, Recent compiling issues on Windows with `nco_crt.c` and `kd.h` demonstrate this issue. We cannot introduce new global tokens with generic names like `Unknown`. Other packages in the environment that...
Please investigate this and fix this if possible or explain why it is not. Correct/Expected: ``` zender@aerosol:~$ ncap2 -O -s 'three_dmn_rec_var(:,:,2:)=0*three_dmn_rec_var(:,:,2:);print(three_dmn_rec_var)' ~/nco/data/in.nc ~/foo.nc three_dmn_rec_var[0]=1 three_dmn_rec_var[1]=2 three_dmn_rec_var[2]=0 three_dmn_rec_var[3]=0 three_dmn_rec_var[4]=5 three_dmn_rec_var[5]=6 three_dmn_rec_var[6]=0...