source: lmdz_wrf/WRFV3/test/em_fire/create_links.sh @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 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: 168 bytes
Line 
1#!/bin/sh
2
3for f in */* ; do
4  if [ -d $f ] ; then
5    for x in "fire.exe" "wrf.exe" "ideal.exe" "fire_input.nc" ; do
6      ln -sf ../${x} ${f}/${x}
7    done
8  fi
9done
Note: See TracBrowser for help on using the repository browser.