source:
trunk/LMDZ.PLUTO/util/cpstart_i.sh
@
3721
Last change on this file since 3721 was 3690, checked in by , 3 months ago | |
---|---|
|
|
File size: 183 bytes |
Line | |
---|---|
1 | # This script renames the start files for current run (start.nc and startfi.nc) to a run "i" (input param, defaults to 0) |
2 | i=${1:-0} |
3 | |
4 | cp startfi.nc startfi$i.nc |
5 | cp start.nc start$i.nc |
Note: See TracBrowser
for help on using the repository browser.