Ignore:
Timestamp:
05/01/23 11:11:16 (15 months ago)
Author:
ssenesi
Message:

Fix setting environment for case Cesmep=AtEnd?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_CESMEP/libIGCM_sys/libIGCM_sys_irene.ksh

    r1585 r1586  
    8080typeset MASTER=irene 
    8181# add default project on irene 
    82 typeset PROJECT=$(echo ${BRIDGE_MSUB_PROJECT:=gen0826} | cut -d@ -f1 ) 
    83 # if [ ! -z $BRIDGE_MSUB_PROJECT ]; then  
    84 #     typeset PROJECT=$(echo ${BRIDGE_MSUB_PROJECT} | cut -d@ -f1 ) 
    85 # else 
    86 #     typeset PROJECT=$(echo ${CCCHOME} | cut -d/ -f5 ) 
    87 # fi 
     82typeset PROJECT=$(echo ${BRIDGE_MSUB_PROJECT:=::default_project::} | cut -d@ -f1 ) 
    8883# jobWarningDelay in seconds 
    8984typeset jobWarningDelay=${BRIDGE_MSUB_MAXTIME} 
Note: See TracChangeset for help on using the changeset viewer.