Parent Directory
|
Revision Log
|
Revision Graph
replace set dirCs32 = ../ with set dirCs32 = ../../global_oce_cs32/ which is safer since prepare_run could be called from another experiment directory, the way global_oce_ll90/input/prepare_run is.
1 | gforget | 1.1 | #!/bin/csh -f |
2 | |||
3 | gforget | 1.3 | set dirInputFields = ../../global_oce_input_fields/ |
4 | set dirLlc90 = ../../global_oce_llc90/ | ||
5 | gforget | 1.4 | set dirCs32 = ../../global_oce_cs32/ |
6 | gforget | 1.3 | |
7 | ln -s ${dirCs32}/input/* . | ||
8 | ln -s ${dirInputFields}/cs32/* . | ||
9 | ${dirLlc90}/input/prepare_run |
ViewVC Help | |
Powered by ViewVC 1.1.22 |