Main Links
Home
TISO Home
About the Model
NCL
Get Started
NCL Home
Graphics
Master Scripts
Do it yourself scripts
Functions
CCSM NCL Examples
File Handling
TGCM_NCO
netCDF Operators

Master Script Functions

There are numerious functions that are used within the NCL HAO tgcmproc-like master scripts. To access a function it must be loaded at the top of a script using the "load" command. e.g. load "/home/tgcm/ncl/web_ex/func_lib/labeling.ncl"

You can view the graphical and data processing functions via the script links below. These are provided here as examples of how to write functions, how to do certain types of processing etc.

Any user who wishes to call one of these functions from their own NCL script is responsible for reviewing its arguments and dependencies. These functions were not designed to be called outside of the master scripts.