pl_fert_wet Subroutine

subroutine pl_fert_wet(ifrt, frt_kg)

Uses

  • proc~~pl_fert_wet~~UsesGraph proc~pl_fert_wet pl_fert_wet module~basin_module basin_module proc~pl_fert_wet->module~basin_module module~fertilizer_data_module fertilizer_data_module proc~pl_fert_wet->module~fertilizer_data_module module~hru_module hru_module proc~pl_fert_wet->module~hru_module module~hydrograph_module hydrograph_module proc~pl_fert_wet->module~hydrograph_module module~mgt_operations_module mgt_operations_module proc~pl_fert_wet->module~mgt_operations_module module~organic_mineral_mass_module organic_mineral_mass_module proc~pl_fert_wet->module~organic_mineral_mass_module module~hydrograph_module->module~basin_module module~time_module time_module module~hydrograph_module->module~time_module
~ ~ ~ PURPOSE ~ ~ ~
this subroutine applies N and P specified by date and
amount in the management file (.mgt) for rice fields during ponding periods
Jaehak 2022
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

~ ~ ~ SUBROUTINES/FUNCTIONS CALLED ~ ~ ~
SWAT: Erfc

~ ~ ~ ~ ~ ~ END SPECIFICATIONS ~ ~ ~ ~ ~ ~

added by zhang

summary calculations

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ifrt
real, intent(in) :: frt_kg

added by zhang