Skip to content

Commit

Permalink
Merge pull request #85 from mark-a-potts/jedi-ufs
Browse files Browse the repository at this point in the history
Updates for JEDI linking/control
  • Loading branch information
junwang-noaa authored Dec 11, 2020
2 parents 251d70c + 9e248d9 commit b800b34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/module_EARTH_GRID_COMP.F90
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,15 @@ SUBROUTINE EARTH_REGISTER(EARTH_GRID_COMP,RC_REG)
rc=RC)
ESMF_ERR_RETURN(RC,RC_REG)

#ifndef JEDI_DRIVER
! The NEMS Earth component is currently the top-level driver and
! does not need to coordinate Clocks with its parent.
call ESMF_MethodRemove(EARTH_GRID_COMP, Driver_label_SetRunClock, rc=RC_REG)
ESMF_ERR_RETURN(RC,RC_REG)
call NUOPC_CompSpecialize(EARTH_GRID_COMP, &
specLabel=Driver_label_SetRunClock, specRoutine=NUOPC_NoOp, rc=RC_REG)
ESMF_ERR_RETURN(RC,RC_REG)

#endif
#if 0
call NUOPC_CompSpecialize(EARTH_GRID_COMP, &
specLabel=Driver_label_Finalize, specRoutine=Finalize, &
Expand Down

0 comments on commit b800b34

Please sign in to comment.