agmip.github.io

AgMIP open source software development and use.

View the Project on GitHub

PCTAWC - Percent available water

Calculates the soil water volumetric content for an array of soil layers based on a user-provided percent available water.

Inputs:

Outputs:

Procedure:

ICH2O(j) = SLLL(j) + ICSW%/100. * (SLDUL(j) - SLLL(j))

Example:

FILL, ICH20, PCTAWC(), 50

Sets initial soil water content at 50% of available water capacity.

More Samples:

The following DOME spreadsheet is using this function. Machakos Overlay DOME

Dome functions page

Home