Re: Ubuntu i686 - NCL Version 6.0

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Wed Apr 18 2012 - 13:11:05 MDT

Paul,

I was unable to reproduce the problem using the code you gave me,
on a Debian system using the binary you mentioned below. I used an
old wrfout file I had.

Unfortunately, I don't have access to an Ubuntu system. Has this
Debian binary worked on other systems with this same code?

One thing I did notice, which I don't think has anything to do with the
cape_thermo issue, but is still an issue. In your "filter2d" code, you have the calling sequence:

      SUBROUTINE filter2d( a, b, nx , ny , it)

in our version of the code, which was taken from the original wrf_user_fortran_util_0.f
code, we have the calling sequence:

      SUBROUTINE filter2d( a, b, nx , ny , it, missing)

It's possible that your wrf_user_mass.ncl script is getting our version of filter2d rather than your version.
You may want to rename it, just in case. (Don't rename it to dfilter2d, as we have a routine by this
name too.)

Do you know what kind of mods were made to the wrf_user_fortran_util_0.f file?

Does the code crash the first time it tries to call cape_thermo?

--Mary

On Apr 18, 2012, at 9:54 AM, Paul Scorer wrote:

> We have recently determined that the version of NCL supplied with
>
> Ubuntu 11.10
>
> as
>
> ncl_ncarg-6.0.0.Linux_Debian_i686_nodap_gcc432.tar.gz
>
> does not work entirely as one might hope.
>
> Identical code processing identical data fails on this version of NCL
> but is fine with, for example, ncl-6.0.0-2.fc16.i686 from the Fedora 16
> repositories.
>
> The issue relates to the cape_thermo() function, which is part of the
> skewt_func.ncl package although cape_thermo() itself is built in to ncl.
> The code hangs in (the Ubuntu version of) cape_thermo()
>
> A test suite is attached, which you can run as
> $ ncl test-cape.ncl
>
> I cannot include the datafile as it is too large for the mail system.
> Please contact me if you would like access to it.
>
> If the code hangs, I suggest getting another version of ncl if you wish
> to use the skewt_func package.
>
> HTH
>
> PaulS
>
> <cape_thermo-test.tgz>

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Apr 18 13:11:15 2012

This archive was generated by hypermail 2.1.8 : Fri Apr 20 2012 - 16:21:18 MDT