Charlie Zender

Results 187 comments of Charlie Zender

Yes, I think we removed all the Windows ncap2 tests that failed so we could pass Appveyor tests. They all involved command line strings. Apparently some commands do work, as...

In this situation, and situations like this, I suggest placing the offending code, `bfr_free=(char *)nco_free(bfr_free);` within #ifndef MSVC so that Linux frees the memory, and Windows does not. Within that...

What is the status of this? Is there any prospect of fixing the remaining issues?

What is the status of this? It seems like it was near resolution by replacing single with double quotes in Windows. Or perhaps that's not necessary? Someone please clarify the...

Thanks for reporting this. I was unaware of this behavior which, yes, would make use of the converted numbers error-prone. This is similar to #118 in that type conversion should...

Please remove as many variables as possible, though not so many that the problem disappears, and post the smaller file via github or however you can.

Thanks for reporting this. I have reproduced the error you describe. Unfortunately, I could not identify what triggers this behavior in the HDF5 layer. Running with `--dbg=5` gave me some...

My best guess is that netCDF4/HDF5 does not like the period "`.`" in the variable names. If you check that hypothesis, please let me know the answer. I think periods...

Please update the status of this.

So it's sort of working and sort of not working. You have demonstrated good performance with ne30 grids. Before working further with ne512, please move step-by-step in that direction by...