File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2154,14 +2154,13 @@ subroutine DataInitialize(gcomp, rc)
21542154 end if
21552155 is_local% wrap% nx(n1) = nint (real_nx)
21562156 is_local% wrap% ny(n1) = nint (real_ny)
2157- endif
2158- if (is_local% wrap% comp_present(n1)) then
2157+
21592158 write (msgString,' (3i8)' ) is_local% wrap% nx(n1), is_local% wrap% ny(n1), is_local% wrap% ntile(n1)
2159+ call ESMF_LogWrite(trim (subname)// " :" // trim (compname(n1))// " :" // trim (msgString), ESMF_LOGMSG_INFO)
21602160 if (maintask) then
21612161 write (logunit,' (a)' ) ' global nx,ny,ntile sizes for ' // trim (compname(n1))// " :" // trim (msgString)
21622162 end if
2163- call ESMF_LogWrite(trim (subname)// " :" // trim (compname(n1))// " :" // trim (msgString), ESMF_LOGMSG_INFO)
2164- endif
2163+ end if
21652164 end do
21662165 if (maintask) write (logunit,* )
21672166
You can’t perform that action at this time.
0 commit comments