I am trying to create a netcdf file with IDL that will contain 19,000+ variables. The code executes without errors, but then the file only contains 8191 variables. I know that the netcdf library has a limit that you can overcome by recompiling in older versions (the limit is gone in very new versions), but how can I get this to work in IDL? Thanks
|