@@ -258,7 +258,9 @@ subroutine control_init(dtime)
258258 use_fates_daylength_factor, &
259259 fates_photosynth_acclimation, &
260260 fates_history_dimlevel, &
261- use_fates_managed_fire
261+ use_fates_managed_fire, &
262+ fates_lu_transition_logic, &
263+ fates_history_dimlevel
262264
263265 ! Ozone vegetation stress method
264266 namelist / clm_inparm / o3_veg_stress_method
@@ -818,6 +820,7 @@ subroutine control_spmd()
818820 call mpi_bcast (for_testing_allow_interp_non_ciso_to_ciso, 1 , MPI_LOGICAL, 0 , mpicom, ier)
819821
820822 call mpi_bcast (fates_spitfire_mode, 1 , MPI_INTEGER, 0 , mpicom, ier)
823+ call mpi_bcast (fates_lu_transition_logic, 1 , MPI_INTEGER, 0 , mpicom, ier)
821824 call mpi_bcast (fates_harvest_mode, len (fates_harvest_mode) , MPI_CHARACTER, 0 , mpicom, ier)
822825 call mpi_bcast (fates_stomatal_model, len (fates_stomatal_model) , MPI_CHARACTER, 0 , mpicom, ier)
823826 call mpi_bcast (fates_stomatal_assimilation, len (fates_stomatal_assimilation) , MPI_CHARACTER, 0 , mpicom, ier)
@@ -1234,6 +1237,7 @@ subroutine control_print ()
12341237 if (use_fates) then
12351238 write (iulog, * ) ' fates_spitfire_mode = ' , fates_spitfire_mode
12361239 write (iulog, * ) ' fates_harvest_mode = ' , fates_harvest_mode
1240+ write (iulog, * ) ' fates_lu_transition_logic = ' , fates_lu_transition_logic
12371241 write (iulog, * ) ' fates_stomatal_model = ' , fates_stomatal_model
12381242 write (iulog, * ) ' fates_stomatal_assimilation = ' , fates_stomatal_assimilation
12391243 write (iulog, * ) ' fates_leafresp_model = ' , fates_leafresp_model
0 commit comments