updated top-level README and version_decl for V4.4.2 (#1795)
[WRF.git] / test / em_fire / create_links.sh
blobf8929af4fee3bc1b640dd3d9e96e5dab4428b309
1 #!/bin/sh
3 # Create directories with examples and link files there
4 # This script is executed from compile em_fire
5 # The directories are destroyed by clean -a
7 mkdir -p two_fires rain
9 ( cd two_fires; ln -s ../../../main/ideal.exe . ; ln -s ../../../main/wrf.exe . ; \
10 ln -s ../input_sounding_two_fires input_sounding ; \
11 ln -s ../namelist.fire_two_fires namelist.fire ; \
12 ln -s ../namelist.input_two_fires namelist.input )
14 ( cd rain; ln -s ../../../main/ideal.exe . ; ln -s ../../../main/wrf.exe . ; \
15 ln -s ../input_sounding_rain input_sounding ; \
16 ln -s ../namelist.fire_fmc namelist.fire ; \
17 ln -s ../namelist.input_rain namelist.input )
19 for i in ETAMPNEW_DATA LANDUSE.TBL RRTMG_SW_DATA URBPARM.TBL GENPARM.TBL \
20 RRTMG_LW_DATA SOILPARM.TBL VEGPARM.TBL
22 ( cd rain; ln -s ../../../run/$i .)
23 done