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_cesium.ksh

    r228 r263  
    11251125        # 
    11261126        cd ${R_SAVE} 
    1127         dods_rm public/${LOGIN}/${config_UserChoices_TagName}/${config_UserChoices_JobName}/${1} > /dev/null 2>&1 
    1128         #/bin/chmod -R u+w  ${R_SAVE}/${1} 
    1129         dods_cp ${1} public/${LOGIN}/${config_UserChoices_TagName}/${config_UserChoices_JobName} > /dev/null 2>&1 
    1130         #/bin/chmod -R +rX ${R_SAVE}/${1} 
    1131         #/bin/chmod -R a+rX /dmnfs/cont003/dods/public/${LOGIN}/${config_UserChoices_TagName} 
    1132         #RET=$? 
     1127        dods_rm public/${LOGIN}/${R_DODS}/${1} > /dev/null 2>&1 
     1128        dods_cp ${1} public/${LOGIN}/${R_DODS} > /dev/null 2>&1 
    11331129        RET=0 
    11341130         
Note: See TracChangeset for help on using the changeset viewer.