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/AA_monitoring

    r257 r263  
    128128IGCM_card_DefineArrayFromSection       ${CARD_DIR}/config.card ListOfComponents 
    129129 
    130 # 
    131 R_SAVE=${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    132  
     130#================================== 
     131#R_SAVE : Job output directory 
     132if ( [ ! X${config_UserChoices_SpaceName} = X ] && [ ! X${config_UserChoices_ExperimentName} = X ] ) ; then 
     133    FreeName=$( echo ${config_UserChoices_JobName} | sed 's/.*_//' ) 
     134    R_SAVE=${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
     135    R_DODS=${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
     136else 
     137    R_SAVE=${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
     138    R_DODS=${config_UserChoices_TagName}/${config_UserChoices_JobName} 
     139fi 
    133140# 
    134141IGCM_sys_TestDirArchive ${R_SAVE}/MONITORING 
Note: See TracChangeset for help on using the changeset viewer.