Changes between Initial Version and Version 1 of Ticket #884
- Timestamp:
- 05/10/21 03:12:58 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #884 – Description
initial v1 99 99 PIO_I2C_Preq = 65 ! Maximum pending I2C requests 100 100 }}} 101 Check the '''GLOSSARY''' for the detailed description of these parameters. Notice the ROMS supports the Standard NetCDF library and the Parallel I/O at the same time. The user choose the library to use for input ('''INP_LIB''') and output ('''OUT_LIB''') files. All these parameters are documented [https://www.myroms.org/wiki/roms.in in the roms.in wiki page].101 Check the '''GLOSSARY''' for the detailed description of these parameters. Notice the ROMS supports the Standard NetCDF library and the Parallel I/O at the same time. The user choose the library to use at run time for input ('''INP_LIB''') and output ('''OUT_LIB''') files. All these parameters are documented [https://www.myroms.org/wiki/roms.in in the roms.in wiki page]. 102 102 103 103 * Added module '''set_pio.F''' to initialize and configure Parallel I/O. And the module '''mod_pio_netcdf.F''' including all the interfaces for same routine overloading similar to the '''mod_netcdf.F''' for the standard NetCDF library.