Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/clm5/biogeochem/CNNDynamicsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ subroutine CNSoyfix (bounds, num_soilc, filter_soilc, num_soilp, filter_soilp, &
!
! !USES:
use pftconMod, only : ntmp_soybean, nirrig_tmp_soybean
use pftconMod, only : ntrp_soybean, nirrig_trp_soybean
!use pftconMod, only : ntrp_soybean, nirrig_trp_soybean
!
! !ARGUMENTS:
type(bounds_type) , intent(in) :: bounds
Expand Down Expand Up @@ -362,9 +362,9 @@ subroutine CNSoyfix (bounds, num_soilc, filter_soilc, num_soilp, filter_soilp, &

if (croplive(p) .and. &
(patch%itype(p) == ntmp_soybean .or. &
patch%itype(p) == nirrig_tmp_soybean .or. &
patch%itype(p) == ntrp_soybean .or. &
patch%itype(p) == nirrig_trp_soybean) ) then
patch%itype(p) == nirrig_tmp_soybean)) then !.or. &
!patch%itype(p) == ntrp_soybean .or. &
!patch%itype(p) == nirrig_trp_soybean) ) then

! difference between supply and demand

Expand Down
Loading
Loading