Ignore:
Timestamp:
01/31/11 10:38:05 (13 years ago)
Author:
sdipsl
Message:
  • Bug fix : AA_create_se & AA_create_multi_se.

: SmoothFile : SmoothMax? not well handle
: monitoring lauch by 2D/3D TsTask?. Better solution will come

File:
1 edited

Legend:

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

    r412 r414  
    397397                    (( j=j+1 )) 
    398398                done 
     399                [ ${SmoothMax} -eq -1 ] && SmoothMax=${CumulPeriod} 
    399400                if ( [ X${ret} = Xtrue ] || ( [ ${Period} -eq 1 ] && [ ${CumulPeriod} -ge ${SmoothMin} ] && [ ${CumulPeriod} -le ${SmoothMax} ] ) ) ; then 
     401                #if ( [ X${ret} = Xtrue ] || [ ${Period} -eq 1 ] ) ; then 
    400402                    IGCM_sys_Get ${file_in} ${file_out} 
    401403                    #IGCM_comp_PrepareDeletedFiles ${file_in} ${file_out} 
Note: See TracChangeset for help on using the changeset viewer.