source: trunk/MESOSCALE/LMD_MM_MARS/WPS_GEOG/res/_exp/save_data

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 
1mkdir WPS_GEOG_data
2
3cp save_wps_geog WPS_GEOG_data
4cp save_data WPS_GEOG_data
5cd WPS_GEOG_data
6
7mkdir albedo_GCM
8cd albedo_GCM
9cp ../../albedo_GCM/0* .
10cp ../../albedo_GCM/index .
11cd ..
12
13mkdir albedo_TES
14cd albedo_TES
15cp ../../albedo_TES/index .
16cp ../../albedo_TES/0* .
17cd ..
18
19mkdir mola_topo32
20cd mola_topo32
21cp ../../mola_topo32/index .
22cp ../../mola_topo32/0* .
23cd ..
24
25mkdir mola_topo64
26cd mola_topo64
27cp ../../mola_topo64/index .
28cp ../../mola_topo64/0* .
29cp ../../mola_topo64/1* .
30cd ..
31
32mkdir thermal_GCM
33cd thermal_GCM
34cp ../../thermal_GCM/0* .
35cp ../../thermal_GCM/index .
36cd ..
37
38mkdir thermal_TES
39cd thermal_TES
40cp ../../thermal_TES/0* .
41cp ../../thermal_TES/index .
42cd ..
43
44mkdir martian_data
45cd martian_data
46cp ../../martian_data/surface.nc .
47cp ../../martian_data/dust_tes.nc .
48cd ..
49
50mkdir crater
51cd crater
52cp ../../crater/0* .
53cp ../../crater/index .
54cd ..
55
56mkdir crater2
57cd crater2
58cp ../../crater2/0* .
59cp ../../crater2/index .
60cd ..
61
62
63cd ..
64tar czvf WPS_GEOG_data.tar.gz WPS_GEOG_data
65
66rm -rf WPS_GEOG_data
67echo 'ok'
Note: See TracBrowser for help on using the repository browser.