![]() |
| 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 |
Last modified: Thursday, 22-May-2003 10:37:55 MDT.HLURESFILEChanges NCL's default graphical display(put in your home directory) DOWNLOAD!========================================= ! comments for ".res" files are preceded by a "!" ! remember quotations are not used in .res files ! White background/black foreground *wkForegroundColor : (/0.,0.,0./) *wkBackgroundColor : (/1.,1.,1./) ! Font stuff *Font : helvetica ! Function Codes [Default is a colon ] *TextFuncCode : ~ ! Make default X11 window larger (adjust as necessary) *wkWidth : 800 *wkHeight : 800 ! Increase the default (16mb) contour memory ! If you gave gridded data > 500x500, you may need this *wsMaximumSize: 32556688 !========================================== |