Climdex.pcic.ncdf
R package to compute Climdex indices on gridded NetCDF files
Install / Use
/learn @pacificclimate/Climdex.pcic.ncdfREADME
.. image:: https://github.com/pacificclimate/climdex.pcic.ncdf/workflows/R%20CI/badge.svg :target: https://github.com/pacificclimate/climdex.pcic.ncdf
.. image:: https://github.com/pacificclimate/climdex.pcic.ncdf/workflows/R%20CI%20CRAN/badge.svg :target: https://github.com/pacificclimate/climdex.pcic.ncdf
What is climdex.pcic.ncdf?
climdex.pcic.ncdfis a companion library forclimdex.pcicwhich helps in using NetCDF input grids and writing to NetCDF output files when computing the27 core indices of extreme climate. The code allows for parallel computation of indices using either a SOCK or MPI cluster. It was written for theR statistical programming languageby thePacific Climate Impacts Consortium_.
.. _27 core indices of extreme climate: http://etccdi.pacificclimate.org/list_27_indices.shtml .. _R statistical programming language: http://www.r-project.org/ .. _Pacific Climate Impacts Consortium: http://pacificclimate.org/
Getting Help
New to programming or to R?
- Read the the
Software Carpentry_Programming in R_ lessons - Read one of the man
R Manuals_. - Attend an
R Users Group_ meeting.
.. _Software Carpentry: http://software-carpentry.org/index.html .. _Programming in R: http://software-carpentry.org/v5/novice/r/index.html .. _R Manuals: http://cran.r-project.org/manuals.html .. _R Users Group: http://r-users-group.meetup.com/
Looking for code?
-
Get the latest
climdex.pcic.ncdf release from our website_. -
Explore the
development repository_. -
Install it with devtools ::
library(devtools) install_github('pacificclimate/climdex.pcic.ncdf', ref='release')
.. climdex.pcic.ncdf release from our website: http://www.pacificclimate.org/sites/default/files/climdex.pcic.ncdf_0.5-4.tar_.gz .. _development repository: https://github.com/pacificclimate/climdex.pcic.ncdf/
Need help using the package?
-
Read the manual ::
library(climdex.pcic.ncdf) Loading required package: PCICt ?climdex.pcic.ncdf
-
Create a
new issue_ on thepackage issue tracker_ and label it "help wanted"[1]_.
.. _new issue: https://github.com/pacificclimate/climdex.pcic.ncdf/issues/new
Want to contribute?
- To report a bug in pcic.climdex use the
package issue tracker_ (after you've read thebug reporting guide_). - To help with development read through the
contributor's guide_
.. _bug reporting guide: https://github.com/pacificclimate/climdex.pcic.ncdf/blob/master/CONTRIBUTING.rst#bug-reports .. _package issue tracker: https://github.com/pacificclimate/climdex.pcic.ncdf/issues .. _contributor's guide: https://github.com/pacificclimate/climdex.pcic.ncdf/blob/master/CONTRIBUTING.rst
Still need help?
- Contact climate@uvic.ca and let us know what we can do.
.. [1] Please know that the pool of people who can provide support for the package is extremely small and time is limited. We don't necessarily have the capacity for long, open-ended user support. If you keep your questions short, specific and direct, there's a greater probability that someone will take on the ticket.
