This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Ramesh_S_Mantri wrote:
WARNING: possible mail bomb, NOT CHECKED FOR VIRUSES: Maximum number of files (1500) exceeded at /usr/sbin/amavisd line 7070. ------------------------------------------------------------------------ Subject: Fwd: need help verifying CF conventions From: Ramesh_S_Mantri <address@hidden> Date: Fri, 15 Jul 2005 14:14:23 -0700 To: address@hidden To: address@hidden John, Brian Eaton suggested that I should contact you for help in this regard as described in the E-mail below. Thank you for any possible help. sincerely, Ramesh ---------- Forwarded Message ---------- Subject: need help verifying CF conventions Date: Friday 15 July 2005 12:26 pm From: Ramesh_S_Mantri <address@hidden> To: address@hidden, address@hidden Dear All, I am working on a task that requires writing out COAMPS data in NetCDF format with the metadata described using CF conventions. I need to ascertain that my code works as required. It supports only 4 projections - Spherical, Lambert Conformal, Mercator and Polar Stereographic. Testing the code is simple and the instructions are available in BUILD_NOTES.txt in the appended bundle. I am not sure if it will be delivered tho' since it appears to be 4.5M. If it is not delivered, then please let me know a location on your ftp site if I may be able to upload it. I tested the resulting NetCDF file with the following program: http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl and this info is available at the following URL: http://www.cgd.ucar.edu/cms/eaton/cf-metadata/index.html My main concern is if I was able to specify the coordinates in a manner that enables a third-party software to read the metadata and data correctly. My code isn't too large and hopefully is readable. Thank you for any possible help. sincerely, Ramesh Mantri -------------------------------------------------------
Use the netcdf toolsUI at http://www.unidata.ucar.edu/content/software/netcdf-java/v2.2/webstart/index.htmlbring the file into the "CoordSys" tab and see if it recognizes the coord system. you can click on the Info icon to get more details. Do the same in the "Grid" tab.
good luck!