Skip to content

Commit 735eb9e

Browse files
committed
Temporarily disable filling export fields during
the NUOPC Realize phase since it breaks coupling with aerosol component.
1 parent bdd1131 commit 735eb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fv3_cap.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ subroutine InitializeRealize(gcomp, importState, exportState, clock, rc)
954954
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, line=__LINE__, file=__FILE__)) return
955955
end if
956956
!jw
957-
call fillExportFields(exportData)
957+
! call fillExportFields(exportData)
958958
endif
959959

960960
end subroutine InitializeRealize

0 commit comments

Comments
 (0)