Changes between Version 1 and Version 2 of Ticket #884


Ignore:
Timestamp:
05/10/21 03:27:13 (3 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #884 – Description

    v1 v2  
    88 * [https://www.myroms.org/wiki/External_Libraries www.myroms.orf/wiki/External_libraries]
    99
    10 We expect our advanced users with access to supercomputers with '''Parallel File Systems''' to help us benchmark and improve the new Parallel I/O capabilities in ROMS.
     10We expect our advanced users with access to supercomputers with '''Parallel File System''' to help us benchmark and improve the new Parallel I/O capabilities in ROMS.
    1111
    1212----
     
    211211}}}
    212212
    213  * All readers ('''nf_fread*.F''') and writers ('''nf_fwrite*.F''') were enhanced to include the PIO reading and writing subroutines.
     213 * All readers ('''nf_fread*.F''') and writers ('''nf_fwrite*.F''') were enhanced to include the '''PIO''' reading and writing subroutines.
    214214
    215215----
    216216
    217 Many thanks to Guangliang Liu and M.S. Yuhu Chen from the Shandong Computer Science Center (Jinan, China), who brought to my attention the SCORPIO library and provided their implementation in ROMS output files. After researching and checking the literature, I decided to start from scratch and implement the basic PIO API differently and generically.  The PIO library was implemented to the entire ROMS I/O for both reading and writing.
     217Many thanks to Guangliang Liu and M.S. Yuhu Chen from the Shandong Computer Science Center (Jinan, China), who brought to my attention the '''SCORPIO''' library and provided their implementation in ROMS output files. After researching and checking the literature, I decided to start from scratch and implement the basic '''PIO''' API differently and generically.  The '''PIO''' library was implemented to the entire ROMS I/O for both reading and writing.