Changeset 989 for trunk/libIGCM


Ignore:
Timestamp:
02/18/14 15:22:25 (10 years ago)
Author:
sdipsl
Message:

some adjustment

Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_debug/libIGCM_debug.ksh

    r987 r989  
    546546  if [ X${BigBrother} = Xtrue ] ; then 
    547547    # ID to identify a simulation 
    548     simuid=${config_UserChoices_JobName}.${config_UserChoices_ExperimentName}.${config_UserChoices_SpaceName}.${config_UserChoices_TagName}.p86denv.TGCC.CURIE 
     548    simuid=${config_UserChoices_JobName}.${config_UserChoices_ExperimentName}.${config_UserChoices_SpaceName}.${config_UserChoices_TagName}.${LOGIN}.TGCC.CURIE 
    549549 
    550550    # ID to identify a job. Several Jobs are needed to complete a simulation 
    551     jobid=${config_UserChoices_JobName}.${config_UserChoices_ExperimentName}.${config_UserChoices_SpaceName}.${config_UserChoices_TagName}.p86denv.TGCC.CURIE.${CumulPeriod} 
     551    jobid=${config_UserChoices_JobName}.${config_UserChoices_ExperimentName}.${config_UserChoices_SpaceName}.${config_UserChoices_TagName}.${LOGIN}.TGCC.CURIE.${CumulPeriod} 
    552552 
    553553    # RabbitMQ message code 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys.ksh

    r983 r989  
    2525#==================================================== 
    2626# set BigBrother false by default 
    27 BigBrother=false 
     27BigBrother=${BigBrother:=false} 
    2828 
    2929#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.