Ignore:
Timestamp:
04/19/10 14:27:48 (14 years ago)
Author:
mafoipsl
Message:

Adapt libIGCM and jobs to new output Names : ${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName?} if SpaceName? and ExperimentName? are set into config.card. Still working with old types : ${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_JobName}.
More information here : IPSLCM5A?
Add IPSLCM5A into atlas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercureTX.ksh

    r228 r263  
    947947        # 
    948948        cd ${R_SAVE} 
    949         dods_rm public/${LOGIN}/${config_UserChoices_TagName}/${config_UserChoices_JobName}/${1} > /dev/null 2>&1 
    950         #/bin/chmod -R u+w  ${R_SAVE}/${1} 
    951         dods_cp ${1} public/${LOGIN}/${config_UserChoices_TagName}/${config_UserChoices_JobName} > /dev/null 2>&1 
    952         #/bin/chmod -R +rX ${R_SAVE}/${1} 
    953         #/bin/chmod -R a+rX /dmnfs/cont003/dods/public/${LOGIN}/${config_UserChoices_TagName} 
    954         #RET=$? 
     949        dods_rm public/${LOGIN}/${R_DODS}/${1} > /dev/null 2>&1 
     950        dods_cp ${1} public/${LOGIN}/${R_DODS} > /dev/null 2>&1 
    955951        RET=0 
    956952         
Note: See TracChangeset for help on using the changeset viewer.