Charlie Zender
Charlie Zender
The x- and y- velocities are great though time resolution may be too high. It should be possible to get a z-velocity from GPS coordinates as well, assuming the input...
The Danish Meteorological Institute (DMI) runs dozens of AWS along the periphery of Greenland. These are on the coast, not the ice. Hourly weather going back decades are freely available...
Add user-activated --turbulence_diagnostics option. When this option is selected, assign a default roughness length to the surface of 0.04 meters, though allow the user to specify a length with --roughness_length....
HDF docs on `can_apply()` callback: > This callback must determine whether the combination of the dataset creation property list settings, the datatype, and the dataspace represent a valid combination to...
`ccr/hdf5_plugins/BITGROOM/example/h5ex_d_bitgroom.c` produces a test that passes, though the data in the HDF5 output file are, well, slightly corrupt. Specifically the negative values are hosed. I am unable to reproduce this...
BitGroom passes DP missing value as two unsigned ints and currently does not worry about ordering. This may be a recipe for disaster on BE machines, or where data are...
Old issues with renaming dimensions and coordinates in netCDF4 files are beginning to affect CMIP6 processing so here's a reminder. All recent library versions are affected. See [here](http://nco.sf.net/nco.html#bug_nc4_rename) for a...
@crterai @bartgol @chengzhuzhang @rljacob As requested by Jill, here are some metadata suggestions that would bring EAMxx closer to or beyond parity with EAM in terms of CF-compliance. This is...
A few months ago my default build environment on MacOS stopped working due to a Clang compiler error on the file `ocdump.c`. I usually do not report compiler errors because...
In today's snapshot of main the function `NC_s3sdklist` is defined twice in the file ncs3sdk_aws.cpp, at lines 701 and 878. Should be an easy fix: ``` zender@maluhia:~/netcdf-c$ make gmake all-recursive...