AERO: Calculate AERO Inputs

aeroR Documentation

Calculate AERO Inputs

Description

Function for creating inputs to the AERO wind erosion model, requires height, line-point intercept, canopy gap, and soil texture observations for each plot.

Usage

aero(lpi_tall, gap_tall, height_tall, header, texture_file, folder_location)

Arguments

lpi_tall

Table. Line-point intercept data in tall format

gap_tall

Table. Gap data in tall format

height_tall

Table. Height data in tall format

header

Table. Contains PrimaryKey, Latitude, and Longitude

texture_file

Raster or csv. Soil texture raster(as rdata file) with sand and clay percentages or CSV which provides soil texture classes from 12 USDA classes.

folder_location

Character. Location for function to save AERO input files

Value

AERO input files and an input_summary table which summarizes all input values in a single place.


smccord/terradactyl documentation built on Dec. 1, 2023, 7:37 p.m.