From abbebab832a434c42f78e794e1266809f9f4618e Mon Sep 17 00:00:00 2001 From: "denise.worthen" Date: Tue, 30 Nov 2021 05:10:24 -0500 Subject: [PATCH] remove 2 extraneous lines * remove two log print lines that were removed prior to merge of driver updates to consortium --- cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 b/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 index 9d650d1ff..cad480dd9 100644 --- a/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 +++ b/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 @@ -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 @@ -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 !===============================================================================