Ignore:
Timestamp:
04/14/10 13:03:27 (14 years ago)
Author:
sdipsl
Message:
  • Minor changes regarding smooth files handling
  • We do not want to erase them between gcm execution
  • We use that for aerosols forcing and ozone forcing updates
File:
1 edited

Legend:

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

    r247 r260  
    383383                IGCM_debug_Print 3 "  ${file_in} ${SmoothDef}" 
    384384                eval ret=$( IGCM_SmoothModulo ${SmoothDef} ${CumulPeriod} ) 
    385                 if [ X${ret} = Xtrue ] ; then 
     385                if ( [ X${ret} = Xtrue ] || [ ${Period} -eq 1 ] ) ; then 
    386386                    IGCM_sys_Get ${file_in} ${file_out} 
    387387 
    388                     IGCM_comp_PrepareDeletedFiles ${file_in} ${file_out} 
     388                    #IGCM_comp_PrepareDeletedFiles ${file_in} ${file_out} 
    389389                fi 
    390390                (( i=i+3 )) 
Note: See TracChangeset for help on using the changeset viewer.