<div dir="ltr">Hello, folks.<div><br></div><div>I've reading through the Fortran examples and documentation in the Pnetcdf website, and it seems like all calls to nfmpi_put_var* subroutines will write a specified 2D/3D data array found in memory starting at location (1,1) of the array. Suppose that I have a 2D fortran real array of 100x100 elements. For example:</div><div><br></div><div>real(4) :: data(100,100)</div><div><br></div><div>Is it possible to write out only a portion of this 2D array to file without copying the desired portion to another smaller 2D array? For example, can all the elements between data(10,10) and data(90,90) (or 80x80 elements) be written out to file directly, that is, ignoring 10 rows and columns on each side of the data array? These ignored rows and columns correspond to halo points in my application that don't need to be written out.</div><div><br></div><div>Thank you so much,</div><div>Thiago.</div><div><br></div><div><br></div><div><br></div><div><div style="font-size:13px">---------------------------------------------------<br>Thiago Quirino, Ph.D.<br>NOAA Hurricane Research Division</div><div style="font-size:13px">Numerical Modeling Group<br>4301 Rickenbacker Cswy.<br>Miami, FL 33149<br>P: 305-361-4337</div><div style="font-size:13px">E: <a href="mailto:Thiago.Quirino@noaa.gov" target="_blank">Thiago.Quirino@noaa.gov</a><br></div><div style="font-size:13px"><a href="http://hwrf.aoml.noaa.gov/" target="_blank">http://hwrf.aoml.noaa.gov</a></div></div></div>