Changeset 515


Ignore:
Timestamp:
11/08/11 16:58:01 (12 years ago)
Author:
sdipsl
Message:

Save intermediate files when running create_ts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_MPI_OpenMP/AA_create_ts

    r513 r515  
    872872                    # 
    873873                    IGCM_sys_Rm ${file1} 
     874                    if [ ! "${DEPOT}" = "TRUE" ] ; then 
     875                        eval IGCM_sys_Put_Out ${file_out} \${R_OUT_${comp}}/Analyse/${TS_Dir}/${file_out} 
     876                        # "${file1} = file_before ? 
     877                        [ ! "${file1}" = "${config_UserChoices_JobName}_${DateBegin}_${DATE_FIN_JOB_B}_${FlagDir}_${var}.nc" ] && eval MENAGE \${R_OUT_${comp}}/Analyse/${TS_Dir} ${file1} ${file_out} 
     878                    fi 
     879 
    874880                    ExitFlag=false 
    875881                else 
     
    886892                    eval IGCM_sys_Put_Out ${file_out} \${R_OUT_${comp}}/Analyse/${TS_Dir}/${file_out} 
    887893                    [ "${FLAG_B}" = "TRUE" ] && eval MENAGE \${R_OUT_${comp}}/Analyse/${TS_Dir} ${file_before} ${file_out} 
     894                    if [ ! "X${file1}" = "X" ] ; then 
     895                        [ ! "${file1}" = "${config_UserChoices_JobName}_${DateBegin}_${DATE_FIN_JOB_B}_${FlagDir}_${var}.nc" ] && eval MENAGE \${R_OUT_${comp}}/Analyse/${TS_Dir} ${file1} ${file_out} 
     896                    fi 
    888897                    # 
    889898                    if ( [ ${FlagDir} = "1M" ] && [ -f ${file_out} ] ) ; then 
Note: See TracChangeset for help on using the changeset viewer.