Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 964)

Ticket Owner Reporter Resolution Summary
#270 arango arango Done ROMS parallel I/O using the NetCDF-4/HDF5 libraries
Description

Finally, I am done with phase III of the parallel I/O implementation in ROMS. Notice that most of the calls to the NetCDF library functions (nf90_*) are made from the ROMS module (mod_netcdf). The exceptions are def_dim.F, def_info.F, def_var.F, and reading (nf_fread*d.F) and writing (nf_fwrite*d.F) routines.

For more information please check the following link to the forum.

#271 arango arango Fixed Interpolation problem in regrid
Description

Corrected a bug in nf_fread2d.F when interpolating input fields to model grid using regrid. This bug was introduced during the parallel I/O implementation. It affects the serial I/O. I missed broadcasting input data in wrk array. I need to test how to regrid in parallel I/O.

Many thanks Greg Gerbi for reporting this problem.

#272 arango arango Fixed Updated parallel I/O to support read/write of water points only
Description

Updated the parallel I/O to support READ_WATER and WRITE_WATER C-preprocessing options. This was very tricky to implement. I have been thinking about this for several days. I finally came up with a cheap solution for this task in parallel I/O.

It is working very nicely now including the PERFECT_RESTART option which requires using nf_fread4d and nf_fwrite4d.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.