blob: f3be089050775ddd9ea7bb5c4e0e24bfcc80f112 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
'load' Keyword
' ' Text
'"$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"' Literal.String.Double
'\n' Text
'load' Keyword
' ' Text
'"$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"' Literal.String.Double
'\n' Text
'load' Keyword
' ' Text
'"$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"' Literal.String.Double
'\n' Text
'begin\n ' Keyword
'int_num' Name
' ' Text
'=' Punctuation
' ' Text
'1' Literal.Number.Integer
'\n ' Text
'float_num' Name
' ' Text
'=' Punctuation
' ' Text
'0.1' Literal.Number.Float
'\n ' Text
'str' Name
' ' Text
'=' Punctuation
' ' Text
'"A void map"' Literal.String.Double
'\n ' Text
'array' Name
' ' Text
'=' Punctuation
' ' Text
'(' Punctuation
'/' Operator
'1' Literal.Number.Integer
',' Punctuation
' ' Text
'2' Literal.Number.Integer
',' Punctuation
' ' Text
'3' Literal.Number.Integer
',' Punctuation
' ' Text
'4' Literal.Number.Integer
',' Punctuation
' ' Text
'5' Literal.Number.Integer
'/' Operator
')' Punctuation
'\n\n\n ' Text
'wks' Name
' ' Text
'=' Punctuation
' ' Text
'gsn_open_wks' Name.Builtin
'(' Punctuation
'"X11"' Literal.String.Double
',' Punctuation
' ' Text
'"test_for_pygments"' Literal.String.Double
')' Punctuation
'\n\n ' Text
'res' Name
' ' Text
'=' Punctuation
' ' Text
'True\n ' Keyword
'res' Name
'@' Punctuation
'mpMinLonF' Name.Builtin
' ' Text
'=' Punctuation
' ' Text
'9' Literal.Number.Integer
'0.' Literal.Number.Float
'\n ' Text
'res' Name
'@' Punctuation
'mpMaxLonF' Name.Builtin
' ' Text
'=' Punctuation
' ' Text
'18' Literal.Number.Integer
'0.' Literal.Number.Float
'\n ' Text
'res' Name
'@' Punctuation
'mpMinLatF' Name.Builtin
' ' Text
'=' Punctuation
' ' Text
'0.' Literal.Number.Float
'\n ' Text
'res' Name
'@' Punctuation
'mpMaxLatF' Name.Builtin
' ' Text
'=' Punctuation
' ' Text
'9' Literal.Number.Integer
'0.' Literal.Number.Float
'\n\n ' Text
'plot' Name
' ' Text
'=' Punctuation
' ' Text
'gsn_csm_map_ce' Name.Builtin
'(' Punctuation
'wks' Name
',' Punctuation
' ' Text
'res' Name
')' Punctuation
'\n' Text
'end' Keyword
'\n' Text
|