mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
fix NC_DISKLESS documentation in nc_create
This commit is contained in:
parent
f0dc649960
commit
5570117513
4
cf
4
cf
@ -5,8 +5,8 @@ if test $# != 0 ; then
|
||||
cmds=$@
|
||||
fi
|
||||
|
||||
HDF5=1
|
||||
DAP=1
|
||||
#HDF5=1
|
||||
#DAP=1
|
||||
#CDMR=1
|
||||
#RPC=1
|
||||
#PGI=1
|
||||
|
@ -204,9 +204,9 @@ advantage of this restriction is that such files are guaranteed to
|
||||
work with existing netCDF software.
|
||||
|
||||
Setting NC_DISKLESS causes netCDF to create the file only in memory.
|
||||
This allows for the use of files that have long term purpose. Note that
|
||||
This allows for the use of files that have no long term purpose. Note that
|
||||
with one exception, the in-memory file is destroyed upon calling
|
||||
nc_close. If, however, if the combination (NC_DISKLESS|NC_WRITE)
|
||||
nc_close. If, however, the flag combination (NC_DISKLESS|NC_WRITE)
|
||||
is used, then at close, the contents of the memory file will be
|
||||
made persistent in the file path that was specified in the nc_create
|
||||
call.
|
||||
|
Loading…
Reference in New Issue
Block a user