[ncl-talk] different results with different systems

Dennis Shea shea at ucar.edu
Wed Jun 7 07:59:53 MDT 2017


I 2nd what DaveA has suggested. The differences are significant. I am not
aware of this situation ever happening with NCL. Something is different
'somewhere.'

On Tue, Jun 6, 2017 at 10:45 AM, Dave Allured - NOAA Affiliate <
dave.allured at noaa.gov> wrote:

> Michael,
>
> Would you please subdivide this problem?  Your script is complicated.  Is
> the difference occurring in the way you are reading and processing the data
> for the contour field, or within the NCL plot function?
>
> Immediately before calling the plot function, try dumping the contour
> field data by itself to a Netcdf test file.  Something like this:
>
>     testf = addfile ("smtest.nc","c")
>     testf->sm = sm(n,:,:)
>     exit
>
> You might need to change the do loop, or use an if statement, to capture
> the intended loop iteration.
>
> Then compare the file smtest.nc between the two systems.  If the two
> files are different, then the problem is within your data processing.
>
> --Dave
>
>
> On Mon, Jun 5, 2017 at 12:32 PM, Michael Buban - NOAA Affiliate <
> michael.buban at noaa.gov> wrote:
>
>> Hello,
>>
>> I'm trying to create images in ncl and have had differing results on
>> different platforms, using the same ncl executables, same input files, and
>> same operating systems.
>>
>> On my macbook and my work mac, my OS is v10.11.6. and I'm using ncl 6.3.0
>> on both.  However I get different results seen in the attached images and
>> ncl script and input file.
>>
>> Any insight would be appreciated!
>>
>> Thanks,
>>
>> Mike
>>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170607/b8ae2fcc/attachment.html 


More information about the ncl-talk mailing list