Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.

Problem with datatype UNLIMITED

Hello netCDF users !

I have a problem with the UNLIMITED datatype.

If I create a new netCDF file with this datatype, it looks like this:

netcdf test.cdf {
dimensions:
        dim1 = 1 ;
        dim5 = 5 ;
        dim12 = 12 ;
        dim30 = 30 ;
        dim50 = 50 ;
        dim2 = 2 ;
        dim8 = 8 ;
        dimUL = UNLIMITED ; // (0 currently)
variables:
        ....

}

Why is it '0 currently'?

Everything works fine, if I do not use the datatype. But if I try to work with
variables of this type, I got several error messages, e.g. edge length 0.

I think I make something wrong creating this datatype. So, what is the right 
way.

Thanks in advance.

    Tim


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    ( o )            "Paddington on the Rocks"                                  
                     
   ()~*~()                                                                      
                      
    (_)-(_)          Tim Weilkiens, Kiel, Germany                               
                      
        /\                                                                      
                      
       /  \/\           Tim.Weilkiens@xxxxxxxxxxxxxxx                           
                      
  /\  /      \           tim-w@xxxxxxxxxxxxxxxxxxxxxxxxxxx                      
                      
 /  \/        \          http://oekoalpha.pz-oekosys.uni-kiel.de/~tim-w    


  • 1996 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: