Dear all I have to combine 3D netCDF files (lon, lat, time). The files contain data of one month and I need a year file containing all the data. Because the attributes of all files are the same, I copied the first file and appended the data of the other months. This went well until the provider of the data changed the time-dimension from UNLIMITED to LIMITED. Is there a way to change the time dimension to UNLIMITED?
I tried ncnew$dim[[3]]$unlim <- TRUE but this has no effect. Thanks for any help. Kind regards Raphi ------------------------------------------------------------------------------------ Raphael Felber, Dr. sc. Wissenschaftlicher Mitarbeiter, Klima und Lufthygiene Eidgen�ssisches Departement f�r Wirtschaft, Bildung und Forschung WBF Agroscope Forschungsbereich Agrar�kologie und Umwelt Reckenholzstrasse 191, 8046 Z�rich Tel. 058 468 75 11 Fax 058 468 72 01 raphael.fel...@agroscope.admin.ch<mailto:raphael.fel...@agroscope.admin.ch> www.agroscope.ch<http://www.agroscope.ch/> [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.