Skip to content

Commit

Permalink
Temporarily disable filling export fields during
Browse files Browse the repository at this point in the history
the NUOPC Realize phase since it breaks coupling
with aerosol component.
  • Loading branch information
rmontuoro committed Oct 19, 2020
1 parent bdd1131 commit 735eb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fv3_cap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ subroutine InitializeRealize(gcomp, importState, exportState, clock, rc)
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, line=__LINE__, file=__FILE__)) return
end if
!jw
call fillExportFields(exportData)
! call fillExportFields(exportData)
endif

end subroutine InitializeRealize
Expand Down

0 comments on commit 735eb9e

Please sign in to comment.