Last change
on this file was
11,
checked in by aslmd, 14 years ago
|
spiga@svn-planeto:ajoute le modele meso-echelle martien
|
-
Property svn:executable set to
*
|
File size:
1.0 KB
|
Line | |
---|
1 | mkdir WPS_GEOG_data |
---|
2 | |
---|
3 | cp save_wps_geog WPS_GEOG_data |
---|
4 | cp save_data WPS_GEOG_data |
---|
5 | cd WPS_GEOG_data |
---|
6 | |
---|
7 | mkdir albedo_GCM |
---|
8 | cd albedo_GCM |
---|
9 | cp ../../albedo_GCM/0* . |
---|
10 | cp ../../albedo_GCM/index . |
---|
11 | cd .. |
---|
12 | |
---|
13 | mkdir albedo_TES |
---|
14 | cd albedo_TES |
---|
15 | cp ../../albedo_TES/index . |
---|
16 | cp ../../albedo_TES/0* . |
---|
17 | cd .. |
---|
18 | |
---|
19 | mkdir mola_topo32 |
---|
20 | cd mola_topo32 |
---|
21 | cp ../../mola_topo32/index . |
---|
22 | cp ../../mola_topo32/0* . |
---|
23 | cd .. |
---|
24 | |
---|
25 | mkdir mola_topo64 |
---|
26 | cd mola_topo64 |
---|
27 | cp ../../mola_topo64/index . |
---|
28 | cp ../../mola_topo64/0* . |
---|
29 | cp ../../mola_topo64/1* . |
---|
30 | cd .. |
---|
31 | |
---|
32 | mkdir thermal_GCM |
---|
33 | cd thermal_GCM |
---|
34 | cp ../../thermal_GCM/0* . |
---|
35 | cp ../../thermal_GCM/index . |
---|
36 | cd .. |
---|
37 | |
---|
38 | mkdir thermal_TES |
---|
39 | cd thermal_TES |
---|
40 | cp ../../thermal_TES/0* . |
---|
41 | cp ../../thermal_TES/index . |
---|
42 | cd .. |
---|
43 | |
---|
44 | mkdir martian_data |
---|
45 | cd martian_data |
---|
46 | cp ../../martian_data/surface.nc . |
---|
47 | cp ../../martian_data/dust_tes.nc . |
---|
48 | cd .. |
---|
49 | |
---|
50 | mkdir crater |
---|
51 | cd crater |
---|
52 | cp ../../crater/0* . |
---|
53 | cp ../../crater/index . |
---|
54 | cd .. |
---|
55 | |
---|
56 | mkdir crater2 |
---|
57 | cd crater2 |
---|
58 | cp ../../crater2/0* . |
---|
59 | cp ../../crater2/index . |
---|
60 | cd .. |
---|
61 | |
---|
62 | |
---|
63 | cd .. |
---|
64 | tar czvf WPS_GEOG_data.tar.gz WPS_GEOG_data |
---|
65 | |
---|
66 | rm -rf WPS_GEOG_data |
---|
67 | echo 'ok' |
---|
Note: See
TracBrowser
for help on using the repository browser.