NCAR / ParallelIO

A high-level Parallel I/O Library for structured grid applications
Apache License 2.0
137 stars 53 forks source link

PIO_createfile documentation #1976

Closed anton-seaice closed 1 year ago

anton-seaice commented 1 year ago

I think the doco for this line in PIO_createfile is wrong https://github.com/NCAR/ParallelIO/blob/76c40a7855c99403bfd9e3dee9062c7fe58b4391/src/flib/piolib_mod.F90#L1346-L1347

Valid options should be those related to creating a file, i.e. : PIO_CLOBBER, PIO_NOCLOBBER, PIO_64BIT_OFFSET, PIO_64BIT_DATA

jedwards4b commented 1 year ago

Thank you! https://github.com/NCAR/ParallelIO/pull/1977