cs_add_crop: Add crop parameters to cropsyst object

View source: R/main.R

cs_add_cropR Documentation

Add crop parameters to cropsyst object

Description

Add crop parameters to cropsyst object

Usage

cs_add_crop(
  cs,
  planting_date,
  season_end_date,
  midseason_et_crop_coef,
  tree_fruit,
  fruit_harvest_date,
  max_crop_height,
  max_root_depth,
  perrenial,
  max_water_uptake,
  transpiration_use_eff,
  C3
)

Arguments

cs

cropsyst object

planting_date

Planting date

season_end_date

Season end date

midseason_et_crop_coef

mid season ET crop coefficient

tree_fruit

logical TRUE if tree fruit crop

fruit_harvest_date

harvest date of tree fruit

max_crop_height

max crop height (m)

max_root_depth

max root depth (m)

perrenial

logical TRUE if perennial

max_water_uptake

max water uptake

transpiration_use_eff

transpiration use efficiency

C3

C3 = TRUE c4 = FALSE

Value

cropsyst object with added crop parameters


pruettm/cropsyst documentation built on May 23, 2022, 11:57 a.m.