@@ -1426,6 +1426,10 @@ subroutine UpdateLitterFluxes(this,bounds_clump)
1426
1426
do s = 1 , this% fates(nc)% nsites
1427
1427
c = this% f2hmap(nc)% fcolumn(s)
1428
1428
1429
+ call FluxIntoLitterPools(this% fates(nc)% sites(s), &
1430
+ this% fates(nc)% bc_in(s), &
1431
+ this% fates(nc)% bc_out(s))
1432
+
1429
1433
col_cf% decomp_cpools_sourcesink(c,1 :nlevdecomp,i_met_lit) = &
1430
1434
col_cf% decomp_cpools_sourcesink(c,1 :nlevdecomp,i_met_lit) + &
1431
1435
this% fates(nc)% bc_out(s)% litt_flux_lab_c_si(1 :nlevdecomp) * dtime
@@ -1959,14 +1963,6 @@ subroutine restart( this, bounds_proc, ncid, flag, &
1959
1963
this% fates(nc)% bc_out(s), &
1960
1964
is_restarting = .true. )
1961
1965
1962
- ! This call sends internal fates variables into the
1963
- ! output boundary condition structures. Note: this is called
1964
- ! internally in fates dynamics as well.
1965
-
1966
- call FluxIntoLitterPools(this% fates(nc)% sites(s), &
1967
- this% fates(nc)% bc_in(s), &
1968
- this% fates(nc)% bc_out(s))
1969
-
1970
1966
end do
1971
1967
1972
1968
if (use_fates_sp)then
@@ -2214,13 +2210,6 @@ subroutine init_coldstart(this, canopystate_inst, soilstate_inst, frictionvel_in
2214
2210
this% fates(nc)% bc_out(s), &
2215
2211
is_restarting = .false. )
2216
2212
2217
- ! This call sends internal fates variables into the
2218
- ! output boundary condition structures. Note: this is called
2219
- ! internally in fates dynamics as well.
2220
-
2221
- call FluxIntoLitterPools(this% fates(nc)% sites(s), &
2222
- this% fates(nc)% bc_in(s), &
2223
- this% fates(nc)% bc_out(s))
2224
2213
end do
2225
2214
2226
2215
! ------------------------------------------------------------------------
0 commit comments