diff --git a/components/clm/src/biogeochem/CNAllocationMod.F90 b/components/clm/src/biogeochem/CNAllocationMod.F90 index 7a971b4730b2..4dd939e6681b 100755 --- a/components/clm/src/biogeochem/CNAllocationMod.F90 +++ b/components/clm/src/biogeochem/CNAllocationMod.F90 @@ -3880,8 +3880,8 @@ subroutine CNAllocation3_PlantCNPAlloc (bounds , & else ! use_nitrif_denitrif - temp_sminn_to_plant = sminn_to_plant - temp_sminp_to_plant = sminp_to_plant + temp_sminn_to_plant(bounds%begc:bounds%endc) = sminn_to_plant(bounds%begc:bounds%endc) + temp_sminp_to_plant(bounds%begc:bounds%endc) = sminp_to_plant(bounds%begc:bounds%endc) call p2c(bounds,num_soilc,filter_soilc, & sminn_to_npool(bounds%begp:bounds%endp), & @@ -3958,8 +3958,8 @@ subroutine CNAllocation3_PlantCNPAlloc (bounds , & .not.cnallocate_carbonnitrogen_only().and. & .not.cnallocate_carbon_only() )then - temp_sminn_to_plant = sminn_to_plant - temp_sminp_to_plant = sminp_to_plant + temp_sminn_to_plant(bounds%begc:bounds%endc) = sminn_to_plant(bounds%begc:bounds%endc) + temp_sminp_to_plant(bounds%begc:bounds%endc) = sminp_to_plant(bounds%begc:bounds%endc) call p2c(bounds,num_soilc,filter_soilc, & sminn_to_npool(bounds%begp:bounds%endp), & @@ -3995,7 +3995,7 @@ subroutine CNAllocation3_PlantCNPAlloc (bounds , & if( cnallocate_carbonnitrogen_only() )then - temp_sminp_to_plant = sminp_to_plant + temp_sminp_to_plant(bounds%begc:bounds%endc) = sminp_to_plant(bounds%begc:bounds%endc) call p2c(bounds,num_soilc,filter_soilc, & sminp_to_ppool(bounds%begp:bounds%endp), &