Ignore:
Timestamp:
03/12/13 15:25:35 (11 years ago)
Author:
sdipsl
Message:
  • Minimal changes so as to be able to DRYRUN after bash conversion using new_libIGCM function defined here /ccc/cont003/home/dsm/p86mart/.bash_alias see #113 #116
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_ensemble/libIGCM_ensemble.ksh

    r824 r829  
    403403      siecle=$( (( $siecle - 18 )) ) 
    404404      StartYear="${siecle}$( echo $year | cut -c3-4 )" 
    405       StartMonth="${AlphaMonth[ (( $month - 1 )) ]}" 
     405      StartMonth="${AlphaMonth[ (( 10#${month} - 1 )) ]}" 
    406406      StartDir="${Name}${StartYear}${StartMonth}" 
    407407      ;; 
Note: See TracChangeset for help on using the changeset viewer.