vegetation_water_stress Subroutine

public subroutine vegetation_water_stress(j, je, k, n, wet, additionalGwUptake, bWAM_Module, dart, daycounter, fc, frar, humi, icc, ida, iy, iyr, mstruc, nbyr, nn, nucr, nveg, rdmx, sbar, sep, ste, z)

Uses

  • proc~~vegetation_water_stress~~UsesGraph proc~vegetation_water_stress vegetation_water_stress module~landuse landuse proc~vegetation_water_stress->module~landuse module~management management proc~vegetation_water_stress->module~management module~utilities utilities module~landuse->module~utilities module~management->module~utilities

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() !!!


Arguments

Type IntentOptional 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

Calls

proc~~vegetation_water_stress~~CallsGraph proc~vegetation_water_stress vegetation_water_stress proc~landuse_is_cropland landuse_is_cropland proc~vegetation_water_stress->proc~landuse_is_cropland proc~management_is_active_period management_is_active_period proc~vegetation_water_stress->proc~management_is_active_period proc~management_is_transfer_subbasin management_is_transfer_subbasin proc~vegetation_water_stress->proc~management_is_transfer_subbasin proc~management_subbasin_pointer management_subbasin_pointer proc~vegetation_water_stress->proc~management_subbasin_pointer proc~management_user_pointer management_user_pointer proc~vegetation_water_stress->proc~management_user_pointer proc~wam_correct_irrigationdemand wam_correct_irrigationdemand proc~vegetation_water_stress->proc~wam_correct_irrigationdemand proc~landuse_index landuse_index proc~landuse_is_cropland->proc~landuse_index proc~log_error log_error proc~management_user_pointer->proc~log_error proc~landuse_index->proc~log_error proc~log_message log_message proc~log_error->proc~log_message proc~log_format_message log_format_message proc~log_message->proc~log_format_message proc~log_write log_write proc~log_message->proc~log_write proc~colourise colourise proc~log_format_message->proc~colourise proc~date_time_str date_time_str proc~log_format_message->proc~date_time_str proc~to_string to_string proc~log_write->proc~to_string proc~string_index string_index proc~colourise->proc~string_index

Called by

proc~~vegetation_water_stress~~CalledByGraph proc~vegetation_water_stress vegetation_water_stress proc~crop_process crop_process proc~crop_process->proc~vegetation_water_stress proc~vegetation_process vegetation_process proc~vegetation_process->proc~vegetation_water_stress proc~hydrotope_process hydrotope_process proc~hydrotope_process->proc~crop_process proc~hydrotope_process->proc~vegetation_process proc~runsubbasin runsubbasin proc~runsubbasin->proc~hydrotope_process proc~time_process_day time_process_day proc~time_process_day->proc~runsubbasin proc~time_process_month time_process_month proc~time_process_month->proc~time_process_day proc~time_process_years time_process_years proc~time_process_years->proc~time_process_month program~swim swim program~swim->proc~time_process_years