source: trunk/LMDZ.PLUTO/util/cpstart_i.sh @ 3721

Last change on this file since 3721 was 3690, checked in by afalco, 3 months ago

Pluto: scripts to copy start files for a year and vice-versa.
AF

  • Property svn:executable set to *
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)
2i=${1:-0}
3
4cp startfi.nc startfi$i.nc
5cp start.nc start$i.nc
Note: See TracBrowser for help on using the repository browser.