Re: read a variable from another NCL script

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue Dec 03 2013 - 09:48:59 MST

A counterparts to a fortran subroutine and function
are an NCL procedure and function. These are both
discussed in the Mini-Language Manual and the NCL
Reference Manual.

Many functions and procedures are in

$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl
$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl
$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl
$NCARG_ROOT/lib/ncarg/nclscripts/esmf/ESMF_regridding.ncl

%> less $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl

===
WRAPIT is for interlanguage communication:
NCL which is written in C and Fortran

On 12/3/13 12:24 AM, Yi-Chih Huang wrote:
> Hello,
>
> I am trying to read a variable from another NCL script. WRAPIT does
> not seem to support this function from the Mini-Language Manual. What is a
> simple way to read variable from another NCL script? Is there a
> counterpart of Fortran subroutine on NCL?
>
> Thanks much,
>
> Yi-Chih
>
>
>
> _______________________________________________
> 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 Dec 3 09:49:04 2013

This archive was generated by hypermail 2.1.8 : Wed Dec 04 2013 - 20:42:38 MST