[ncl-install] Why the ncl installed with "condo" contain no "ESMF_RegridWeightGen" function ?
Kevin Hallock
hallock at ucar.edu
Mon Dec 19 12:11:13 MST 2016
Hi Lin,
ESMF_RegridWeightGen is actually included in the “esmf” package on conda-forge’s channel.
Could you please try activating your environment and installing the esmf package using the following commands:
source activate ncl_stable
conda install -c conda-forge esmf
Please let me know if you are still unable to run esmf_regrid_6_sic.ncl after installing the esmf package.
Thanks,
Kevin
> On Dec 18, 2016, at 4:49 PM, 林祥 <xianglin72 at icloud.com> wrote:
>
> Hi, all
>
>
> I’ve just installed ncl 6.3.0 with conda following the instruction in http://www.ncl.ucar.edu/Download/conda.shtml <http://www.ncl.ucar.edu/Download/conda.shtml>.
>
> The installation is successful, however, when I run a script, I met a error message as listed below.
>
>
> (ncl_stable) linx:CMIP5_SIC linx$ ncl esmf_regrid_6_sic.ncl
>
> Copyright (C) 1995-2015 - All Rights Reserved
> University Corporation for Atmospheric Research
> NCAR Command Language Version 6.3.0
> The use of this software is governed by a License Agreement.
> See http://www.ncl.ucar.edu/ <http://www.ncl.ucar.edu/> for more details.
>
> ……
>
> sh: ESMF_RegridWeightGen: command not found
> fatal:The result of the conditional expression yields a missing value. NCL can not determine branch, see ismissing function
> fatal:["Execute.c":8575]:Execute: Error occurred at or near line 2938 in file $NCARG_ROOT/lib/ncarg/nclscripts/esmf/ESMF_regridding.ncl
>
> fatal:["Execute.c":8575]:Execute: Error occurred at or near line 4027 in file $NCARG_ROOT/lib/ncarg/nclscripts/esmf/ESMF_regridding.ncl
>
> fatal:["Execute.c":8575]:Execute: Error occurred at or near line 143 in file esmf_regrid_6_sic.ncl
>
>
> I found that there is no ESMF_RegridWeightGen in the corresponding directory (/Users/linx/miniconda2/envs/ncl_stable/bin/),
> different from the case in which ncl is installed in the other way.
>
> (ncl_stable) linx:CMIP5_SIC linx$ which ncl
> /Users/linx/miniconda2/envs/ncl_stable/bin/ncl
>
>
> Anyone can give me some suggestion? Thanks!
>
>
>
> Lin
>
>
>
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-install/attachments/20161219/6e1555e8/attachment.html
More information about the ncl-install
mailing list