Custom Query (986 matches)
Results (43 - 45 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#47 | Fixed | NetCDF F90 interface | ||
Description |
Currently, ROMS uses the F77 interface of the NetCDF library. I am changing the IO structure to use the F90 interface instead. The F90 NetCDF library is compact and allows error checking during compilation due to the strong typing properties of modules. This is the first stage on the development of parallel IO with the new 4.x version of the NetCDF library. A beta-version of this library was distributed at the end of April 2007. For more information about NetCDF 4.x check: |
|||
#48 | Done | ocean_avg.nc missing bottom stress | ||
Description |
The average NetCDF file don't have any bottom stress values. Should the average file duplicate the contents of the history file? |
|||
#49 | Fixed | Compilation error when no ANA_* options defined | ||
Description |
This one is described here: https://www.myroms.org/forum/viewtopic.php?t=550 File analytical.F needs some dummy code to avoid the module being empty when no files are included, eg see attached file. I have reported this problem on several occasions over the last several years. The code gets put in, but later it gets taken out again because (presumably) it looks ugly. |