source: trunk/LMDZ.GENERIC_2.0/deftank/linkgen.sh @ 844

Last change on this file since 844 was 844, checked in by aslmd, 12 years ago

LMDZ.GENERIC. Added a new folder for the interface with LMDZ.COMMON and LMDZ5

File size: 1.1 KB
Line 
1#! /bin/bash
2
3wheregen=$MOD/LMDZ.GENERIC/
4
5mkdir phygeneric
6cd phygeneric
7
8mkdir bands
9cd bands
10ln -sf $wheregen/libf/grid/dimension/makbands .
11cd ..
12
13
14ln -sf $wheregen/libf/phystd/* .
15\rm for_lmdz5
16\rm ismin*
17\rm ismax*
18\rm rcm1d*
19\rm kcm1d*
20
21ln -sf $wheregen/libf/bibio/cbrt.F .
22ln -sf $wheregen/libf/bibio/lmdstd.h .
23
24ln -sf $wheregen/libf/dyn3d/control.h .
25
26ln -sf $wheregen/libf/phystd/for_lmdz5/generatedoth.sh .
27ln -sf $wheregen/libf/phystd/for_lmdz5/iniphysiq.F .
28ln -sf $wheregen/libf/phystd/for_lmdz5/dimphys.h .
29
30ln -sf ../phylmd/comgeomphy.F90 .
31ln -sf ../phylmd/dimphy.F90 .
32ln -sf ../phylmd/init_phys_lmdz.F90 .
33ln -sf ../phylmd/iophy.F90 .
34ln -sf ../phylmd/iostart.F90 .
35ln -sf ../phylmd/mod_grid_phy_lmdz.F90 .
36ln -sf ../phylmd/mod_phys_lmdz_mpi_data.F90 .
37ln -sf ../phylmd/mod_phys_lmdz_mpi_transfert.F90 .
38ln -sf ../phylmd/mod_phys_lmdz_omp_data.F90 .
39ln -sf ../phylmd/mod_phys_lmdz_omp_transfert.F90 .
40ln -sf ../phylmd/mod_phys_lmdz_para.F90 .
41ln -sf ../phylmd/mod_phys_lmdz_transfert_para.F90 .
42ln -sf ../phylmd/tetalevel.F .
43ln -sf ../phylmd/write_field_phy.F90 .
Note: See TracBrowser for help on using the repository browser.