| Enumerator |
|---|
| PISM_READONLY | open an existing file for reading only
|
| PISM_READWRITE | open an existing file for reading and writing
|
| PISM_READWRITE_CLOBBER | create a file for writing, overwrite if present
|
| PISM_READWRITE_MOVE | create a file for writing, move foo.nc to foo.nc~ if present
|
Definition at line 67 of file IO_Flags.hh.