Changeset 2166


Ignore:
Timestamp:
11/14/13 10:19:02 (10 years ago)
Author:
acosce
Message:

fixe a bug to calcul the new size for a pack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/SURPACK_IPSL/find_size_pack.sh

    r2136 r2166  
    230230change=0 
    231231for i in 1 2 3 4 5 6 ; do 
    232     if [[ ${new_period} -lt ${liste_period[i]} && ${change} -eq 0 && ${newpackinyear} -ne 0 ]] 
     232    if [[ ${new_period} -lt ${liste_period[i]} && ${change} -eq 0 ]] 
    233233    then  
    234234        new_period=${liste_period[i-1]} 
Note: See TracChangeset for help on using the changeset viewer.