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