-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1.56 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: jNSMR
Title: Interface to the 'Java Newhall Simulation Model' (jNSM) "A Traditional Soil Climate Simulation Model"
Version: 0.3.1
Author: Soil and Plant Science Division Staff
Maintainer: Andrew G. Brown <[email protected]>
Description: Provides methods to create input, read output, and run the routines from the legacy Java Newhall Simulation Model (jNSM) for soil climate. Currently this package uses a modified version of the jNSM v1.6.1 which is available for download here: <https://www.nrcs.usda.gov/wps/portal/nrcs/detail/?cid=nrcs142p2_053559> and the source code found here <https://github.com/drww/newhall/>. The system requirements of the extraction and installation tools (Windows .EXE archive) at the official download link may not be met on your system but the core Java class files are stored in a platform-independent format (a Java JAR file; e.g. newhall-1.6.1.jar) which is a core dependency in this package. Several more recent modifications to the Newhall JAR file allow for higher throughput and more efficient batching of many simulations allowing for larger-than-memory raster-based inputs and outputs.
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Encoding: UTF-8
License: BSD_3_clause + file LICENSE
SystemRequirements: Java
Depends: R (>= 4.1.0)
Imports:
utils,
parallel,
data.table,
rJava,
terra
Suggests:
knitr,
testthat (>= 3.0.0),
rmarkdown,
prism,
daymetr,
geodata
Language: en-US
URL: https://ncss-tech.github.io/jNSMR, https://github.com/ncss-tech/jNSMR
VignetteBuilder: knitr