Default Option Settings File: g_defaults.nml
This is a namelist file and it is optional. If this file
exists in the current working directory when the Graph program
starts executing, the file's contents replace the previously
set defaults in the Fortran code. Since this is a namelist
structured file, lines may be removed.
&JOEDEF
LW1=2000,
; line width, 1000 is thinnest
LW2=2000,
; line width for overlay plot
DASH1=-682,
; dash pattern, standard NCAR GKS method
DASH2=-682,
; 4092, 3640, 2730, -682
COLOR1=12, COLOR4=12,
COLOR2=9, COLOR5=9,
COLOR3=8, COLOR6=8,
HDRINFO=F,
; true=print header and stop
LOGP=0,
; cross section: 0=linear in p; 1=linear in ln p
LEVELS=1,
; top of cross section plots (mb)
ICONDRV=F,F,
; use CONDRV or CONREC
LMETH=-2,
; if condrv, which contouring method
LEVELS=0.4,
LABLINE=1,
; 0: no contour line labels
LABMESG=0,
; 1: no message below conrec plot
NOZERO=0,
; 0: allow zero line; 1:no min/max zero line;
; 2: no zero whatsoever
IHIRES=0,
; 1: use high resolution US county line/China coastline
&END ;
Description of variables in the namelist:
|
|
line width for the first plot; 1000 is the thinnest
|
|
|
line width for the overlay plot
|
|
|
dash pattern for the first plot; standard NCAR GKS
method. A `-' before a number means contour of positive
values is solid, negative values is dashed
682: shorter-dashed line
2730: short-dashed line
3640: medium-dashed line
4092: long-dashed line
|
|
|
dash pattern for the overlay plot
|
|
|
color index for the first contour plot, labeled lines
|
|
|
color index for the overlay plot, labeled lines
|
|
|
color index for a dot-point plot, labeled line
|
|
|
color index for the first contour plot, unlabeled lines
|
|
|
color index for the overlay plot, unlabeled lines
|
|
|
color index for a dot-point plot, unlabeled lines
|
|
|
T: will only print record header
|
|
|
for cross section plots: whether the vertical coordinate
is plotted in linear p (LOGP=0), or log p (LOGP=1)
|
|
|
top of a cross section plot (in mb)
|
ICONDRV |
logical |
use CONDRV or CONREC |
LMETH |
integer |
if condrv, which contouring method |
LEVELS |
integer |
if condrv, specify increment, highest level, lowest
level |
|
|
=0: no contour line labels
|
|
|
=1: no message below conrec plot
|
|
|
=1: no min/max zero line; =2: no zero line whatsoever
|
|
|
=1: use high resolution US county/Asia coastline
|
To use higher resolution US county
lines or Asia coastline, set IHIRES=1, and name the outline
file to be hipone.ascii. These files may be downloaded from
ftp://ftp.ucar.edu/mesouser/Data/GRAPH directory.