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