Last change
on this file since 679 was
14,
checked in by aslmd, 14 years ago
|
spiga@svn-planeto:mineur
|
-
Property svn:executable set to
*
|
File size:
1.1 KB
|
Line | |
---|
1 | #! /bin/bash |
---|
2 | |
---|
3 | ### |
---|
4 | ### UPDATED to be OK with prepare_ini [previously same stuff was being done twice] |
---|
5 | ### |
---|
6 | |
---|
7 | rm -f namelist.wps 2> /dev/null |
---|
8 | #ln -s namelist.wps_Mars namelist.wps |
---|
9 | |
---|
10 | cd geogrid |
---|
11 | \rm GEOGRID.TBL 2> /dev/null |
---|
12 | cp ../wps_mars/geogrid/GEOGRID.TBL.ARW_Mars GEOGRID.TBL.ARW |
---|
13 | cd src |
---|
14 | rm constants_module.f90 |
---|
15 | # PB SVN |
---|
16 | ##ln -s ../../wps_mars/geogrid/constants_module_Mars.f90 constants_module.f90 |
---|
17 | cp ../../wps_mars/geogrid/constants_module_Mars.f90 constants_module.f90 |
---|
18 | rm process_tile_module.F90 |
---|
19 | ##ln -s ../../wps_mars/geogrid/process_tile_module_Mars.F90 process_tile_module.F90 |
---|
20 | cp ../../wps_mars/geogrid/process_tile_module_Mars.F90 process_tile_module.F90 |
---|
21 | cd ../.. |
---|
22 | |
---|
23 | cd metgrid |
---|
24 | \rm METGRID.TBL 2> /dev/null |
---|
25 | cp ../wps_mars/metgrid/METGRID.TBL.ARW_MarsBase METGRID.TBL.ARW |
---|
26 | cd src |
---|
27 | rm module_date_pack.f90 |
---|
28 | ##ln -s ../../wps_mars/metgrid/module_date_pack_Mars.f90 module_date_pack.f90 |
---|
29 | cp ../../wps_mars/metgrid/module_date_pack_Mars.f90 module_date_pack.f90 |
---|
30 | rm process_domain_module.F90 |
---|
31 | ##ln -s ../../wps_mars/metgrid/process_domain_module_Mars.F90 process_domain_module.F90 |
---|
32 | cp ../../wps_mars/metgrid/process_domain_module_Mars.F90 process_domain_module.F90 |
---|
33 | cd ../.. |
---|
34 | |
---|
35 | echo 'ok' |
---|
Note: See
TracBrowser
for help on using the repository browser.