source: trunk/mesoscale/LMD_MM_MARS/SRC/WPS/switch_WPS_Mars @ 11

Last change on this file since 11 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: 759 bytes
Line 
1#! /bin/bash
2
3rm -f namelist.wps 2> /dev/null
4#ln -s namelist.wps_Mars namelist.wps
5
6cd geogrid
7\rm GEOGRID.TBL 2> /dev/null
8cp ../wps_mars/geogrid/GEOGRID.TBL.ARW_Mars GEOGRID.TBL.ARW
9cd src
10rm constants_module.f90
11ln -s ../../wps_mars/geogrid/constants_module_Mars.f90 constants_module.f90
12rm process_tile_module.F90
13ln -s ../../wps_mars/geogrid/process_tile_module_Mars.F90 process_tile_module.F90
14cd ../..
15
16cd metgrid
17\rm METGRID.TBL 2> /dev/null
18cp ../wps_mars/metgrid/METGRID.TBL.ARW_MarsBase METGRID.TBL.ARW
19cd src
20rm module_date_pack.f90
21ln -s ../../wps_mars/metgrid/module_date_pack_Mars.f90 module_date_pack.f90
22rm process_domain_module.F90
23ln -s ../../wps_mars/metgrid/process_domain_module_Mars.F90 process_domain_module.F90
24cd ../..
25
26echo 'ok'
Note: See TracBrowser for help on using the repository browser.