Changeset 278


Ignore:
Timestamp:
05/21/10 15:59:29 (14 years ago)
Author:
mafoipsl
Message:

Add modulo attribute to time axis for CPL seasonal files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r265 r278  
    530530        IGCM_sys_Rm ${OUT_SE[*]} 
    531531        # 
    532         ${ncatted} -a modulo,time_counter,c,c," " ${RESULT_SE} 
     532        if [ ${comp} = "CPL" ] ; then 
     533              ${ncatted} -a modulo,time,c,c," " ${RESULT_SE} 
     534        else 
     535              ${ncatted} -a modulo,time_counter,c,c," " ${RESULT_SE} 
     536        fi 
    533537        # 
    534538        eval IGCM_sys_Put_Out ${RESULT_SE} \${R_OUT_${comp}}/Analyse/SE/${RESULT_SE} 
Note: See TracChangeset for help on using the changeset viewer.