@@ -311,12 +311,18 @@ subroutine step_without_drainage(this, betr_time, bounds, col, pft, &
311311 this% tracerboundaryconds, this% tracerfluxes, this% bgc_reaction, &
312312 Rfactor, this% advection_on, betr_status)
313313 if (betr_status% check_status())return
314-
314+ ! print*,'bf hydro'
315+ ! do j = 1, this%tracers%ntracers
316+ ! print*,j,this%tracers%tracernames(j),this%tracerstates%tracer_conc_mobile_col(1,1,j)
317+ ! enddo
315318 call surface_tracer_hydropath_update(betr_time, bounds, col, &
316319 num_soilc, filter_soilc, biophysforc, this% tracers, this% tracerstates, &
317320 this% tracercoeffs, this% tracerfluxes, betr_status)
318321 if (betr_status% check_status())return
319-
322+ ! print*,'bf reaction'
323+ ! do j = 1, this%tracers%ntracers
324+ ! print*,j,this%tracers%tracernames(j),this%tracerstates%tracer_conc_mobile_col(1,1,j)
325+ ! enddo
320326 if (this% reaction_on) &
321327 call this% bgc_reaction% calc_bgc_reaction(bounds, col, lbj, ubj, &
322328 num_soilc, &
@@ -333,6 +339,11 @@ subroutine step_without_drainage(this, betr_time, bounds, col, pft, &
333339 this% tracerboundaryconds, &
334340 this% plant_soilbgc, biogeo_flux, betr_status)
335341 if (betr_status% check_status())return
342+ ! print*,'af reaction'
343+ ! do j = 1, this%tracers%ntracers
344+ ! print*,j,this%tracers%tracernames(j),this%tracerstates%tracer_conc_mobile_col(1,1,j)
345+ ! enddo
346+
336347 call tracer_gws_transport(betr_time, bounds, col, pft, num_soilc, filter_soilc, &
337348 Rfactor, biophysforc, biogeo_flux, this% tracers, this% tracerboundaryconds , &
338349 this% tracercoeffs, this% tracerstates, this% tracerfluxes, this% bgc_reaction, &
@@ -355,7 +366,12 @@ subroutine step_without_drainage(this, betr_time, bounds, col, pft, &
355366 this% tracerfluxes% tracer_flx_ebu_col(bounds% begc:bounds% endc, 1 :this% tracers% nvolatile_tracers), &
356367 this% ebullition_on, betr_status)
357368 if (betr_status% check_status())return
358-
369+ ! do j = 1, this%tracers%ntracers
370+ ! if(this%tracers%is_adsorb(j) .or. trim(this%tracers%tracernames(j))=='P_SOL')then
371+ ! print*,this%tracers%tracernames(j)
372+ ! print*,this%tracerstates%tracer_conc_mobile_col(1,:,j)
373+ ! endif
374+ ! enddo
359375 ! update nitrogen storage pool
360376 call this% plant_soilbgc% plant_soilbgc_summary(bounds, lbj, ubj, pft, &
361377 num_soilc, filter_soilc, dtime , &
0 commit comments