-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmerfile2011.class
More file actions
60 lines (57 loc) · 1.47 KB
/
merfile2011.class
File metadata and controls
60 lines (57 loc) · 1.47 KB
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
!统计Tsys,2010-2020
!sic find \/home/res/lsbuser/BZY/psm_201[12345]01*U.14m 可同时找 2011-2015
!2011
def real el
sic delete \/home/res/user/csluo/tsys/bzy2011U.14m
file out \/home/res/user/csluo/tsys/bzy2011U.14m s
sic find \/home/res/lsbuser/BZY/psm_201112*U.14m
for i 1 to 'dir%nfile'
file in 'dir%file[i]'
find /line 12CO*
for j 1 to found
get next
let el 'ELEVATION*180/3.14'
if el.gt.55
write
endif
next
next
sic find \/home/res/lsbuser/BZY/psm_201201*U.14m
for i 1 to 'dir%nfile'
file in 'dir%file[i]'
find /line 12CO*
for j 1 to found
get next
let el 'ELEVATION*180/3.14' !1.1338
if el.gt.55
write
endif
next
next
!L
sic delete \/home/res/user/csluo/tsys/bzy2011L.14m
file out \/home/res/user/csluo/tsys/bzy2011L.14m s
sic find \/home/res/lsbuser/BZY/psm_201112*L.14m
for i 1 to 'dir%nfile'
file in 'dir%file[i]'
find /line 13CO*
for j 1 to found
get next
let el 'ELEVATION*180/3.14'
if el.gt.55
write
endif
next
next
sic find \/home/res/lsbuser/BZY/psm_201201*L.14m
for i 1 to 'dir%nfile'
file in 'dir%file[i]'
find /line 13CO*
for j 1 to found
get next
let el 'ELEVATION*180/3.14' !1.1338
if el.gt.55
write
endif
next
next