Package: nwsrfsr
Title: NWS Hydrology Models: SAC-SMA, SNOW17, UH, CONSUSE, CHANLOSS
Version: 1.0.2
Authors@R: c(
          person(given = "Cameron",
             family = "Bracken",
             role = c("aut", "cre"),
             email = "cameron.bracken@pnnl.gov",
             comment = c(ORCID = "0000-0003-1917-402X")),
          person(given = "Geoffrey",
             family = "Walters",
             role = "aut",
             email = "geoffrey.walters@noaa.gov",
             comment = c(ORCID = "0009-0009-3804-8898")),
          person(given = "Eric",
             family = "Anderson",
             role = "ctb",
             comment = "Original SNOW-17 and SAC-SMA Fortran code (NOAA/HRL)"),
          person(given = "George F.",
             family = "Smith",
             role = "ctb",
             comment = "Original LAG-K Fortran code (NOAA/HRL)"),
          person(given = "Janice M.",
             family = "Lewis",
             role = "ctb",
             comment = "Interpolation and LAG-K Fortran code (NOAA/HRL)"),
          person(given = "John E.",
             family = "Pask",
             role = "ctb",
             comment = "Original sorting routines (LLNL); see inst/COPYRIGHTS"),
          person(given = "Ondrej",
             family = "Certik",
             role = "ctb",
             comment = "MIT-licensed fortran-utils sorting and types modules; see inst/COPYRIGHTS"),
         person(given = "John",
             family = "Burkhardt",
             role = "ctb",
             comment = "MIT-licensed implementation of Brendt's zero finder; see inst/COPYRIGHTS"),
          person("National Oceanic and Atmospheric Administration",
             role = "cph",
             comment = "International-rights holder for U.S. Government-authored components, including legacy NWSRFS Fortran and contributions by NOAA employees (C. Bracken through 2022-06-30, G. Walters); see inst/COPYRIGHTS"),
          person("Battelle Memorial Institute",
             role = "cph",
             comment = "Copyright holder for PNNL-authored contributions by C. Bracken from 2022-07-01 onward; see inst/COPYRIGHTS"))
Description: Interface to the National Weather Service operational
             hydrology models, Sacramento Soil Moisture Accounting (SAC-SMA),
             Snow Accumulation and Ablation (SNOW17). Also provides an
             interface to the unit hydrograph routing model (UH), consumptive use (CONSUSE)
             and channel loss/gain modules (CHANLOSS). The Fortran code used in this package
             is considered "legacy" and is not supported officially by NWS,
             but it should not have any significant differences from current
             operational models.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.3
Suggests: testthat
URL: https://github.com/NOAA-NWRFC/nwsrfs-hydro-models,
        https://noaa-nwrfc.github.io/nwsrfs-hydro-models/
BugReports: https://github.com/NOAA-NWRFC/nwsrfs-hydro-models/issues
Config/testthat/edition: 3
Depends: R (>= 4.1.0)
NeedsCompilation: yes
Packaged: 2026-07-17 00:52:41 UTC; brac840
Author: Cameron Bracken [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1917-402X>),
  Geoffrey Walters [aut] (ORCID: <https://orcid.org/0009-0009-3804-8898>),
  Eric Anderson [ctb] (Original SNOW-17 and SAC-SMA Fortran code
    (NOAA/HRL)),
  George F. Smith [ctb] (Original LAG-K Fortran code (NOAA/HRL)),
  Janice M. Lewis [ctb] (Interpolation and LAG-K Fortran code (NOAA/HRL)),
  John E. Pask [ctb] (Original sorting routines (LLNL); see
    inst/COPYRIGHTS),
  Ondrej Certik [ctb] (MIT-licensed fortran-utils sorting and types
    modules; see inst/COPYRIGHTS),
  John Burkhardt [ctb] (MIT-licensed implementation of Brendt's zero
    finder; see inst/COPYRIGHTS),
  National Oceanic and Atmospheric Administration [cph]
    (International-rights holder for U.S. Government-authored
    components, including legacy NWSRFS Fortran and contributions by
    NOAA employees (C. Bracken through 2022-06-30, G. Walters); see
    inst/COPYRIGHTS),
  Battelle Memorial Institute [cph] (Copyright holder for PNNL-authored
    contributions by C. Bracken from 2022-07-01 onward; see
    inst/COPYRIGHTS)
Maintainer: Cameron Bracken <cameron.bracken@pnnl.gov>
Repository: CRAN
Date/Publication: 2026-07-17 07:10:07 UTC
