source: lmdz_wrf/trunk/WRFV3/test/em_scm_xy/run_me_first.csh

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
3echo Setting up scm_xy case by linking data files into this directory
4
5echo linking to LANDUSE.TBL in ../../run directory
6
7ln -sf ../../run/LANDUSE.TBL .
8ln -sf ../../run/VEGPARM.TBL .
9ln -sf ../../run/SOILPARM.TBL .
10ln -sf ../../run/GENPARM.TBL .
11ln -sf ../../run/RRTM_DATA .
12
13echo done
Note: See TracBrowser for help on using the repository browser.