Ignore:
Timestamp:
03/13/12 15:52:30 (12 years ago)
Author:
acosce
Message:

ACo : correction of some bug for new production

1- add choice between dmget and cp for boundary files (list)
2- correct syntax in AA_pack_restart and AA_pack_debug

File:
1 edited

Legend:

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

    r549 r578  
    482482        eval file_out=${file_out_} 
    483483 
    484         IGCM_sys_Get ${file_in} ${file_out} 
    485         IGCM_comp_PrepareDeletedFiles ${file_in} ${file_out} 
     484        IGCM_sys_IsFileArchived ${file_in} 
     485        if [ $? = 0 ] ; then 
     486          IGCM_sys_Get ${file_in} ${file_out} 
     487          #IGCM_comp_PrepareDeletedFiles ${file_in} ${file_out} 
     488        else 
     489          IGCM_sys_Cp ${file_in} ${file_out} 
     490        fi 
    486491 
    487492        (( i=i+2 )) 
Note: See TracChangeset for help on using the changeset viewer.