Skip to content

Commit

Permalink
bcasting fates history density level
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed Jan 30, 2024
1 parent 8b7b4f7 commit cd289a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/controlMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ subroutine control_spmd()
call mpi_bcast (fluh_timeseries, len(fluh_timeseries) , MPI_CHARACTER, 0, mpicom, ier)
call mpi_bcast (fates_parteh_mode, 1, MPI_INTEGER, 0, mpicom, ier)
call mpi_bcast (fates_seeddisp_cadence, 1, MPI_INTEGER, 0, mpicom, ier)
call mpi_bcast (fates_hist_dense_level, 2, MPI_INTEGER, 0, mpicom, ier)

! flexibleCN nitrogen model
call mpi_bcast (use_flexibleCN, 1, MPI_LOGICAL, 0, mpicom, ier)
Expand Down

0 comments on commit cd289a1

Please sign in to comment.