Skip to content

Commit

Permalink
update pesticides to allow switch control
Browse files Browse the repository at this point in the history
  • Loading branch information
matthipsey committed Apr 18, 2022
1 parent be52345 commit 32c9a16
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/aed_pesticides.F90
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,16 @@ SUBROUTINE aed_define_pesticides(data, namlst)
! !10 = all debug & checking outputs
! %% END NAMELIST %% /aed_pesticides/

NAMELIST /aed_pesticides/ num_pesticides, the_pesticides, &
oxy_variable, &
simSediment, &
resuspension, &
dbase, extra_diag, diag_level, &
gpp_variable
NAMELIST /aed_pesticides/ num_pesticides, the_pesticides, &
oxy_variable, &
simSediment, &
simResuspension, resuspension, &
simVolatilisation, pst_piston_model, &
simSorption, &
simPhotolysis, &
simUptake, gpp_variable, &
dbase, diag_level

!-----------------------------------------------------------------------
!BEGIN
print *," aed_pesticides configuration"
Expand Down

0 comments on commit 32c9a16

Please sign in to comment.