Convert a lpf to a upw object

rmf_convert_lpf_to_upw(lpf, iphdry = TRUE)

Arguments

lpf

RMODFLOW lpf object

iphdry

logical; indicating if head will be set to hdry when it's less than 1E-4 above the cell bottom; defaults to TRUE

Value

Object of class upw

Note

upw input structure is nearly identical to lpf but calculations are done differently. Differences include the addition of the iphdry value and the omission of optional keywords. Layer wetting capabilities are also not supported by upw.

upw must be used with the Newton solver. See also rmf_create_nwt.

See also