Ignore:
Timestamp:
08/08/13 15:10:45 (11 years ago)
Author:
sdipsl
Message:
  • cleanup
  • whitespace-cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_multi_se

    r903 r906  
    309309    (( an = an_multi_deb )) 
    310310    # Initialize array 
    311     #set -A liste_file_se 
    312     #set -A liste_file_se_tmp 
    313311    unset liste_file_se 
    314312    unset liste_file_se_tmp 
     
    319317      (( an_fin = an_deb + freq - 1 )) 
    320318      date=${an_deb}_${an_fin} 
    321       #set +A liste_file_se ${liste_file_se[*]} ${file_path}${config_UserChoices_JobName}_${date}_${file}.nc 
    322       #set +A liste_file_se_tmp ${liste_file_se_tmp[*]} ${config_UserChoices_JobName}_${date}_${file}.nc 
     319      # 
    323320      liste_file_se[${#liste_file_se[*]}]=${file_path}${config_UserChoices_JobName}_SE_${date}_${file}.nc 
    324321      liste_file_se_tmp[${#liste_file_se_tmp[*]}]=${config_UserChoices_JobName}_SE_${date}_${file}.nc 
     
    363360    IGCM_sys_Rm ${OUT_SE[*]} 
    364361 
    365     # Put correct climatological axis following calendar  
     362    # Put correct climatological axis following calendar 
    366363    case ${config_UserChoices_CalendarType} in 
    367364      360d|360_day) 
Note: See TracChangeset for help on using the changeset viewer.