osmose-model / osmose

OSMOSE: Modelling Marine Exploited Ecosystems
http://www.osmose-model.org/
GNU General Public License v3.0
21 stars 7 forks source link

Replacement of RNetCDF by ncdf4 #1

Closed barriern closed 5 years ago

barriern commented 6 years ago

I am working on the replacement of RNetCDF functions by ncdf4 functions

barriern commented 6 years ago

This is done. 1) ncdf4 functions are now used instead of RNetCDF (correction of the sources, DESCRIPTION and NAMESPACE files) 2) Grid mask generation now can use variables of any dimensions (2D, 3D, 4D, etc.) by using the start and count arguments 3) Unnecessary functions have been removed. 4) The use of the "abind" function has been removed. 5) A function has been added to determine the index of a species

Please have a look so that I can close the issue.