Opened 15 years ago
Closed 15 years ago
#195 closed task (invalid)
netcdf utility library move?
Reported by: | Huw Lewis | Owned by: | Huw Lewis |
---|---|---|---|
Priority: | normal | Milestone: | 4.1 |
Component: | ROPP (all) | Version: | 3.0 |
Keywords: | ncdf | Cc: |
Description
Review best location for the ncdf library (Chris Marquardt PES). The module is currently built as part of ropp_io. Moving library to ropp_utils might provide more module independence (e.g. ropp_pp_read_MSIS only dependent on ropp_utils, testing routines could call ncdf routines directly).
Note:
See TracTickets
for help on using tickets.
Considered a move of netcdf libraries to ropp_utils. However, in practice the ropp_pp_read_* routines will likely be compiled by a user who also requires to install ropp_io for I/O. Further, building ropp_utils without any external dependencies is the simplest 'first step' build for users.
Searching for the availability of a netCDF library to build the ncdf module is more consistent with the use of external dependencies in the ropp_io module (netcdf, bufr).
Close ticket as invalid - not appropriate to move this interface library.