_Parallel_IO.dox

1/*! \page Parallel_IO Parallel I/O
2
3\brief Parallel I/O
4
5The model can be told to write a different output file per process. This may or may
6not save time, and is a bad idea on Lustre filesystems. If the model is writing
7individual files per process, one can combine them using the mppnccombine program from
8the [FRE-nctools package](https://github.com/NOAA-GFDL/FRE-NCtools).
9
10*/