|
Last change
on this file was
88,
checked in by aslmd, 15 years ago
|
|
LMD_MM_MARS: correction bug scripts d'installation des routines d'initialisation
|
-
Property svn:executable set to
*
|
|
File size:
1.2 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 | ####----> fait dans prepare_ini |
|---|
| 13 | ####cp ../wps_mars/geogrid/GEOGRID.TBL.ARW_Mars GEOGRID.TBL.ARW |
|---|
| 14 | cd src |
|---|
| 15 | rm constants_module.f90 |
|---|
| 16 | # PB SVN |
|---|
| 17 | ##ln -s ../../wps_mars/geogrid/constants_module_Mars.f90 constants_module.f90 |
|---|
| 18 | cp ../../wps_mars/geogrid/constants_module_Mars.f90 constants_module.f90 |
|---|
| 19 | rm process_tile_module.F90 |
|---|
| 20 | ##ln -s ../../wps_mars/geogrid/process_tile_module_Mars.F90 process_tile_module.F90 |
|---|
| 21 | cp ../../wps_mars/geogrid/process_tile_module_Mars.F90 process_tile_module.F90 |
|---|
| 22 | cd ../.. |
|---|
| 23 | |
|---|
| 24 | cd metgrid |
|---|
| 25 | \rm METGRID.TBL 2> /dev/null |
|---|
| 26 | ####----> fait dans prepare_ini |
|---|
| 27 | ####cp ../wps_mars/metgrid/METGRID.TBL.ARW_MarsBase_newphys METGRID.TBL.ARW |
|---|
| 28 | cd src |
|---|
| 29 | rm module_date_pack.f90 |
|---|
| 30 | ##ln -s ../../wps_mars/metgrid/module_date_pack_Mars.f90 module_date_pack.f90 |
|---|
| 31 | cp ../../wps_mars/metgrid/module_date_pack_Mars.f90 module_date_pack.f90 |
|---|
| 32 | rm process_domain_module.F90 |
|---|
| 33 | ##ln -s ../../wps_mars/metgrid/process_domain_module_Mars.F90 process_domain_module.F90 |
|---|
| 34 | cp ../../wps_mars/metgrid/process_domain_module_Mars.F90 process_domain_module.F90 |
|---|
| 35 | cd ../.. |
|---|
| 36 | |
|---|
| 37 | echo 'ok' |
|---|
Note: See
TracBrowser
for help on using the repository browser.