![]() |
| 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"
|