Skip to content

Commit

Permalink
Merge pull request #343 from jedwards4b/xgrid_and_maintask
Browse files Browse the repository at this point in the history
make xgrid default, handle main task for multidriver cases in esm_tim…
  • Loading branch information
jedwards4b authored Feb 3, 2023
2 parents cb36640 + 3a218b8 commit 21074d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cesm/driver/ensemble_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ subroutine SetModelServices(ensemble_driver, rc)
call shr_log_setLogUnit (logunit)
! Create a clock for each driver instance

call esm_time_clockInit(ensemble_driver, driver, logunit, maintask, rc)
call esm_time_clockInit(ensemble_driver, driver, logunit, localpet==petList(1), rc)
if (chkerr(rc,__LINE__,u_FILE_u)) return

enddo
Expand Down
2 changes: 1 addition & 1 deletion cime_config/namelist_definition_drv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@
default: xgrid
</desc>
<values>
<value>ogrid</value>
<value>xgrid</value>
</values>
</entry>
<entry id="ocn_surface_flux_scheme">
Expand Down

0 comments on commit 21074d9

Please sign in to comment.