Skip to content

Commit

Permalink
remove 2 extraneous lines
Browse files Browse the repository at this point in the history
* remove two log print lines that were removed prior to
merge of driver updates to consortium
  • Loading branch information
DeniseWorthen committed Nov 30, 2021
1 parent 7a0b65e commit abbebab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -915,8 +915,6 @@ subroutine ModelAdvance(gcomp, rc)
!--------------------------------

rc = ESMF_SUCCESS
if(profile_memory) call ESMF_VMLogMemInfo("Entering CICE Model_ADVANCE: ")

if (dbug > 5) call ESMF_LogWrite(subname//' called', ESMF_LOGMSG_INFO)

! query the Component for its clock, importState and exportState
Expand Down Expand Up @@ -1127,8 +1125,6 @@ subroutine ModelAdvance(gcomp, rc)

if (dbug > 5) call ESMF_LogWrite(subname//' done', ESMF_LOGMSG_INFO)

if(profile_memory) call ESMF_VMLogMemInfo("Leaving CICE Model_ADVANCE: ")

end subroutine ModelAdvance

!===============================================================================
Expand Down

0 comments on commit abbebab

Please sign in to comment.