Last change
on this file was
1,
checked in by lfita, 11 years ago
|
- -- --- Opening of the WRF+LMDZ coupling repository --- -- -
WRF: version v3.3
LMDZ: version v1818
More details in:
|
-
Property svn:executable set to
*
|
File size:
300 bytes
|
Line | |
---|
1 | #!/bin/csh |
---|
2 | |
---|
3 | echo Setting up scm_xy case by linking data files into this directory |
---|
4 | |
---|
5 | echo linking to LANDUSE.TBL in ../../run directory |
---|
6 | |
---|
7 | ln -sf ../../run/LANDUSE.TBL . |
---|
8 | ln -sf ../../run/VEGPARM.TBL . |
---|
9 | ln -sf ../../run/SOILPARM.TBL . |
---|
10 | ln -sf ../../run/GENPARM.TBL . |
---|
11 | ln -sf ../../run/RRTM_DATA . |
---|
12 | |
---|
13 | echo done |
---|
Note: See
TracBrowser
for help on using the repository browser.