diff --git a/Biomass_core.html b/Biomass_core.html index d1e6eb8..78f5fa7 100644 --- a/Biomass_core.html +++ b/Biomass_core.html @@ -3016,7 +3016,7 @@
cohortData
– a data.table
containing initial cohort information per
pixelGroup
(see pixelGroupMap
below). This table is updated during the
simulation as cohort dynamics are simulated. It must contain the following
-columns:
pixelGroup – integer. pixelGroup ID. See Hashing.
ecoregionGroup – character. Ecolocation names. See ecoregionMap
and
@@ -4299,6 +4300,7 @@
mortality
plus aNPPAct
. Usually filled with
0s in initial conditions. See “1.1.3 Cohort growth and ageing” section
of Scheller & Miranda (2015).pixelGroupMap
– a raster layer with pixelGroup
IDs per pixel. Pixels
are always grouped based on identical ecoregionGroup
, speciesCode
, age
and B
composition, even if the user supplies other initial groupings
@@ -4599,9 +4601,10 @@
"spin-up"
), nor does it attempt to fill
initial cohort biomasses using biomassMap
.
-Plotting and saving - .plots
– activates/deactivates plotting and defines
-type of plotting (see ?Plots
);
Plotting and saving
.plots
– activates/deactivates plotting and defines
+type of plotting (see ?Plots
);
.plotInitialTime
– defines when plotting starts;
.plotInterval
– defines plotting frequency;
.plotMaps
– activates/deactivates map plotting;
successionTimestep
– defines frequency of dispersal/local recruitment
event (growth and mortality are always yearly);
Other
-- mixedType
– how mixed forest stands are defined;
Other
vegLeadingProportion
– relative biomass threshold to consider a species
-“leading” (i.e., dominant);mixedType
– how mixed forest stands are defined;
vegLeadingProportion
– relative biomass threshold to consider a species
+“leading” (i.e., dominant);
-Passed to httr::config(ssl_verifypeer = P(sim)$.sslVerify) when downloading KNN (NFI) datasets. Set to 0L if necessary to bypass checking the SSL certificate (this may be necessary when NFI’s FTP website SSL certificate is down/out-of-date).
+Passed to httr::config(ssl_verifypeer = P(sim)$.sslVerify) when downloading KNN (NFI) datasets. Set to 0L if necessary to bypass checking the SSL certificate (this may be necessary when NFI’s website SSL certificate is not correctly configured).
|