source: trunk/LMDZ.PLUTO/util/cpi_start.sh @ 3780

Last change on this file since 3780 was 3690, checked in by afalco, 4 months ago

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

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