Skip to contents

One row per landscape cell. landis_species is the (pseudo-)species name written into species.txt; species is the real modelled species it stands for.

Usage

growth_calibration_design(
  growth_params,
  grid = NULL,
  cohort_age = 1L,
  max_cells = 4000L
)

Arguments

growth_params

A data frame of the parameters currently in use, with columns species, growth_shp, mort_shp, anpp_max and biomass_max. Restrict it to the species being calibrated.

grid

Optional tibble with species and any of growth_shp, mort_shp, anpp_max, biomass_max giving the candidate values to sweep. One row per candidate value per parameter per species.

cohort_age

Integer. Age of the single planted cohort.

max_cells

Integer. Guard against an accidentally enormous factorial.

Value

A tibble with one row per cell.

Details

With grid = NULL this returns the Phase A verification design: one cell per species at its current calibrated parameters, which reproduces the original single-cell runs. Supply grid to expand a factorial.