Ignore:
Timestamp:
11/23/11 09:49:23 (13 years ago)
Author:
aclsce
Message:

Bands files must be in read-write mode : in case CumulPeriod?=1,
moved chmod of Bands files after IGCM_sys_Put_Out because an opposite
chmod is done in IGCM_sys_Put_Out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5A/Chistorical/COMP/lmdz.driver

    r1316 r1591  
    139139    if [ ${CumulPeriod} -eq 1 ] ; then 
    140140        if [ ${LMDZ_NbPeriod_adjust} -eq 0 ] ; then 
    141             IGCM_sys_Get ${LMDZ_Bands_file_name} Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ; IGCM_sys_Chmod u+w Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat 
     141            IGCM_sys_Get ${LMDZ_Bands_file_name} Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat 
    142142            IGCM_sys_Put_Out Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ${R_OUT_ATM_D}/${config_UserChoices_JobName}_Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat_0 
     143            IGCM_sys_Chmod u+w Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat 
    143144            IGCM_debug_Print 1 "Bands file forced to ${LMDZ_Bands_file_name} and stored in ${config_UserChoices_JobName}_Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat_0" 
    144145        fi 
Note: See TracChangeset for help on using the changeset viewer.