Plant and total irrigation requirements are calculated here. If irr_opt == 1, these requirements are written to the output files, but the amount of water used for irrigation will be overwritten by input time series in: wam_withdraw_Transfer_Out() !!!
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | j | ||||
| integer | :: | je | ||||
| integer | :: | k | ||||
| integer | :: | n | ||||
| integer | :: | wet | ||||
| real(kind=dp), | intent(inout), | dimension(:) | :: | additionalGwUptake | ||
| logical, | intent(in) | :: | bWAM_Module | |||
| real(kind=dp), | intent(in), | dimension(:) | :: | dart | ||
| integer, | intent(in) | :: | daycounter | |||
| real(kind=dp), | intent(in), | dimension(:, :) | :: | fc | ||
| real(kind=dp), | intent(in), | dimension(:, :) | :: | frar | ||
| real(kind=dp), | intent(in), | dimension(:) | :: | humi | ||
| integer, | intent(in) | :: | icc | |||
| integer, | intent(in) | :: | ida | |||
| integer, | intent(in) | :: | iy | |||
| integer, | intent(in) | :: | iyr | |||
| integer, | intent(in), | dimension(:, :, :) | :: | mstruc | ||
| integer, | intent(in) | :: | nbyr | |||
| integer, | intent(in) | :: | nn | |||
| integer, | intent(in), | dimension(:, :) | :: | nucr | ||
| integer, | intent(in), | dimension(:, :) | :: | nveg | ||
| real(kind=dp), | intent(in), | dimension(:) | :: | rdmx | ||
| real(kind=dp), | intent(in), | dimension(:) | :: | sbar | ||
| real(kind=dp), | intent(inout) | :: | sep | |||
| real(kind=dp), | intent(inout), | dimension(:, :, :) | :: | ste | ||
| real(kind=dp), | intent(in), | dimension(:, :) | :: | z |