[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New Client Reply - [netCDFJava !ZQR-918160]: Help! At GLOS and can't CF-ize their data.

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.


  • Subject: Re: New Client Reply - [netCDFJava !ZQR-918160]: Help! At GLOS and can't CF-ize their data.
  • Date: Wed, 13 May 2009 10:38:08 -0600

Rich Signell wrote:
jJohn,

But zeta *does* have a time dimension (it's the free surface, which in
general changes with time).   But for this specialized application we
were trying to put in zeros for all three dimensions (lon,  lat,
time).

yes, the bug is that we arent correctly handling the time dimension for ocean 
sigma, so if you remove it you get a temporary workaround.


-Rich


On Wed, May 13, 2009 at 10:21 AM, John Caron <address@hidden> wrote:
anyway, a temporary fix may be:

 <variable name="zeta" shape="ny nx" type="float">

but i dont know the effect of the zero eta coords.

i will fix the code after i check why my regression tests didnt fail.