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.
=============================================================================== Robb Kambic Unidata Program Center Software Engineer III Univ. Corp for Atmospheric Research address@hidden WWW: http://www.unidata.ucar.edu/ =============================================================================== ---------- Forwarded message ---------- Date: Mon, 5 Jan 2009 10:01:05 +0100 From: Tor Christian Bekkvik <address@hidden> To: rkambic <address@hidden> Subject: RE: [netcdf-java] Adding a new projection to GRIB netcdf decoder
-----Original Message----- From: Robb Kambic [mailto:address@hidden] Sent: 30. desember 2008 20:19 To: Tor Christian Bekkvik Cc: decoders Subject: RE: [netcdf-java] Adding a new projection to GRIB netcdf decoder Tor, Ok, this make sense to me. I implemented the following and the projection worked correctly now. Do all Rotated Lat/Lon grids follow this scheme?
I cannot say for sure. But in general, only when grid reference coordinates and cell deltas (Dx,Dy) are relative to the rotated system, everything makes sense. (The gribfiles with rotated latlon projection I have seen in our Metoc system, follows this scheme.) Tor C..
Thanks for your help, this was my first projection and I went off in the wrong direction some times. Robb...