Hello,
I have a question concerning the ncdfvdfcreate script..
If I try to generate a .vdf file out of my ncdf data I get the message that there are excluded variables that cannot be shown in vapor.
What is the problem that the script does not take all of the variables existing?
Michael
There are a few reasons this could happen. If some variables had a different set of coordinate-variables than what was defined on the command line, this would be the result. What was the command you used, and do you have an example file we could look at?
The -dims flag specifies the dimension of the 3D variables you wish to convert. If you have variables that are on different grids, Vapor will look at the first 3D variable it finds and use those throughout the rest of the conversion. This is because Vapor currently supports only one grid per VDF file. So yes, if AxBxC are the dimensions of the 3D variables you would like to convert, then that's what you would add after the -dims flag. This may also be why some of your variables like CO are being ommitted. If it's a 2D variable, Vapor should find it automatically unless there are multiple 2D grids on the XY, XZ, or YZ axes.
If you haven't seen it already, I've linked more documentation on this below. If you can upload one of your files to something like Google Drive or Dropbox and link to it, I can take a look at your file too if you like.
Sorry about that. Here's the link:
http://docs.software.ucar.edu/vapor/Documentation/current/doc/commands/h...
And this is for the proceeding step, ncdf2vdf:
http://docs.software.ucar.edu/vapor/Documentation/current/doc/commands/h...