diff --git a/README.md b/README.md index 980cf02..4a23d06 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ The core algorithms are defined by the code in interpolate.d, predict.d, and xva Include files needed for the interpolation, prediction, and cross-validation routines are in the include.d subdirectory. Some basic utilities that provide important context for the core algorithms are defined by code in libfio.d, libgeo.d, and tools.d. The bin and library.d subdirectories are empty and will be populated if the provided make system is executed. -NOTE: This repository is not intended to support an operational or production environment for generating the Daymet dataset or for applying the Daymet core algorithms in new locations or with new station inputs. A full operational environment requires many additional utilities for input data processing and metadata support. The repository's sole purpose is to provide the definitive expression of the Daymet V4 algorithms. The Daymet V4 dataset was generated using this exact collection of code, with the addition of the utilities needed to operationalize the processing of the data workflow. +NOTE: This repository is not intended to support an operational or production environment for generating the Daymet dataset or for applying the Daymet core algorithms in new locations or with new station inputs. A full operational environment requires many additional utilities for input data processing and metadata support. The repository's sole purpose is to provide the definitive expression of the Daymet V4 core science algorithms. The Daymet V4 dataset was generated using this exact collection of code, with the addition of the utilities needed to operationalize the processing of the data workflow. This repository is provided in the spirit of complete scientific transparency regarding methods used. The Daymet V4 core algorithm code in this repository is provided without license, but under the terms of use dictated by GitHub for public repositories, which include permission to fork the repository for purposes, for example, of detailed examination of the algorithms.