-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest3.sh
More file actions
77 lines (40 loc) · 2.23 KB
/
Copy pathtest3.sh
File metadata and controls
77 lines (40 loc) · 2.23 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#! /bin/csh -f
############################################################################
cd /short/v45/pas561/mom/archive/gfdl_iaf_1080_v2/
#set sim = 90;
#while ( $sim < 100)
#ncrcat -v tau_x -d yt_ocean,0,299 output0${sim}/ocean__*.nc taux__${sim}.cat.nc
#ncrcat -v temp -d yt_ocean,0,299 -d st_ocean,16,25 output0${sim}/ocean__*.nc temp__${sim}.cat.nc
#@ sim = $sim + 1
#end
#set sim = 16;
#while ( $sim < 100)
#ncea -v temp output09*/ocean__*_0${sim}.nc output1*/ocean__*_0${sim}.nc nceafull/temp.ncea90to119.full.${sim}.nc
#@ sim = $sim + 5
#end
set sim = 296;
while ( $sim < 300)
ncea -v temp output09*/ocean__*_${sim}.nc output1*/ocean__*_${sim}.nc nceafull/temp.ncea90to119.full.${sim}.nc
@ sim = $sim + 5
end
#cd nceafull/
#ncrcat temp.*.nc temp.ncea90to119.full.cat.nc
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################