<div dir="ltr">not )FillValue .... _FillValue<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 2, 2016 at 7:40 AM, Dennis Shea <span dir="ltr">&lt;<a href="mailto:shea@ucar.edu" target="_blank">shea@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The attribute )FillValue associated with the input variable is the &#39;dmsg&#39;. This is assigned in the C-interface between NCL and the fortran EOF subroutine .<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 29, 2016 at 5:37 PM, Erik J. Schaffernicht <span dir="ltr">&lt;<a href="mailto:eschaffe@uni-koeln.de" target="_blank">eschaffe@uni-koeln.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In the ncl eof fortran code, there is a variable    dmsg<br>
<br>
How does it get its value?     How is the value transferred from the NCLscript  to fortran?<br>
Is dmsg taken from the metadata, i.e.   @missing_value  ressource of the array I pass to eofunc()  ?<br>
<br>
<br>
<br>
Can I run an eof, where I set 75% of the grid points to missing_value   in my input array?<br>
<br>
If yes, I expect my eof outcome to be the same if I just give as input, i.e.:<br>
<br>
VersionA<br>
Say 10 grid points, that have everywhere valid data and that are concat. to one array.<br>
<br>
VersionB<br>
Say 40 grid points, the 10 of VersionA concatenated with 30 other.<br>
The 30 other g. p. consist of missing_value for all time steps, so only the 10 grid points equal to those of VersionA  contain data for every time step.<br>
The eof output will be the same as for VersionA, right?<br>
<br>
Or should I set these 30 grid points equal to value zero,  =0, instead of to   missing_value?<br>
<br>
My aim is to pass a fixed dimension size array to eof and mask/set-to-zero/ignore  all grid points that I do not need during that eof calculation.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>