@@ -110,7 +110,6 @@ module FatesRestartInterfaceMod
110110 integer :: ir_landuse_vector_gt_min_si
111111 integer :: ir_area_bareground_si
112112 integer :: ir_snow_depth_si
113- integer :: ir_trunk_product_si
114113 integer :: ir_landuse_config_si
115114 integer :: ir_ncohort_pa
116115 integer :: ir_canopy_layer_co
@@ -2113,7 +2112,6 @@ subroutine set_restart_vectors(this,nc,nsites,sites)
21132112 rio_landuse_vector_gt_min_si = > this% rvars(ir_landuse_vector_gt_min_si)% int1d, &
21142113 rio_area_bareground_si = > this% rvars(ir_area_bareground_si)% r8 1d, &
21152114 rio_snow_depth_si = > this% rvars(ir_snow_depth_si)% r8 1d, &
2116- rio_trunk_product_si = > this% rvars(ir_trunk_product_si)% r8 1d, &
21172115 rio_landuse_config_s = > this% rvars(ir_landuse_config_si)% int1d, &
21182116 rio_ncohort_pa = > this% rvars(ir_ncohort_pa)% int1d, &
21192117 rio_fcansno_pa = > this% rvars(ir_fcansno_pa)% r8 1d, &
@@ -3108,7 +3106,6 @@ subroutine get_restart_vectors(this, nc, nsites, sites)
31083106 rio_landuse_vector_gt_min_si = > this% rvars(ir_landuse_vector_gt_min_si)% int1d, &
31093107 rio_area_bareground_si = > this% rvars(ir_area_bareground_si)% r8 1d, &
31103108 rio_snow_depth_si = > this% rvars(ir_snow_depth_si)% r8 1d, &
3111- rio_trunk_product_si = > this% rvars(ir_trunk_product_si)% r8 1d, &
31123109 rio_landuse_config_si = > this% rvars(ir_landuse_config_si)% int1d, &
31133110 rio_ncohort_pa = > this% rvars(ir_ncohort_pa)% int1d, &
31143111 rio_fcansno_pa = > this% rvars(ir_fcansno_pa)% r8 1d, &
0 commit comments