Last change
on this file since 3916 was
3809,
checked in by ymipsl, 10 years ago
|
Add LMDZ in aquaplanet configuration
YM
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
File size:
545 bytes
|
Rev | Line | |
---|
[3809] | 1 | # This is a script in Bash. |
---|
| 2 | |
---|
| 3 | # This script installs the source files of LMDZ 1D. Run this script |
---|
| 4 | # from "libf". |
---|
| 5 | |
---|
| 6 | set -xe |
---|
| 7 | |
---|
| 8 | # cp --no-clobber phylmd/* phy1d: |
---|
| 9 | cd phylmd |
---|
| 10 | set +x |
---|
| 11 | for my_file in * |
---|
| 12 | do |
---|
| 13 | if [[ ! -a ../phy1d/$my_file ]] |
---|
| 14 | then |
---|
| 15 | # cp $my_file ../phy1d |
---|
| 16 | cp -R $my_file ../phy1d |
---|
| 17 | fi |
---|
| 18 | done |
---|
| 19 | set -x |
---|
| 20 | |
---|
| 21 | cd ../phy1d |
---|
| 22 | |
---|
| 23 | ln -s ../dyn3d/mod_const_mpi.F90 . |
---|
| 24 | ln -sf ../dyn3d_common/infotrac.F90 . |
---|
| 25 | ln -s ../dyn3d/conf_gcm.F . |
---|
| 26 | ln -s ../dyn3d_common/control_mod.F90 . |
---|
| 27 | ln -sf ../dyn3d_common/q_sat.F . |
---|
| 28 | ln -s ../dyn3d_common/disvert.F90 . |
---|
Note: See
TracBrowser
for help on using the repository browser.