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)
2154
2154
end if
2155
2155
is_local% wrap% nx(n1) = nint (real_nx)
2156
2156
is_local% wrap% ny(n1) = nint (real_ny)
2157
- endif
2158
- if (is_local% wrap% comp_present(n1)) then
2157
+
2159
2158
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)
2160
2160
if (maintask) then
2161
2161
write (logunit,' (a)' ) ' global nx,ny,ntile sizes for ' // trim (compname(n1))// " :" // trim (msgString)
2162
2162
end if
2163
- call ESMF_LogWrite(trim (subname)// " :" // trim (compname(n1))// " :" // trim (msgString), ESMF_LOGMSG_INFO)
2164
- endif
2163
+ end if
2165
2164
end do
2166
2165
if (maintask) write (logunit,* )
2167
2166
You can’t perform that action at this time.
0 commit comments