Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thorntonpe authored May 4, 2021
1 parent 3253487 commit 5af964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5af964f

Please sign in to comment.