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.

Re: [netcdfgroup] NF90_UNLIMITED dimensions failing under parralllel netcdf

The answer is that you are not allowed to have indpendent access to an
NF_UNLIMITED dimension and this is the default. The error returned is
actually NC_ECANTEXTEND which is thrown but never expanded to a text string.
To make this work one solution is to set the access on the dimensions using:

nf90_var_par_access(fileid, varid, NF90_COLLECTIVE)








--
View this message in context: 
http://netcdf-group.1586084.n2.nabble.com/NF90-UNLIMITED-dimensions-failing-under-parralllel-netcdf-tp7575486p7575488.html
Sent from the NetCDF Group mailing list archive at Nabble.com.



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