Re: ESMF regrid fails

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Tue Apr 30 2013 - 15:33:32 MDT

I googled this, "libcurl-gnutls.so.4 not found".

You may need to install libcurl3-gnutls

sudo apt-get install libcurl3-gnutls
or
sudo yum install libcurl3-gnutls

I've seen some suggestions to create soft links, but I don't like this as much:

cd /usr/lib
ln -s libcurl.so.4 libcurl-gnutls.so.4

---Mary

On Apr 30, 2013, at 1:25 PM, Andy Barrett wrote:

> Hi
>
> I'm running a modification of one of the example ESMF regrid scripts but
> it fails.
>
> I'm running openSUSE 12.3
>
> I recently upgraded to NCL 6.1.2
>
> I get the following error message (see below). It appears that I am
> missing a library libcurl-gnutls.so.4
>
> I do have
>
> /usr/lib/libcurl.so.4
> /usr/lib/libcurl.so.4.3.0
>
> Thanks for your help.
>
> Andy Barrett
> NSIDC
>
> Copyright (C) 1995-2013 - All Rights Reserved
> University Corporation for Atmospheric Research
> NCAR Command Language Version 6.1.2
> The use of this software is governed by a License Agreement.
> See http://www.ncl.ucar.edu/ for more details.
> (0) write_grid_description: source lat dims = (384,320)
> (0) write_grid_description: source lon dims = (384,320)
> (0) write_grid_description: source grid type is 'curvilinear'
> (0) curvilinear_to_SCRIP: calculating grid corners...
> (0) calc_SCRIP_corners
> (0) min/max original lat: -79.2205/89.7064
> (0) min/max original lon: 0.0147311/359.996
> (0) calc_SCRIP_corners
> (0) min/max grid_corner_lat2d: -79.2205/89.6851
> (0) min/max grid_corner_lon2d: 0.606198/359.422
> (0) calc_SCRIP_corners
> (0) min/max grid_corner_lat: -79.2205/89.6851
> (0) min/max grid_corner_lon: 0.606198/359.422
> (0) =====> CPU Elapsed Time: curvilinear_to_SCRIP: 15.592 <=====
> (0) write_grid_description: destination lat dims = (25373)
> (0) write_grid_description: destination lon dims = (25373)
> (0) write_grid_description: destination grid type is 'unstructured'
> (0) unstructured_to_ESMF: triangulating the data ...
> (0) min/max ElementVertices = 0/25372
> (0) unstructured_to_ESMF: total number of elements created: 50736
> (0) unstructured_to_ESMF: Element Area: min:1.37818e-06 max:0.0007093
> (0) =====> CPU Elapsed Time: unstructured_to_ESMF: 2.84 <=====
> (0) ESMF_regrid_gen_weights: number of processors used: 1
> (0) --------------------------------------------------
> (0) ESMF_regrid_gen_weights: the following command is about to be
> executed on the system:
> (0) 'ESMF_RegridWeightGen --source CCSM4_SCRIP.nc --destination
> EASE_ESMF.nc --weight CCSM4_2_EASE_patch.nc --method patch --dst_type
> ESMF -i'
> (0) --------------------------------------------------
> ESMF_RegridWeightGen: error while loading shared libraries:
> libcurl-gnutls.so.4: cannot open shared object file: No such file or
> directory
> (0) ESMF_regrid_gen_weights: output from 'ESMF_RegridWeightGen':
> (0) missing
> (0) --------------------------------------------------
> fatal:The result of the conditional expression yields a missing value.
> NCL can not determine branch, see ismissing function
> fatal:["Execute.c":8128]:Execute: Error occurred at or near line 1972 in
> file
> /usr/local/ncl_ncarg_6.1.0beta/lib/ncarg/nclscripts/esmf/ESMF_regridding.ncl
>
> fatal:["Execute.c":8128]:Execute: Error occurred at or near line 2697 in
> file
> /usr/local/ncl_ncarg_6.1.0beta/lib/ncarg/nclscripts/esmf/ESMF_regridding.ncl
>
> fatal:["Execute.c":8128]:Execute: Error occurred at or near line 115 in
> file /home/apbarret/src/NCL/esmf_regrid_test_v2.ncl
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Apr 30 15:33:42 2013

This archive was generated by hypermail 2.1.8 : Thu May 02 2013 - 11:16:45 MDT