@@ -247,6 +247,7 @@ subroutine control_init(dtime)
247
247
fates_leafresp_model, &
248
248
fates_cstarvation_model, &
249
249
fates_regeneration_model, &
250
+ fates_hydro_solver, &
250
251
fates_parteh_mode, &
251
252
fates_seeddisp_cadence, &
252
253
use_fates_tree_damage, &
@@ -811,6 +812,7 @@ subroutine control_spmd()
811
812
call mpi_bcast (fates_leafresp_model, len (fates_leafresp_model) , MPI_CHARACTER, 0 , mpicom, ier)
812
813
call mpi_bcast (fates_cstarvation_model, len (fates_cstarvation_model) , MPI_CHARACTER, 0 , mpicom, ier)
813
814
call mpi_bcast (fates_regeneration_model, len (fates_regeneration_model) , MPI_CHARACTER, 0 , mpicom, ier)
815
+ call mpi_bcast (fates_hydro_solver, len (fates_hydro_solver) , MPI_CHARACTER, 0 , mpicom, ier)
814
816
call mpi_bcast (use_fates_planthydro, 1 , MPI_LOGICAL, 0 , mpicom, ier)
815
817
call mpi_bcast (use_fates_tree_damage, 1 , MPI_LOGICAL, 0 , mpicom, ier)
816
818
call mpi_bcast (use_fates_cohort_age_tracking, 1 , MPI_LOGICAL, 0 , mpicom, ier)
@@ -1219,6 +1221,7 @@ subroutine control_print ()
1219
1221
write (iulog, * ) ' fates_leafresp_model = ' , fates_leafresp_model
1220
1222
write (iulog, * ) ' fates_cstarvation_model = ' , fates_cstarvation_model
1221
1223
write (iulog, * ) ' fates_regeneration_model = ' , fates_regeneration_model
1224
+ write (iulog, * ) ' fates_hydro_solver = ' , fates_hydro_solver
1222
1225
write (iulog, * ) ' fates_paramfile = ' , fates_paramfile
1223
1226
write (iulog, * ) ' fates_parteh_mode = ' , fates_parteh_mode
1224
1227
write (iulog, * ) ' use_fates_planthydro = ' , use_fates_planthydro
0 commit comments