source: trunk/MESOSCALE/LMD_MM_MARS/SRC/build_static @ 207

Last change on this file since 207 was 207, checked in by aslmd, 13 years ago

MESOSCALE: A GENERAL CLEAN-UP FOLLOWING UPDATING THE USER MANUAL. EVERYTHING ESSENTIAL IS IN MESOSCALE (much lighter than before). EVERYTHING FOR DEVELOPPERS OR EXPERTS IS IN MESOSCALE_DEV.

  • Property svn:executable set to *
File size: 2.5 KB
Line 
1#! /bin/bash
2
3cd WPS_GEOG
4
5cp -rf res/albedo_TES .
6cd albedo_TES
7echo get TES albedo from PDS
8echo 1/2
9wget http://pds-geosciences.wustl.edu/geo/mgs-m-tes-special-v1/global_albedo_8ppd.img . > /dev/null 2>&1
10echo 2/2
11wget http://pds-geosciences.wustl.edu/geo/mgs-m-tes-special-v1/global_albedo_8ppd.lbl . > /dev/null 2>&1
12ls -l ./ | grep global_albedo*
13echo building... please wait
14./tesalbedo_build.m
15\rm global_albedo*
16cd ..
17
18cp -rf res/thermal_TES .
19cd thermal_TES
20echo get TES thermal inertia from Univ. Colorado
21echo 1/2
22wget http://lasp.colorado.edu/inertia/2007/NBmap2007.bin . > /dev/null 2>&1
23echo 2/2
24wget http://lasp.colorado.edu/inertia/2007/NBmap2007s.jpg . > /dev/null 2>&1
25ls -l ./ | grep NBmap2007*
26echo building... please wait
27./testhermal_build.m
28\rm NBmap2007*
29cd ..
30
31cp -rf res/mola_topo32 .
32cd mola_topo32
33echo get MOLA 32 topography from PDS ... this could be long
34echo 1/2
35wget http://pds-geosciences.wustl.edu/geo/mgs-m-mola-5-megdr-l3-v1/mgsl_300x/meg032/megt90n000fb.img . > /dev/null 2>&1
36echo 2/2
37wget http://pds-geosciences.wustl.edu/geo/mgs-m-mola-5-megdr-l3-v1/mgsl_300x/meg032/megt90n000fb.lbl . > /dev/null 2>&1
38ls -l ./ | grep megt*
39echo building... please wait
40./mola_build.m
41\rm megt*
42cd ..
43
44### remove this line if you want to generate MOLA 64
45exit
46
47cp -rf res/mola_topo64 .
48cd mola_topo64
49echo get MOLA 64 topography from PDS ... this could be very long
50ls -l ./ | grep megt*
51echo 1/8
52wget http://pds-geosciences.wustl.edu/geo/mgs-m-mola-5-megdr-l3-v1/mgsl_300x/meg064/megt90n000gb.img . > /dev/null 2>&1
53echo 2/8
54wget http://pds-geosciences.wustl.edu/geo/mgs-m-mola-5-megdr-l3-v1/mgsl_300x/meg064/megt90n000gb.lbl . > /dev/null 2>&1
55echo 3/8
56wget http://pds-geosciences.wustl.edu/geo/mgs-m-mola-5-megdr-l3-v1/mgsl_300x/meg064/megt90n180gb.img . > /dev/null 2>&1
57echo 4/8
58wget http://pds-geosciences.wustl.edu/geo/mgs-m-mola-5-megdr-l3-v1/mgsl_300x/meg064/megt90n180gb.lbl . > /dev/null 2>&1
59echo 5/8
60wget http://pds-geosciences.wustl.edu/geo/mgs-m-mola-5-megdr-l3-v1/mgsl_300x/meg064/megt00n000gb.img . > /dev/null 2>&1
61echo 6/8
62wget http://pds-geosciences.wustl.edu/geo/mgs-m-mola-5-megdr-l3-v1/mgsl_300x/meg064/megt00n000gb.lbl . > /dev/null 2>&1
63echo 7/8
64wget http://pds-geosciences.wustl.edu/geo/mgs-m-mola-5-megdr-l3-v1/mgsl_300x/meg064/megt00n180gb.img . > /dev/null 2>&1
65echo 8/8
66wget http://pds-geosciences.wustl.edu/geo/mgs-m-mola-5-megdr-l3-v1/mgsl_300x/meg064/megt00n180gb.lbl . > /dev/null 2>&1
67echo building... please wait
68./mola_buildNE.m 
69./mola_buildNW.m 
70./mola_buildSE.m 
71./mola_buildSW.m
72\rm megt*
73cd ..
74
75exit
Note: See TracBrowser for help on using the repository browser.